Re: Creating a non-popup window with little decoration



Emmanuel Gravel <e_gravel yahoo com> writes: 
2- What exactly does "realize" mean (as in
widget_realize)? I've tried looking through the docs,
manuals and tutorials, but each time the explaination
just says "use this to realize the widget". No big
help if you don't know what it means :) 

"realize" means to create the window system resources associated with
the widget. You do not normally need to realize things explicitly,
since it happens implicitly when you show a toplevel window. But you
might want to realize a widget before showing it to e.g. call
gdk_window_set_functions(), so that on initial showing the functions
are already set.

Havoc




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