Download Firefox: WindowsMac OS X
logo       
Google Custom Search
    AddThis Social Bookmark Button

Re: Accesing the Resize or Shrink property of a Paned Child: msg#00042

Subject: Re: Accesing the Resize or Shrink property of a Paned Child
On Wed, 2003-10-08 at 16:32, Daniel Kornhauser wrote:

>   resize = is_child1 ? paned->child1_resize : paned->child2_resize;
>   shrink = is_child1 ? paned->child1_shrink : paned->child2_shrink;

Those are fields on the GtkPaned struct in C which have no property or
method access in the API.  In order to expose those, we would have to
provide glue methods to access the fields and then customizations to
expose the new methods.  

This looks like something that should have been private to the paned
implementation.  I can't think of a good reason to expose it in the Gtk#
API.

-- 
Mike Kestner <mkestner@xxxxxxxxxxxxx>

_______________________________________________
Gtk-sharp-list maillist  -  Gtk-sharp-list@xxxxxxxxxxxxxxxx
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list



<Prev in Thread] Current Thread [Next in Thread>