Home
last modified time | relevance | path

Searched refs:lives_entry_set_alignment (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dwidget-helper.c6194 WIDGET_HELPER_GLOBAL_INLINE boolean lives_entry_set_alignment(LiVESEntry *entry, float align) { in lives_entry_set_alignment() function
6213 if (widget_opts.justify == LIVES_JUSTIFY_START) lives_entry_set_alignment(entry, 0.); in lives_entry_set_text()
6214 else if (widget_opts.justify == LIVES_JUSTIFY_CENTER) lives_entry_set_alignment(entry, 0.5); in lives_entry_set_text()
6215 if (widget_opts.justify == LIVES_JUSTIFY_END) lives_entry_set_alignment(entry, 1.); in lives_entry_set_text()
9432 lives_entry_set_alignment(LIVES_ENTRY(spinbutton), 0.2); in lives_standard_spin_button_new()
9722 lives_entry_set_alignment(LIVES_ENTRY(entry), 0.); in lives_standard_entry_new()
9725 lives_entry_set_alignment(LIVES_ENTRY(entry), 0.5); in lives_standard_entry_new()
9728 lives_entry_set_alignment(LIVES_ENTRY(entry), 1.); in lives_standard_entry_new()
9834 lives_entry_set_alignment(LIVES_ENTRY(pbar), 0.); in lives_standard_progress_bar_new()
9837 lives_entry_set_alignment(LIVES_ENTRY(pbar), 0.5); in lives_standard_progress_bar_new()
[all …]
H A Dwidget-helper.h827 boolean lives_entry_set_alignment(LiVESEntry *, float align);