Re: Some "reparented" widgets not shown immediately



Found a solution, forcing a size_allocate event after adding the
widget to the HPaned did the job quite nicely.

Example:

Gtk::Allocation all = widget.get_allocation();
widget.set_size_request(all.get_width(), all.get_height());



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