[Gtk-sharp-list] Convenience method for creating windows

Chris Morgan cmorgan@alum.wpi.edu
Fri, 24 Sep 2004 15:09:02 -0400


Maybe the event mask could have a default argument so that argument could be left off to make the call even simpler?

Chris

> 
> From: Mike Kestner <mkestner@ximian.com>
> Date: 2004/09/24 Fri PM 02:36:46 EDT
> To: Federico Mena Quintero <federico@ximian.com>
> CC: gtk-sharp-list@ximian.com
> Subject: Re: [Gtk-sharp-list] Convenience method for creating windows
> 
> Hi Federico,
> 
> On Fri, 2004-09-24 at 12:50, Federico Mena Quintero wrote:
> 
> >     public Gdk.Window CreateSubwindow (Gdk.Window parent,
> >                                        int x, int y, 
> >                                        int width, int height,
> >                                        bool is_input_output,
> >                                        int extra_event_mask)
> 
> Nice idea.
> 
> I would rather see extra_event_mask be Gdk.EventMask than int.  Also, an
> overload that takes a Gdk.Rectangle instead of x/y/w/h would be nice.
> 
> -- 
> Mike Kestner <mkestner@ximian.com>
> 
> _______________________________________________
> Gtk-sharp-list maillist  -  Gtk-sharp-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
>