On 3/6/06, eduardo fiss beloni <[EMAIL PROTECTED]> wrote: > heloo > > may I disable the maximization button of a > Gtk::Window?? > How do I do it?? > > How do I disable hte rezsizement propriety of a > Gtk::Window ???
This should actually accomplish both of these things (at least it does for me, but it may depend on the window manager that you're using): Gtk::Window::set_resizable(false); Jonner _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
