Home
last modified time | relevance | path

Searched refs:t_sepwin (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dgui.c1878 mainw->t_sepwin = LIVES_WIDGET(lives_tool_button_new(LIVES_WIDGET(tmp_toolbar_icon), "")); in create_LiVES()
1879 lives_toolbar_insert(LIVES_TOOLBAR(mainw->toolbar), LIVES_TOOL_ITEM(mainw->t_sepwin), 2); in create_LiVES()
1880 lives_widget_set_tooltip_text(mainw->t_sepwin, _("Play in separate window (s)")); in create_LiVES()
1881 lives_widget_set_opacity(mainw->t_sepwin, .75); in create_LiVES()
2938 lives_signal_sync_connect(LIVES_GUI_OBJECT(mainw->t_sepwin), LIVES_WIDGET_CLICKED_SIGNAL, in create_LiVES()
3265 lives_widget_show(mainw->t_sepwin); in fade_background()
H A Dmainwindow.h1340 LiVESWidget *t_sepwin; member
H A Dcallbacks.c8072 lives_widget_set_tooltip_text(mainw->t_sepwin, _("Hide the play window (s)"));
8074 lives_widget_set_opacity(mainw->t_sepwin, 1.);
8077 lives_widget_set_tooltip_text(mainw->t_sepwin, _("Play in separate window (s)"));
8079 lives_widget_set_opacity(mainw->t_sepwin, .75);
H A Dutils.c4186 lives_widget_hide(mainw->t_sepwin); in prepare_to_play_foreign()