Home
last modified time | relevance | path

Searched refs:GtkCssStylePropertyQueryFunc (Results 1 – 3 of 3) sorted by relevance

/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkcssstylepropertyprivate.h39 typedef void (* GtkCssStylePropertyQueryFunc) (GtkCssStyleProperty *property, typedef
53 GtkCssStylePropertyQueryFunc query_value;
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkcssstylepropertyprivate.h39 typedef void (* GtkCssStylePropertyQueryFunc) (GtkCssStyleProperty *property, typedef
55 GtkCssStylePropertyQueryFunc query_value;
H A Dgtkcssstylepropertyimpl.c81 GtkCssStylePropertyQueryFunc query_value, in gtk_css_style_property_register()