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