Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dpreferences.h733 LiVESWidget *checkbutton_show_ttips; member
H A Dpreferences.c972 if (prefsw->checkbutton_show_ttips) in pref_factory_bool()
973 … lives_toggle_button_set_active(LIVES_TOGGLE_BUTTON(prefsw->checkbutton_show_ttips), newval); in pref_factory_bool()
1444 …boolean show_ttips = prefsw->checkbutton_show_ttips == NULL ? FALSE : lives_toggle_button_get_acti… in apply_prefs()
1445 prefsw->checkbutton_show_ttips)); in apply_prefs()
3239 prefsw->checkbutton_show_ttips = in create_prefs_dialog()
3242 prefsw->checkbutton_show_ttips = NULL; in create_prefs_dialog()
5529 ACTIVE(checkbutton_show_ttips, TOGGLED); in create_prefs_dialog()