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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dartgtk.cpp199 static GtkStyle *gs_gtkStyle = NULL; variable
211 if (gs_gtkStyle == NULL)
214 gs_gtkStyle = gtk_rc_get_style(widget);
215 wxASSERT( gs_gtkStyle != NULL );
216 g_object_ref(gs_gtkStyle);
220 GtkIconSet *iconset = gtk_style_lookup_icon_set(gs_gtkStyle, stockid);
225 return gtk_icon_set_render_icon(iconset, gs_gtkStyle,
304 if (gs_gtkStyle)
306 g_object_unref(gs_gtkStyle);
307 gs_gtkStyle
[all...]

Completed in 102 milliseconds