Home
last modified time | relevance | path

Searched refs:DEF_DIALOG_HEIGHT (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dmainwindow.h186 #define DEF_DIALOG_HEIGHT RFX_WINSIZE_V macro
H A Dinterface.c1405 LIVES_SHOULD_EXPAND_HEIGHT ? DEF_DIALOG_HEIGHT in create_text_window()
1406 : DEF_DIALOG_HEIGHT >> 1); in create_text_window()
4494 … lives_standard_dialog_new(_("Disk Recovery Options"), FALSE, DEF_DIALOG_WIDTH, DEF_DIALOG_HEIGHT); in create_cleardisk_advanced_dialog()
4502 scrollw = lives_standard_scrolled_window_new(DEF_DIALOG_WIDTH, DEF_DIALOG_HEIGHT, vbox); in create_cleardisk_advanced_dialog()
4868 …log = lives_standard_dialog_new(_("Autolives Options"), TRUE, DEF_DIALOG_WIDTH, DEF_DIALOG_HEIGHT); in autolives_pre_dialog()
H A Dplugins.c795 …g = lives_standard_dialog_new(title, FALSE, DEF_DIALOG_WIDTH * wscale, DEF_DIALOG_HEIGHT * hscale); in on_vpp_advanced_clicked()
2598 …alog = lives_standard_dialog_new(_("Decoder Plugins"), FALSE, DEF_DIALOG_WIDTH, DEF_DIALOG_HEIGHT); in on_decplug_advanced_clicked()
H A Dresample.c1622 resaudw->dialog = lives_standard_dialog_new(title, FALSE, DEF_DIALOG_WIDTH, DEF_DIALOG_HEIGHT); in create_resaudw()
H A Drfx-builder.c559 dialog = lives_standard_dialog_new(title, FALSE, DEF_DIALOG_WIDTH, DEF_DIALOG_HEIGHT); in on_list_table_clicked()