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

Mike Kestner mkestner@ximian.com
Fri, 24 Sep 2004 13:36:46 -0500


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>