"Billy N. Patton" <[EMAIL PROTECTED]> writes:
> When I create a main window I would like a title to show up in the top of
> it.  Currently it only shows *****.
> I do a gtk_window_set_title(GTK_WINDOW(mw),"LaffEdit");
> I whould have assumed that that would have showed up in my title.
> What Am I doing wrong?
> 

Sounds like some sort of window manager issue. The window manager
actually displays the title. If you run "xprop", click on your window,
and see something like:
 WM_NAME(STRING) = "LaffEdit"

Then your program is fine and the window manager is doing something
weird.

Havoc

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to