Searched refs:s_button (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.cpp164 static GtkWidget *s_button = NULL; local
167 if ( !s_button )
171 s_button = gtk_button_new();
172 gtk_container_add( GTK_CONTAINER(s_window), s_button ); local
173 gtk_widget_realize( s_button );
176 return s_button;
182 static GtkWidget *s_button = NULL; local
185 if ( !s_button )
189 s_button = gtk_entry_new();
190 gtk_container_add( GTK_CONTAINER(s_window), s_button ); local
200 static GtkWidget *s_button = NULL; local
211 gtk_container_add( GTK_CONTAINER(s_window), s_button ); local
222 static GtkWidget *s_button = NULL; local
230 gtk_container_add( GTK_CONTAINER(s_window), s_button ); local
240 static GtkWidget *s_button = NULL; local
248 gtk_container_add( GTK_CONTAINER(s_window), s_button ); local
280 static GtkWidget *s_button = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Drenderer.cpp105 static GtkWidget *s_button = NULL; local
108 if ( !s_button )
112 s_button = gtk_button_new();
113 gtk_container_add( GTK_CONTAINER(s_window), s_button ); local
114 gtk_widget_realize( s_button );
117 return s_button;

Completed in 112 milliseconds