Home
last modified time | relevance | path

Searched refs:lives_toggle_tool_button_new (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dgui.c1693 mainw->int_audio_checkbutton = lives_toggle_tool_button_new(); in create_LiVES()
1710 if (!mainw->int_audio_checkbutton) mainw->int_audio_checkbutton = lives_toggle_tool_button_new(); in create_LiVES()
1734 mainw->ext_audio_checkbutton = lives_toggle_tool_button_new(); in create_LiVES()
1784 mainw->ext_audio_mon = lives_toggle_tool_button_new(); in create_LiVES()
1806 mainw->vol_checkbuttons[i][0] = lives_toggle_tool_button_new(); in create_LiVES()
H A Dwidget-helper.h679 LiVESWidget *lives_toggle_tool_button_new(void);
H A Dwidget-helper.c4508 WIDGET_HELPER_GLOBAL_INLINE LiVESWidget *lives_toggle_tool_button_new(void) { in lives_toggle_tool_button_new() function