Handbook
Glossary
gtk_style_context_notify_state_change ( style_context window region_id state state_value -- )
Vocabulary
gtk3
.
ffi
Inputs
style_context
an
object
window
an
object
region_id
an
object
state
an
object
state_value
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gdk3.ffi
gobject-introspection.standard-types
;
IN:
gtk3.ffi
LIBRARY:
gtk3
FUNCTION:
void
gtk_style_context_notify_state_change
( GtkStyleContext* style_context, GdkWindow* window,
gpointer
region_id,
GtkStateType
state,
gboolean
state_value
)