Re: Setting tile



"Billy N. Patton" <bpatton dal asp ti com> 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




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]