[Gtk-sharp-list] Custom widgets

Jeroen Zwartepoorte jeroen@xs4all.nl
Tue, 17 Aug 2004 16:42:30 +0200


Hi Rubio,

Just out of curiosity, why are you writing your own Action-based classes
and not using the Gtk+-2.4 bindings instead? (jeroen-gtk-2-4 branch of
gtk-sharp). One of the new features in Gtk+-2.4 is support for an Action
based user-interface (specify menus, menuitems and toolbars in XML and
then hook them up to Actions and ActionGroups in the code. See
sample/Actions.cs from the gtk-sharp branch for examples.

Regards,

Jeroen

On Tue, 2004-08-17 at 12:08 +0200, Sergio Rubio wrote:
> On Mon, 2004-08-16 at 22:34 -0500, Mike Kestner wrote:
> > There's already a bug filed related to this problem.  In the meantime,
> > hold a reference to the widget in your app and it won't get GC'd.
> 
> Nice, Thank you.
> 
> Cheers,
> Rubio