Home
last modified time | relevance | path

Searched refs:clutter_text_get_text (Results 1 – 25 of 38) sorted by relevance

12

/dports/graphics/clutter/clutter-1.26.4/tests/conform/
H A Dtext.c44 const char *s = clutter_text_get_text (text); in get_nbytes()
51 const char *s = clutter_text_get_text (text); in get_nchars()
76 g_assert_cmpstr (clutter_text_get_text (text), ==, ""); in text_set_empty()
77 g_assert_cmpint (*clutter_text_get_text (text), ==, '\0'); in text_set_empty()
216 g_print ("text: %s\n", clutter_text_get_text (text)); in text_delete_chars()
222 clutter_text_get_text (text), in text_delete_chars()
232 clutter_text_get_text (text), in text_delete_chars()
318 g_assert_cmpstr (clutter_text_get_text (text), ==, "hello"); in text_password_char()
323 g_assert_cmpstr (clutter_text_get_text (text), ==, "hello"); in text_password_char()
501 clutter_text_get_text (text), in text_idempotent_use_markup()
[all …]
/dports/x11-wm/mutter/mutter-41.1/src/tests/clutter/conform/
H A Dtext.c46 const char *s = clutter_text_get_text (text); in get_nbytes()
53 const char *s = clutter_text_get_text (text); in get_nchars()
78 g_assert_cmpstr (clutter_text_get_text (text), ==, ""); in text_set_empty()
79 g_assert_cmpint (*clutter_text_get_text (text), ==, '\0'); in text_set_empty()
218 g_print ("text: %s\n", clutter_text_get_text (text)); in text_delete_chars()
224 clutter_text_get_text (text), in text_delete_chars()
234 clutter_text_get_text (text), in text_delete_chars()
320 g_assert_cmpstr (clutter_text_get_text (text), ==, "hello"); in text_password_char()
325 g_assert_cmpstr (clutter_text_get_text (text), ==, "hello"); in text_password_char()
515 clutter_text_get_text (text), in text_idempotent_use_markup()
[all …]
H A Dcally-text.c106 expected_text = clutter_text_get_text (CLUTTER_TEXT (data->label)); in check_result()
/dports/x11-wm/muffin/muffin-4.8.0/clutter/tests/conform/
H A Dtext.c44 const char *s = clutter_text_get_text (text); in get_nbytes()
51 const char *s = clutter_text_get_text (text); in get_nchars()
76 g_assert_cmpstr (clutter_text_get_text (text), ==, ""); in text_set_empty()
77 g_assert_cmpint (*clutter_text_get_text (text), ==, '\0'); in text_set_empty()
216 g_print ("text: %s\n", clutter_text_get_text (text)); in text_delete_chars()
222 clutter_text_get_text (text), in text_delete_chars()
232 clutter_text_get_text (text), in text_delete_chars()
318 g_assert_cmpstr (clutter_text_get_text (text), ==, "hello"); in text_password_char()
323 g_assert_cmpstr (clutter_text_get_text (text), ==, "hello"); in text_password_char()
501 clutter_text_get_text (text), in text_idempotent_use_markup()
[all …]
H A Dcally-text.c106 expected_text = clutter_text_get_text (CLUTTER_TEXT (data->label)); in check_result()
/dports/x11/xfce4-dashboard/xfdashboard-0.8.1/libxfdashboard/
H A Dtext-box.c151 …g_signal_emit(self, XfdashboardTextBoxSignals[SIGNAL_TEXT_CHANGED], 0, clutter_text_get_text(actor… in _xfdashboard_text_box_on_text_changed()
711 g_value_set_string(outValue, clutter_text_get_text(CLUTTER_TEXT(priv->actorTextBox))); in _xfdashboard_text_box_get_property()
731 g_value_set_string(outValue, clutter_text_get_text(CLUTTER_TEXT(priv->actorHintLabel))); in _xfdashboard_text_box_get_property()
1081 text=clutter_text_get_text(CLUTTER_TEXT(priv->actorTextBox)); in xfdashboard_text_box_set_editable()
1105 text=clutter_text_get_text(CLUTTER_TEXT(self->priv->actorTextBox)); in xfdashboard_text_box_is_empty()
1117 text=clutter_text_get_text(CLUTTER_TEXT(self->priv->actorTextBox)); in xfdashboard_text_box_get_length()
1127 return(clutter_text_get_text(CLUTTER_TEXT(self->priv->actorTextBox))); in xfdashboard_text_box_get_text()
1140 if(g_strcmp0(clutter_text_get_text(CLUTTER_TEXT(priv->actorTextBox)), inMarkupText)!=0) in xfdashboard_text_box_set_text()
1144 text=clutter_text_get_text(CLUTTER_TEXT(priv->actorTextBox)); in xfdashboard_text_box_set_text()
1416 return(clutter_text_get_text(CLUTTER_TEXT(self->priv->actorHintLabel))); in xfdashboard_text_box_get_hint_text()
[all …]
/dports/x11/cinnamon/cinnamon-4.8.6/src/st/
H A Dst-label.c107 g_value_set_string (value, clutter_text_get_text (CLUTTER_TEXT (priv->label))); in st_label_get_property()
337 return clutter_text_get_text (ctext); in st_label_get_text()
371 g_strcmp0 (clutter_text_get_text (ctext), text) != 0) in st_label_set_text()
H A Dst-entry.c165 g_value_set_string (value, clutter_text_get_text (CLUTTER_TEXT (priv->entry))); in st_entry_get_property()
667 if (priv->hint && !strcmp (clutter_text_get_text (text), "")) in clutter_text_focus_out_cb()
1002 return clutter_text_get_text (CLUTTER_TEXT (entry->priv->entry)); in st_entry_get_text()
1083 if (!strcmp (clutter_text_get_text (CLUTTER_TEXT (priv->entry)), "") in st_entry_set_hint_text()
/dports/x11/gnome-shell/gnome-shell-41.1/src/st/
H A Dst-label.c109 g_value_set_string (value, clutter_text_get_text (CLUTTER_TEXT (priv->label))); in st_label_get_property()
358 return clutter_text_get_text (CLUTTER_TEXT (label->priv->label)); in st_label_get_text()
382 g_strcmp0 (clutter_text_get_text (ctext), text) != 0) in st_label_set_text()
H A Dst-entry.c194 g_value_set_string (value, clutter_text_get_text (CLUTTER_TEXT (priv->entry))); in st_entry_get_property()
229 strcmp (clutter_text_get_text (CLUTTER_TEXT (priv->entry)), "") == 0; in st_entry_update_hint_visibility()
1109 return clutter_text_get_text (CLUTTER_TEXT (priv->entry)); in st_entry_get_text()
/dports/graphics/clutter/clutter-1.26.4/tests/interactive/
H A Dtest-text-field.c10 clutter_text_get_text (text), in on_entry_activate()
145 const gchar *contents = clutter_text_get_text (text); in on_captured_event()
/dports/x11-wm/mutter/mutter-41.1/src/tests/clutter/interactive/
H A Dtest-text-field.c19 clutter_text_get_text (text), in on_entry_activate()
154 const gchar *contents = clutter_text_get_text (text); in on_captured_event()
/dports/x11-wm/muffin/muffin-4.8.0/clutter/tests/interactive/
H A Dtest-text-field.c10 clutter_text_get_text (text), in on_entry_activate()
145 const gchar *contents = clutter_text_get_text (text); in on_captured_event()
/dports/x11/gnome-shell/gnome-shell-41.1/src/
H A Dshell-keyring-prompt.c626 password = clutter_text_get_text (self->password_actor); in on_password_changed()
719 password = clutter_text_get_text (self->password_actor); in shell_keyring_prompt_complete()
726 confirm = clutter_text_get_text (self->confirm_actor); in shell_keyring_prompt_complete()
/dports/graphics/clutter/clutter-1.26.4/examples/
H A Dpan-action.c120 const gchar *label_text = clutter_text_get_text (label); in label_clicked_cb()
/dports/x11-wm/muffin/muffin-4.8.0/clutter/examples/
H A Dpan-action.c120 const gchar *label_text = clutter_text_get_text (label); in label_clicked_cb()
/dports/x11-wm/mutter/mutter-41.1/src/tests/clutter/accessibility/
H A Dcally-atktext-example.c148 text_value = clutter_text_get_text (CLUTTER_TEXT (actor)); in dump_actor_default_atk_attributes()
/dports/graphics/clutter/clutter-1.26.4/tests/accessibility/
H A Dcally-atktext-example.c161 text_value = clutter_text_get_text (CLUTTER_TEXT (actor)); in dump_actor_default_atk_attributes()
/dports/x11-wm/muffin/muffin-4.8.0/clutter/tests/accessibility/
H A Dcally-atktext-example.c161 text_value = clutter_text_get_text (CLUTTER_TEXT (actor)); in dump_actor_default_atk_attributes()
/dports/graphics/clutter/clutter-1.26.4/clutter/
H A Dclutter-text.h119 const gchar * clutter_text_get_text (ClutterText *self);
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/
H A Dclutter-text.h119 const gchar * clutter_text_get_text (ClutterText *self);
/dports/x11-wm/mutter/mutter-41.1/clutter/clutter/
H A Dclutter-text.h119 const gchar * clutter_text_get_text (ClutterText *self);
/dports/graphics/clutter/clutter-1.26.4/clutter/cally/
H A Dcally-text.c1230 return g_utf8_strlen (clutter_text_get_text (clutter_text), -1); in cally_text_get_character_count()
1451 text_value = clutter_text_get_text (clutter_text); in cally_text_get_character_extents()
1514 text_value = clutter_text_get_text (clutter_text); in cally_text_get_offset_at_point()
2060 gchar *text = (gchar*) clutter_text_get_text (clutter_text); in _cally_misc_layout_get_run_attributes()
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/cally/
H A Dcally-text.c1230 return g_utf8_strlen (clutter_text_get_text (clutter_text), -1); in cally_text_get_character_count()
1451 text_value = clutter_text_get_text (clutter_text); in cally_text_get_character_extents()
1514 text_value = clutter_text_get_text (clutter_text); in cally_text_get_offset_at_point()
2060 gchar *text = (gchar*) clutter_text_get_text (clutter_text); in _cally_misc_layout_get_run_attributes()
/dports/x11-wm/mutter/mutter-41.1/clutter/clutter/cally/
H A Dcally-text.c1224 return g_utf8_strlen (clutter_text_get_text (clutter_text), -1); in cally_text_get_character_count()
1445 text_value = clutter_text_get_text (clutter_text); in cally_text_get_character_extents()
1508 text_value = clutter_text_get_text (clutter_text); in cally_text_get_offset_at_point()
2054 gchar *text = (gchar*) clutter_text_get_text (clutter_text); in _cally_misc_layout_get_run_attributes()

12