- public double ease_out_cubic (double t)
Computes the ease out for t
.
- public string enum_value_row_name (EnumValueObject value, void* user_data)
- public bool get_enable_animations (Widget widget)
Returns whether animations are enabled for that widget.
- public bool init (ref unowned string[]? argv)
Call this function before using any other Handy functions in your GUI
applications.
- public void list_box_separator_header (ListBoxRow row, ListBoxRow? before, void* unused_user_data)
Separates rows by using Separator as
headers.
- public long string_utf8_len (StringBuilder string)
Computes the length of the string in utf-8 characters.
- public unowned StringBuilder string_utf8_truncate (StringBuilder string, size_t len)
Cut of the end of the string string
so that len
utf8 characters remain.