Searched refs:s_window (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Drenderer.cpp165 static GtkWidget *s_window = NULL; local
169 s_window = gtk_window_new( GTK_WINDOW_POPUP );
170 gtk_widget_realize( s_window );
172 gtk_container_add( GTK_CONTAINER(s_window), s_button );
183 static GtkWidget *s_window = NULL; local
187 s_window = gtk_window_new( GTK_WINDOW_POPUP );
188 gtk_widget_realize( s_window );
190 gtk_container_add( GTK_CONTAINER(s_window), s_button );
201 static GtkWidget *s_window = NULL; local
208 s_window
223 static GtkWidget *s_window = NULL; local
241 static GtkWidget *s_window = NULL; local
259 static GtkWidget *s_window = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Drenderer.cpp106 static GtkWidget *s_window = NULL; local
110 s_window = gtk_window_new( GTK_WINDOW_POPUP );
111 gtk_widget_realize( s_window );
113 gtk_container_add( GTK_CONTAINER(s_window), s_button );

Completed in 109 milliseconds