"add a handler for the realize event, and do this there."
hmm... how ? :)

How do I fix this, how do I realize window.
I really need some example code to get this.. I'm still learning gtkmm.

On 6/1/05, Paul Davis <[EMAIL PROTECTED] > wrote:
>set_geometry_hints(???, geometry, Gdk::HINT_MAX_SIZE);
>.
>.
>.
>
>Now I don't know what to use here, the "window.gobj()" is clearly not=20
>working.

you can't do this until the widget (main window) has been
realized. until that time, its just a data structure in your program -
the X server doesn't know anything about it and no window actually
exists.

add a handler for the realize event, and do this there.

--p

_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to