Home
last modified time | relevance | path

Searched refs:widget_opts (Results 1 – 25 of 41) sorted by relevance

12

/dports/multimedia/lives/lives-3.2.0/src/
H A Dinterface.c866 widget_opts.use_markup = FALSE; in create_processing()
890 widget_opts.use_markup = FALSE; in create_processing()
934 widget_opts.apply_theme = 0; in create_processing()
1378 widget_opts.expand = woex; in scrolled_textview()
1415 woat = widget_opts.apply_theme; in create_text_window()
1416 widget_opts.apply_theme = 0; in create_text_window()
1425 widget_opts.apply_theme = woat; in create_text_window()
1772 widget_opts.apply_theme = 2; in fill_filt_section()
2054 widget_opts.apply_theme = 0; in filter_cleanup()
2971 widget_opts.apply_theme = 0; in create_rename_dialog()
[all …]
H A Dwidget-helper.c199 widget_opts.apply_theme = 1; in widget_state_cb()
7861 widget_opts.justify = woj; in lives_layout_add_separator()
8205 if (x_pos > widget_opts.packing_width + widget_opts.border_width) in sbutt_render()
8907 if (!widget_opts.no_gui) { in lives_widget_set_show_hide_with()
9010 set_css_min_size(swtch, widget_opts.css_min_width, widget_opts.css_min_height); in lives_standard_switch_new()
9989 if (!widget_opts.no_gui) { in lives_standard_dialog_new()
10185 set_css_min_size(toolbar, widget_opts.css_min_width, widget_opts.css_min_height); in lives_standard_toolbar_new()
10995 widget_opts.css_min_width = ((widget_opts.css_min_width + 1) >> 1) << 1; in widget_opts_rescale()
10999 widget_opts.css_min_height = ((widget_opts.css_min_height + 1) >> 1) << 1; in widget_opts_rescale()
12428 widget_opts.expand = woe; in add_spring_to_box()
[all …]
H A Dmainwindow.h66 #define H_RESIZE_ADJUST (widget_opts.packing_width * 2)
67 #define V_RESIZE_ADJUST (widget_opts.packing_height * 2)
71 #define CE_TIMELINE_VSPACE ((int)(420. * widget_opts.scale))
89 #define SCR_WIDTH_SAFETY ((int)(100. * widget_opts.scale))
90 #define SCR_HEIGHT_SAFETY ((int)(200. * widget_opts.scale))
93 #define PREVIEW_BOX_HT ((int)(100. * widget_opts.scale))
96 #define TREE_ROW_HEIGHT ((int)(60. * widget_opts.scale))
103 #define GUI_SCREEN_X (mainw->mgeom[widget_opts.monitor].x)
104 #define GUI_SCREEN_Y (mainw->mgeom[widget_opts.monitor].y)
135 #define MIN_MSGBAR_HEIGHT (widget_opts.scale >= 1. ? ((int)32. * widget_opts.scale) : 46)
[all …]
H A Dldvinterface.c32 lives_box_pack_start(LIVES_BOX(vbox), hbox, FALSE, FALSE, widget_opts.packing_height); in create_camwindow()
42 lives_box_pack_start(LIVES_BOX(vbox), hbox, FALSE, FALSE, widget_opts.packing_height); in create_camwindow()
52 lives_box_pack_end(LIVES_BOX(hbox), label, FALSE, FALSE, widget_opts.packing_width); in create_camwindow()
55 lives_box_pack_start(LIVES_BOX(vbox), hbox, FALSE, FALSE, widget_opts.packing_height); in create_camwindow()
62 …lives_box_pack_start(LIVES_BOX(vbox), dvgrabw->status_entry, FALSE, FALSE, widget_opts.packing_hei… in create_camwindow()
70 lives_box_pack_start(LIVES_BOX(vbox), hbuttonbox1, FALSE, FALSE, widget_opts.packing_height); in create_camwindow()
108 lives_box_pack_start(LIVES_BOX(vbox), label, FALSE, FALSE, widget_opts.packing_height * 4); in create_camwindow()
H A Dframedraw.h10 #define MIN_PRE_X ((int)(58. * widget_opts.scale))
11 #define MIN_PRE_Y ((int)(32. * widget_opts.scale))
13 #define MAX_PRE_X ((int)(480. * widget_opts.scale))
14 #define MAX_PRE_Y ((int)(280. * widget_opts.scale))
H A Dparamwindow.h22 #define RFX_TEXT_SCROLL_HEIGHT ((int)(80.*widget_opts.scale)) ///< height of textview scrolled wind…
24 #define GIW_KNOB_WIDTH ((int)(40.*widget_opts.scale))
25 #define GIW_KNOB_HEIGHT ((int)(40.*widget_opts.scale))
27 #define DEF_SLIDER_WIDTH ((int)(200.*widget_opts.scale))
H A Drte_window.c1594 widget_opts.justify = LIVES_JUSTIFY_CENTER; in on_rte_info_clicked()
1641 widget_opts.justify = LIVES_JUSTIFY_DEFAULT; in on_rte_info_clicked()
1643 widget_opts.justify = LIVES_JUSTIFY_CENTER; in on_rte_info_clicked()
1648 widget_opts.expand = LIVES_EXPAND_DEFAULT; in on_rte_info_clicked()
1669 widget_opts.justify = LIVES_JUSTIFY_DEFAULT; in on_rte_info_clicked()
1832 widget_opts.non_modal = TRUE; in on_params_clicked()
1834 widget_opts.non_modal = FALSE; in on_params_clicked()
1890 widget_opts.non_modal = TRUE; in do_mix_error()
1893 widget_opts.non_modal = FALSE; in do_mix_error()
2206 widget_opts.use_markup = TRUE; in create_rte_window()
[all …]
H A Dpreferences.c3465 widget_opts.swap_label = TRUE; in create_prefs_dialog()
3570 widget_opts.swap_label = TRUE; in create_prefs_dialog()
4020 widget_opts.swap_label = TRUE; in create_prefs_dialog()
4031 widget_opts.swap_label = TRUE; in create_prefs_dialog()
4086 widget_opts.use_markup = TRUE; in create_prefs_dialog()
4111 lives_widget_set_margin_left(widget_opts.last_container, widget_opts.packing_width * 4); in create_prefs_dialog()
4117 lives_widget_set_margin_left(widget_opts.last_container, widget_opts.packing_width * 4); in create_prefs_dialog()
4132 lives_widget_set_margin_left(widget_opts.last_container, widget_opts.packing_width * 4); in create_prefs_dialog()
4138 lives_widget_set_margin_left(widget_opts.last_container, widget_opts.packing_width * 4); in create_prefs_dialog()
4392 widget_opts.use_markup = TRUE; in create_prefs_dialog()
[all …]
H A Dinterface.h14 #define CE_HRULE_HEIGHT ((int)(20. * widget_opts.scale))
17 #define CE_VIDBAR_HEIGHT ((int)(4. * widget_opts.scale))
20 #define CE_AUDBAR_HEIGHT ((int)(48. * widget_opts.scale))
235 #define MIN_MSGBOX_WIDTH ((int)(620. * widget_opts.scale))
238 #define TB_WIDTH ((int)(300. * widget_opts.scale))
239 #define TB_HEIGHT_VID ((int)(80. * widget_opts.scale))
240 #define TB_HEIGHT_AUD ((int)(50. * widget_opts.scale))
H A Dparamwindow.c401 widget_opts.pack_end = TRUE; in transition_add_in_out()
421 widget_opts.pack_end = FALSE; in transition_add_in_out()
455 int wopw = widget_opts.packing_width; in add_sizes()
536 widget_opts.packing_width >>= 1; in add_sizes()
538 widget_opts.packing_width = wopw; in add_sizes()
596 widget_opts.pack_end = TRUE; in add_gen_to()
600 widget_opts.pack_end = FALSE; in add_gen_to()
1057 int wofl = widget_opts.filler_len; in make_param_box()
1626 widget_opts.mnemonic_label = TRUE; in add_param_to_box()
1760 widget_opts.apply_theme = 0; in add_param_to_box()
[all …]
H A Ddialogs.c452 if (widget_opts.apply_theme) { in create_message_dialog()
458 if (widget_opts.apply_theme) { in create_message_dialog()
465 widget_opts.last_label = label; in create_message_dialog()
521 if (!widget_opts.non_modal) in create_message_dialog()
765 if (!widget_opts.non_modal) { in _do_info_dialog()
814 if (!widget_opts.non_modal) { in do_error_dialog_with_check()
2286 widget_opts.use_markup = FALSE; in do_progress_dialog()
4027 widget_opts.use_markup = TRUE; in do_write_failed_error_s()
4029 widget_opts.use_markup = FALSE; in do_write_failed_error_s()
4108 widget_opts.use_markup = TRUE; in do_write_failed_error_s_with_retry()
[all …]
H A Dgui.c565 if (!widget_opts.apply_theme) { in create_LiVES()
1714 woat = widget_opts.apply_theme; in create_LiVES()
1717 widget_opts.apply_theme = 0; in create_LiVES()
1758 widget_opts.apply_theme = 0; in create_LiVES()
2114 widget_opts.apply_theme = 0; in create_LiVES()
2117 widget_opts.apply_theme = 0; in create_LiVES()
2177 widget_opts.apply_theme = 0; in create_LiVES()
2180 widget_opts.apply_theme = 0; in create_LiVES()
2240 widget_opts.apply_theme = 1; in create_LiVES()
2264 widget_opts.apply_theme = 1; in create_LiVES()
[all …]
H A Dmultitrack.h14 #define CLIP_THUMB_WIDTH ((int)(72.*widget_opts.scale))
15 #define CLIP_THUMB_HEIGHT ((int)(72.*widget_opts.scale))
17 #define CLIP_LABEL_LENGTH ((int)(20.*widget_opts.scale))
19 #define BLOCK_THUMB_WIDTH ((int)(40.*widget_opts.scale))
24 #define MT_PLAY_WIDTH_EXP ((int)(432.*widget_opts.scale))
25 #define MT_PLAY_HEIGHT_EXP ((int)(324.*widget_opts.scale))
27 #define MT_CTX_WIDTH ((int)(320.*widget_opts.scale))
28 #define MT_CTX_HEIGHT ((int)(220.*widget_opts.scale))
30 #define FX_BLOCK_WIDTH ((int)(80.*widget_opts.scale))
31 #define FX_BLOCK_HEIGHT ((int)(20.*widget_opts.scale))
[all …]
H A Dstream.c434 widget_opts.non_modal = TRUE; in lives2lives_read_stream()
436 widget_opts.non_modal = FALSE; in lives2lives_read_stream()
555 widget_opts.non_modal = TRUE; in lives2lives_read_stream()
557 widget_opts.non_modal = FALSE; in lives2lives_read_stream()
1015 widget_opts.non_modal = TRUE;
1020 widget_opts.non_modal = FALSE;
1092 lives_box_pack_start(LIVES_BOX(dialog_vbox), label, FALSE, FALSE, widget_opts.packing_height);
1105 lives_box_pack_start(LIVES_BOX(dialog_vbox), hbox, FALSE, FALSE, widget_opts.packing_height);
1120 lives_box_pack_start(LIVES_BOX(dialog_vbox), hbox, FALSE, FALSE, widget_opts.packing_height);
1131 lives_box_pack_start(LIVES_BOX(dialog_vbox), hbox, FALSE, FALSE, widget_opts.packing_height);
[all …]
H A Drte_window.h10 #define RTE_INFO_WIDTH ((int)(550. * widget_opts.scale))
11 #define RTE_INFO_HEIGHT ((int)(400. * widget_opts.scale))
H A Dframedraw.c193 widget_opts.justify = LIVES_JUSTIFY_CENTER; in framedraw_add_label()
195 lives_box_pack_start(LIVES_BOX(box), label, FALSE, FALSE, widget_opts.packing_height / 2.); in framedraw_add_label()
196 widget_opts.justify = LIVES_JUSTIFY_DEFAULT; in framedraw_add_label()
208 lives_box_pack_start(LIVES_BOX(box), hbox_rst, FALSE, FALSE, 4. * widget_opts.scale); in framedraw_add_reset()
307 lives_container_set_border_width(LIVES_CONTAINER(vbox), widget_opts.border_width); in widget_add_framedraw()
375 lives_box_pack_start(LIVES_BOX(vbox), hbox, FALSE, FALSE, widget_opts.packing_height); in widget_add_framedraw()
389 lives_box_pack_start(LIVES_BOX(vbox), hbox, FALSE, FALSE, widget_opts.packing_height); in widget_add_framedraw()
897 lives_widget_get_pointer((LiVESXDevice *)mainw->mgeom[widget_opts.monitor].mouse_device, in on_framedraw_mouse_start()
899 xstarti -= widget_opts.border_width; in on_framedraw_mouse_start()
1005 xcurrenti -= widget_opts.border_width; in on_framedraw_mouse_update()
[all …]
H A Dresample.c1184 widget_opts.non_modal = TRUE; in on_resaudio_ok_clicked()
1186 widget_opts.non_modal = FALSE; in on_resaudio_ok_clicked()
1270 widget_opts.non_modal = TRUE; in on_resaudio_ok_clicked()
1272 widget_opts.non_modal = FALSE; in on_resaudio_ok_clicked()
1489 widget_opts.non_modal = TRUE; in on_resample_vid_ok()
1491 widget_opts.non_modal = FALSE; in on_resample_vid_ok()
1760 lives_container_set_border_width(LIVES_CONTAINER(hbox), widget_opts.border_width); in create_resaudw()
1916 lives_container_set_border_width(LIVES_CONTAINER(hbox), widget_opts.border_width); in create_resaudw()
1923 lives_box_set_spacing(LIVES_BOX(dialog_vbox), widget_opts.packing_height * 3); in create_resaudw()
2188 widget_opts.non_modal = TRUE; in reorder_frames()
[all …]
H A Drfx-builder.c2659 woat = widget_opts.apply_theme; in make_trigger_dialog()
2660 widget_opts.apply_theme = 0; in make_trigger_dialog()
2664 widget_opts.apply_theme = woat; in make_trigger_dialog()
2706 woat = widget_opts.apply_theme; in on_code_clicked()
2707 widget_opts.apply_theme = 0; in on_code_clicked()
2711 widget_opts.apply_theme = woat; in on_code_clicked()
3006 widget_opts.transient = NULL; in rfxbuilder_to_script()
3747 widget_opts.non_modal = TRUE; in on_delete_rfx_activate()
3749 widget_opts.non_modal = FALSE; in on_delete_rfx_activate()
3806 widget_opts.non_modal = TRUE; in on_promote_rfx_activate()
[all …]
H A Dstartup.c379 widget_opts.transient = LIVES_WINDOW(dialog); in check_workdir_valid()
381 widget_opts.transient = NULL; in check_workdir_valid()
384 widget_opts.transient = NULL; in check_workdir_valid()
420 dirbutton = lives_label_get_mnemonic_widget(LIVES_LABEL(widget_opts.last_label)); in do_workdir_query()
583 lives_box_pack_start(LIVES_BOX(dialog_vbox), hbox, FALSE, FALSE, widget_opts.packing_height); in do_audio_choice_dialog()
590 lives_box_pack_start(LIVES_BOX(dialog_vbox), hbox, FALSE, FALSE, widget_opts.packing_height); in do_audio_choice_dialog()
1304 lives_box_pack_start(LIVES_BOX(dialog_vbox), hbox, FALSE, FALSE, widget_opts.packing_height); in do_startup_interface_query()
1325 widget_opts.expand = LIVES_EXPAND_EXTRA_WIDTH | LIVES_EXPAND_DEFAULT_HEIGHT; in do_startup_interface_query()
1328 widget_opts.expand = LIVES_EXPAND_DEFAULT; in do_startup_interface_query()
1420 widget_opts.expand = LIVES_EXPAND_EXTRA_WIDTH | LIVES_EXPAND_DEFAULT_HEIGHT; in explain_missing_activate()
[all …]
H A Dce_thumbs.c205 vbox = lives_vbox_new(FALSE, widget_opts.packing_height); in start_ce_thumb_mode()
241 lives_box_pack_start(LIVES_BOX(vbox), hbox, FALSE, FALSE, widget_opts.packing_height); in start_ce_thumb_mode()
278 hbox2 = lives_hbox_new(FALSE, widget_opts.packing_width); in start_ce_thumb_mode()
303 vbox = lives_vbox_new(FALSE, widget_opts.packing_height); in start_ce_thumb_mode()
312 lives_box_pack_start(LIVES_BOX(vbox), hbox, FALSE, FALSE, widget_opts.packing_height); in start_ce_thumb_mode()
359 …cpw = (lives_widget_get_allocation_width(tscroll) - widget_opts.border_width * 2) / (width * 1.5) … in start_ce_thumb_mode()
502 lives_box_pack_start(LIVES_BOX(vbox), hbox, FALSE, FALSE, widget_opts.packing_height); in ce_thumbs_add_param_box()
505 lives_box_pack_start(LIVES_BOX(hbox), label, FALSE, FALSE, widget_opts.packing_height); in ce_thumbs_add_param_box()
H A Dmultitrack.c1789 widget_opts.packing_height = 2. * widget_opts.scale; in add_mt_param_box()
1790 widget_opts.border_width = 2. * widget_opts.scale; in add_mt_param_box()
1793 widget_opts.border_width = dbw; in add_mt_param_box()
1799 widget_opts.use_markup = TRUE; in add_mt_param_box()
4870 widget_opts.icon_size = wois; in mt_init_start_end_spins()
8535 widget_opts.pack_end = TRUE; in multitrack()
8538 widget_opts.pack_end = FALSE; in multitrack()
8545 widget_opts.pack_end = TRUE; in multitrack()
8548 widget_opts.pack_end = FALSE; in multitrack()
8555 widget_opts.pack_end = TRUE; in multitrack()
[all …]
H A Devents.c4505 widget_opts.non_modal = TRUE; in start_render_effect_events()
4507 widget_opts.non_modal = FALSE; in start_render_effect_events()
6001 widget_opts.apply_theme = 0; in create_event_list_dialog()
6003 widget_opts.apply_theme = woat; in create_event_list_dialog()
6136 widget_opts.swap_label = TRUE; in add_fade_elements()
6148 widget_opts.swap_label = FALSE; in add_fade_elements()
6154 widget_opts.swap_label = TRUE; in add_fade_elements()
6166 widget_opts.swap_label = FALSE; in add_fade_elements()
6355 dbw = widget_opts.border_width; in create_render_details()
6356 widget_opts.border_width = 0; in create_render_details()
[all …]
H A Drfx-builder.h53 #define PREF_RFXDIALOG_W ((int)(720.*widget_opts.scale))
54 #define PREF_RFXDIALOG_H ((int)(650.*widget_opts.scale))
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/widgets/
H A Dclass-wp-widget-media.php57 $widget_opts = wp_parse_args(
90 $widget_opts,
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/widgets/
H A Dclass-wp-widget-media.php57 $widget_opts = wp_parse_args(
90 $widget_opts,

12