Home
last modified time | relevance | path

Searched refs:GtkCssShorthandProperty (Results 1 – 13 of 13) sorted by relevance

/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkcssshorthandpropertyprivate.h32 … (G_TYPE_CHECK_INSTANCE_CAST (obj, GTK_TYPE_CSS_SHORTHAND_PROPERTY, GtkCssShorthandProperty))
38 typedef struct _GtkCssShorthandProperty GtkCssShorthandProperty; typedef
41 typedef gboolean (* GtkCssShorthandPropertyParseFunc) (GtkCssShorthandProperty *s…
44 typedef void (* GtkCssShorthandPropertyAssignFunc) (GtkCssShorthandProperty *s…
48 typedef void (* GtkCssShorthandPropertyQueryFunc) (GtkCssShorthandProperty *s…
73 GtkCssStyleProperty * _gtk_css_shorthand_property_get_subproperty (GtkCssShorthandProperty *s…
75 guint _gtk_css_shorthand_property_get_n_subproperties (GtkCssShorthandProperty *s…
H A Dgtkcssshorthandproperty.c36 G_DEFINE_TYPE (GtkCssShorthandProperty, _gtk_css_shorthand_property, GTK_TYPE_STYLE_PROPERTY) in G_DEFINE_TYPE() argument
44 GtkCssShorthandProperty *property = GTK_CSS_SHORTHAND_PROPERTY (object); in G_DEFINE_TYPE()
72 GtkCssShorthandProperty *shorthand = GTK_CSS_SHORTHAND_PROPERTY (property); in _gtk_css_shorthand_property_assign()
83 GtkCssShorthandProperty *shorthand = GTK_CSS_SHORTHAND_PROPERTY (property); in _gtk_css_shorthand_property_query()
92 GtkCssShorthandProperty *shorthand = GTK_CSS_SHORTHAND_PROPERTY (property); in gtk_css_shorthand_property_parse_value()
181 _gtk_css_shorthand_property_init (GtkCssShorthandProperty *shorthand) in _gtk_css_shorthand_property_init()
187 _gtk_css_shorthand_property_get_subproperty (GtkCssShorthandProperty *shorthand, in _gtk_css_shorthand_property_get_subproperty()
197 _gtk_css_shorthand_property_get_n_subproperties (GtkCssShorthandProperty *shorthand) in _gtk_css_shorthand_property_get_n_subproperties()
H A Dgtkcssshorthandpropertyimpl.c62 parse_four_numbers (GtkCssShorthandProperty *shorthand, in parse_four_numbers()
94 parse_margin (GtkCssShorthandProperty *shorthand, in parse_margin()
106 parse_padding (GtkCssShorthandProperty *shorthand, in parse_padding()
119 parse_border_width (GtkCssShorthandProperty *shorthand, in parse_border_width()
373 parse_border (GtkCssShorthandProperty *shorthand, in parse_border()
476 parse_font (GtkCssShorthandProperty *shorthand, in parse_font()
841 parse_animation (GtkCssShorthandProperty *shorthand, in parse_animation()
928 parse_all (GtkCssShorthandProperty *shorthand, in parse_all()
939 unpack_border (GtkCssShorthandProperty *shorthand, in unpack_border()
962 pack_border (GtkCssShorthandProperty *shorthand, in pack_border()
[all …]
H A Dgtkcssanimatedstyle.c181 GtkCssShorthandProperty *shorthand = GTK_CSS_SHORTHAND_PROPERTY (property); in transition_info_add()
H A Dgtkcsskeyframes.c269 GtkCssShorthandProperty *shorthand = GTK_CSS_SHORTHAND_PROPERTY (property); in parse_declaration()
H A Dgtkcssprovider.c1501 GtkCssShorthandProperty *shorthand = GTK_CSS_SHORTHAND_PROPERTY (property); in parse_declaration()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkcssshorthandpropertyprivate.h34 … (G_TYPE_CHECK_INSTANCE_CAST (obj, GTK_TYPE_CSS_SHORTHAND_PROPERTY, GtkCssShorthandProperty))
40 typedef struct _GtkCssShorthandProperty GtkCssShorthandProperty; typedef
43 typedef gboolean (* GtkCssShorthandPropertyParseFunc) (GtkCssShorthandProperty *s…
65 GtkCssStyleProperty * _gtk_css_shorthand_property_get_subproperty (GtkCssShorthandProperty *s…
67 guint _gtk_css_shorthand_property_get_n_subproperties (GtkCssShorthandProperty *s…
H A Dgtkcssshorthandproperty.c35 G_DEFINE_TYPE (GtkCssShorthandProperty, _gtk_css_shorthand_property, GTK_TYPE_STYLE_PROPERTY) in G_DEFINE_TYPE() argument
43 GtkCssShorthandProperty *property = GTK_CSS_SHORTHAND_PROPERTY (object); in G_DEFINE_TYPE()
69 GtkCssShorthandProperty *shorthand = GTK_CSS_SHORTHAND_PROPERTY (property); in gtk_css_shorthand_property_parse_value()
147 _gtk_css_shorthand_property_init (GtkCssShorthandProperty *shorthand) in _gtk_css_shorthand_property_init()
153 _gtk_css_shorthand_property_get_subproperty (GtkCssShorthandProperty *shorthand, in _gtk_css_shorthand_property_get_subproperty()
163 _gtk_css_shorthand_property_get_n_subproperties (GtkCssShorthandProperty *shorthand) in _gtk_css_shorthand_property_get_n_subproperties()
H A Dgtkcssshorthandpropertyimpl.c55 parse_four_numbers (GtkCssShorthandProperty *shorthand, in parse_four_numbers()
87 parse_margin (GtkCssShorthandProperty *shorthand, in parse_margin()
98 parse_padding (GtkCssShorthandProperty *shorthand, in parse_padding()
110 parse_border_width (GtkCssShorthandProperty *shorthand, in parse_border_width()
122 parse_border_radius (GtkCssShorthandProperty *shorthand, in parse_border_radius()
319 parse_border_side (GtkCssShorthandProperty *shorthand, in parse_border_side()
360 parse_border (GtkCssShorthandProperty *shorthand, in parse_border()
424 parse_font (GtkCssShorthandProperty *shorthand, in parse_font()
815 parse_animation (GtkCssShorthandProperty *shorthand, in parse_animation()
1086 parse_all (GtkCssShorthandProperty *shorthand, in parse_all()
[all …]
H A Dgtkcssanimatedstyle.c580 GtkCssShorthandProperty *shorthand = (GtkCssShorthandProperty *) property; in transition_info_add()
H A Dgtkcsskeyframes.c266 GtkCssShorthandProperty *shorthand = GTK_CSS_SHORTHAND_PROPERTY (property); in gtk_css_keyframes_parse_declaration()
H A Dgtkcssprovider.c850 GtkCssShorthandProperty *shorthand = GTK_CSS_SHORTHAND_PROPERTY (property); in parse_declaration()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/deprecated/
H A Dgtkstyleproperties.c772 GtkCssShorthandProperty *shorthand = GTK_CSS_SHORTHAND_PROPERTY (node); in gtk_style_properties_unset_property()