Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dmainwindow.h1223 LiVESWidget *show_clipboard_info; member
H A Dgui.c1320 …mainw->show_clipboard_info = lives_standard_image_menu_item_new_with_label(_("Show _Clipboard Info… in create_LiVES()
1321 lives_container_add(LIVES_CONTAINER(mainw->info_menu), mainw->show_clipboard_info); in create_LiVES()
1322 lives_widget_set_sensitive(mainw->show_clipboard_info, FALSE); in create_LiVES()
2807 …lives_signal_sync_connect(LIVES_GUI_OBJECT(mainw->show_clipboard_info), LIVES_WIDGET_ACTIVATE_SIGN… in create_LiVES()
H A Dmain.c5228 lives_widget_set_sensitive(mainw->show_clipboard_info, !(clipboard == NULL)); in sensitize()