Re: Fix the window and its widgets



(Gtk::Window *)window->set_resizable(false);

The above method is not letting the window expand when a larger child
widget is present but it is shrinking the window when a smaller widget
is present. Irrespective of whether a single button is placed or a
larger widgets with a complicated structure are placed, the size of the
window should remain same. It shouldn't allow to expand or shrink. Any
other ideas?

I think if you allow child widgets to expand, they expand to fit the
larger window.
Did you try this, or placing all the stuff in the center of 3x3 table?
In such case cells on the  border will probably expand.
These are only ideas, my experience is not enough to be sure that this
must work.

--
WBR, Pavlo Korzhyk
ICQ#155870780



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