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