Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dparamwindow.c1496 LiVESWidget *spinbutton_blue; in add_param_to_box() local
1692 &spinbutton_blue, NULL); in add_param_to_box()
1703 …lives_signal_sync_connect_after(LIVES_GUI_OBJECT(spinbutton_blue), LIVES_WIDGET_VALUE_CHANGED_SIGN… in add_param_to_box()
1712 …lives_widget_object_set_data(LIVES_WIDGET_OBJECT(spinbutton_blue), PARAM_NUMBER_KEY, LIVES_INT_TO_… in add_param_to_box()
1716 param->widgets[2] = spinbutton_blue; in add_param_to_box()
H A Dwidget-helper.c10690 …LiVESWidget *spinbutton_red = NULL, *spinbutton_green = NULL, *spinbutton_blue = NULL, *spinbutton… in lives_standard_color_button_new() local
10806spinbutton_blue = lives_standard_spin_button_new((tmp = (_("_Blue"))), rgba->blue / 255., 0., 255.… in lives_standard_color_button_new()
10810 lives_entry_set_width_chars(LIVES_ENTRY(spinbutton_blue), 3); in lives_standard_color_button_new()
10812 lives_widget_object_set_data(LIVES_WIDGET_OBJECT(spinbutton_blue), CBUTTON_KEY, cbutton); in lives_standard_color_button_new()
10813 *sb_blue = spinbutton_blue; in lives_standard_color_button_new()
10814 … lives_signal_sync_connect(LIVES_GUI_OBJECT(spinbutton_blue), LIVES_WIDGET_VALUE_CHANGED_SIGNAL, in lives_standard_color_button_new()
10819 lives_widget_set_sensitive_with(cbutton, spinbutton_blue); in lives_standard_color_button_new()
10820 lives_widget_set_show_hide_with(cbutton, spinbutton_blue); in lives_standard_color_button_new()
10853 lives_widget_object_set_data(LIVES_WIDGET_OBJECT(cbutton), SPBLUE_KEY, spinbutton_blue); in lives_standard_color_button_new()