Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dinterface.c1105 lives_layout_pack(LIVES_HBOX(hbox), filew->textview_type); in create_clip_info_window()
1119 lives_layout_pack(LIVES_HBOX(hbox), filew->textview_fps); in create_clip_info_window()
1130 lives_layout_pack(LIVES_HBOX(hbox), filew->textview_size); in create_clip_info_window()
1143 lives_layout_pack(LIVES_HBOX(hbox), filew->textview_frames); in create_clip_info_window()
1155 lives_layout_pack(LIVES_HBOX(hbox), filew->textview_fsize); in create_clip_info_window()
1168 lives_layout_pack(LIVES_HBOX(hbox), filew->textview_vtime); in create_clip_info_window()
1841 lives_layout_pack(LIVES_BOX(hbox), filedets->widgets[2]); in fill_filt_section()
1848 lives_layout_pack(LIVES_BOX(hbox), filedets->widgets[3]); in fill_filt_section()
1880 lives_layout_pack(LIVES_BOX(hbox), filedets->widgets[4]); in fill_filt_section()
1895 lives_layout_pack(LIVES_BOX(hbox), filedets->widgets[6]); in fill_filt_section()
[all …]
H A Dwidget-helper.h1006 LiVESWidget *lives_layout_pack(LiVESHBox *, LiVESWidget *);
H A Dparamwindow.c1649 lives_layout_pack(LIVES_HBOX(hbox), scale); in add_param_to_box()
1667 lives_layout_pack(LIVES_HBOX(hbox), scale); in add_param_to_box()
H A Dwidget-helper.c7648 if (widget) lives_layout_pack(LIVES_HBOX(box), widget); in lives_layout_expansion_row_new()
7699 WIDGET_HELPER_GLOBAL_INLINE LiVESWidget *lives_layout_pack(LiVESHBox *box, LiVESWidget *widget) { in lives_layout_pack() function
7818 lives_layout_pack(LIVES_HBOX(hbox), conter); in lives_layout_add_label()
7859 …if (horizontal) separator = lives_layout_pack(LIVES_HBOX(lives_layout_hbox_new(layout)), lives_vse… in lives_layout_add_separator()