Searched refs:clutter_text_set_justify (Results 1 – 13 of 13) sorted by relevance
/dports/x11/cinnamon/cinnamon-4.8.6/src/st/ |
H A D | st-private.c | 219 clutter_text_set_justify (text, TRUE); in _st_set_text_from_style() 222 clutter_text_set_justify (text, FALSE); in _st_set_text_from_style()
|
/dports/x11/gnome-shell/gnome-shell-41.1/src/st/ |
H A D | st-private.c | 190 clutter_text_set_justify (text, TRUE); in _st_set_text_from_style() 195 clutter_text_set_justify (text, FALSE); in _st_set_text_from_style()
|
/dports/x11-wm/mutter/mutter-41.1/src/tests/clutter/conform/ |
H A D | text-cache.c | 223 clutter_text_set_justify (CLUTTER_TEXT (data->label), TRUE); in do_tests()
|
/dports/x11-wm/muffin/muffin-4.8.0/clutter/tests/conform/ |
H A D | text-cache.c | 221 clutter_text_set_justify (CLUTTER_TEXT (data->label), TRUE); in do_tests()
|
/dports/graphics/clutter/clutter-1.26.4/clutter/ |
H A D | clutter-text.h | 176 void clutter_text_set_justify (ClutterText *self,
|
H A D | clutter-text.c | 1256 clutter_text_set_justify (self, g_value_get_boolean (value)); in clutter_text_set_property() 5664 clutter_text_set_justify (ClutterText *self, in clutter_text_set_justify() function
|
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/ |
H A D | clutter-text.h | 176 void clutter_text_set_justify (ClutterText *self,
|
H A D | clutter-text.c | 1395 clutter_text_set_justify (self, g_value_get_boolean (value)); in clutter_text_set_property() 5893 clutter_text_set_justify (ClutterText *self, in clutter_text_set_justify() function
|
/dports/x11-wm/mutter/mutter-41.1/clutter/clutter/ |
H A D | clutter-text.h | 176 void clutter_text_set_justify (ClutterText *self,
|
H A D | clutter-text.c | 1568 clutter_text_set_justify (self, g_value_get_boolean (value)); in clutter_text_set_property() 6186 clutter_text_set_justify (ClutterText *self, in clutter_text_set_justify() function
|
/dports/graphics/cluttermm/cluttermm-1.17.3/clutter/src/ |
H A D | text.hg | 87 _WRAP_METHOD(void set_justify(bool justify = true), clutter_text_set_justify)
|
H A D | clutter_methods.defs | 9365 (c-name "clutter_text_set_justify")
|
/dports/graphics/cluttermm/cluttermm-1.17.3/clutter/cluttermm/ |
H A D | text.cc | 482 clutter_text_set_justify(gobj(), static_cast<int>(justify)); in set_justify()
|