Example #1
0
		static extern GtkWidgetPointer gtk_window_new (GtkWindowType type);
Example #2
0
 public IntPtr CreateNewWindow(GtkWindowType type)
 {
     return(IntPtr.Zero);
 }
Example #3
0
 internal static extern IntPtr gtk_window_new(GtkWindowType type);
Example #4
0
 public static extern IntPtr gtk_window_new(GtkWindowType type);
Example #5
0
 public static extern IntPtr Create(GtkWindowType type);