Home
last modified time | relevance | path

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 Dst-private.c219 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 Dst-private.c190 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 Dtext-cache.c223 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 Dtext-cache.c221 clutter_text_set_justify (CLUTTER_TEXT (data->label), TRUE); in do_tests()
/dports/graphics/clutter/clutter-1.26.4/clutter/
H A Dclutter-text.h176 void clutter_text_set_justify (ClutterText *self,
H A Dclutter-text.c1256 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 Dclutter-text.h176 void clutter_text_set_justify (ClutterText *self,
H A Dclutter-text.c1395 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 Dclutter-text.h176 void clutter_text_set_justify (ClutterText *self,
H A Dclutter-text.c1568 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 Dtext.hg87 _WRAP_METHOD(void set_justify(bool justify = true), clutter_text_set_justify)
H A Dclutter_methods.defs9365 (c-name "clutter_text_set_justify")
/dports/graphics/cluttermm/cluttermm-1.17.3/clutter/cluttermm/
H A Dtext.cc482 clutter_text_set_justify(gobj(), static_cast<int>(justify)); in set_justify()