Searched refs:sctx (Results 1 – 2 of 2) sorted by relevance
330 GtkStyleContext * const sctx = gtk_widget_get_style_context(widget); in form_realize() local332 gtk_style_context_add_class(sctx, "gtk-form"); in form_realize()333 gtk_style_context_set_state(sctx, GTK_STATE_FLAG_NORMAL); in form_realize()335 gtk_style_context_set_background(sctx, gtk_widget_get_window(widget)); in form_realize()336 gtk_style_context_set_background(sctx, form->bin_window); in form_realize()711 GtkStyleContext * const sctx = gtk_widget_get_style_context(widget); in form_attach_child_window() local713 gtk_style_context_set_state(sctx, GTK_STATE_FLAG_NORMAL); in form_attach_child_window()715 gtk_style_context_set_background(sctx, child->window); in form_attach_child_window()
2075 sctx_T *sctx; // script and modeline info member