Searched refs:lives_widget_set_margin_left (Results 1 – 6 of 6) sorted by relevance
/dports/multimedia/lives/lives-3.2.0/src/ |
H A D | widget-helper.c | 2516 WIDGET_HELPER_GLOBAL_INLINE boolean lives_widget_set_margin_left(LiVESWidget *widget, int margin) { in lives_widget_set_margin_left() function 2573 lives_widget_set_margin_left(widget, margin); in lives_widget_set_margin() 2600 lives_widget_set_margin_left(widget, widget_opts.packing_width / 2); in lives_dialog_add_action_widget() 7050 lives_widget_set_margin_left(child, xpad); in lives_table_attach() 9246 lives_widget_set_margin_left(child, 0.); in lives_standard_menu_tool_button_new() 10754 …if (LIVES_SHOULD_EXPAND_WIDTH) lives_widget_set_margin_left(labelcname, widget_opts.packing_width … in lives_standard_color_button_new() 12348 lives_widget_set_margin_left(vseparator, widget_opts.packing_width); in lives_standard_vseparator_new()
|
H A D | gui.c | 2022 lives_widget_set_margin_left(mainw->eventbox3, widget_opts.packing_width); in create_LiVES() 2046 lives_widget_set_margin_left(mainw->playframe, widget_opts.packing_width); in create_LiVES() 2071 lives_widget_set_margin_left(mainw->eventbox4, widget_opts.packing_width); in create_LiVES() 3494 lives_widget_set_margin_left(mainw->playframe, 0); in fullscreen_internal()
|
H A D | preferences.c | 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()
|
H A D | widget-helper.h | 457 boolean lives_widget_set_margin_left(LiVESWidget *, int margin);
|
H A D | main.c | 10299 lives_widget_set_margin_left(mainw->playframe, widget_opts.packing_width);
|
H A D | multitrack.c | 4240 lives_widget_set_margin_left(label, offswidth); in add_to_listbox()
|