Re: [gtkmm] Setting properties of Gtk::Table children.



On Mon, 2004-04-19 at 18:33, Murray Cumming wrote:
> This might be something that needs new gtkmm API. In the meantime, you
> can access the underlying GtkTableChild instance with gobj(), if we can
> figure out what you can do and how to do it.
> 
> I doubt that it would help you set the GtkTableChild struct fields
> directly, because the GtkTable has no way to receive notification of
> these changes. 

You could try changing the property with
gtk_container_child_set_property():
http://developer.gimp.org/api/2.0/gtk/GtkContainer.html#gtk-container-child-set-property

I will try to add this for gtkmm 2.6:
http://bugzilla.gnome.org/show_bug.cgi?id=140515

-- 
Murray Cumming
www.murrayc.com
murrayc murrayc com




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