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?

Thanks
Sirisha

On Thu, 2006-12-21 at 23:45 -0800, oedipus wrote:
> try (Gtk::Window *)window->set_resizable(false);
> 
> merry christmas



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