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