Re: Some "reparented" widgets not shown immediately
- From: Luca <elvez84 gmail com>
- To: "Paul Davis" <pjdavis engineering uiowa edu>
- Cc: gtkmm-list gnome org
- Subject: Re: Some "reparented" widgets not shown immediately
- Date: Thu, 8 Feb 2007 14:28:47 +0100
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]