Re: One quick question...



Kyle Cardoza wrote:

> Hypothetically speaking, if I wanted the GTK library
> itself to provide some customized, basic window
> furniture, i.e. a close box and a resize tab, so that
> I would not need a window manager, what would I have
> to do to the source code? Would editing the source of
> the window widget and recompiling be enough? I realize
> how odd this question must seem, but I can assure you
> that I have a reason. I thank you in advance for any
> assistance you can provide.
I see no need to edit the source code. Simply derive a new widget from
GtkWindow, like GnomeApp (IIRC) in Glade...
Or (easier) add a suitable container (a GtkVBox, for example) just
inside the window, then stick there your widgets.

BYtE,
 Diego.



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