Why "GtkWidget->window" is "NULL" when "gtk_window_new()"



Code:
+----------------------------------------------------------
| GtkWidget *w;
|
| w = gtk_window_new(GTK_WINDOW_TOPLEVEL);
+----------------------------------------------------------
Why the "w->window" is "NULL"?
The GdkDrawable is NULL ,how can I draw things on it?


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]