Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dwidget-helper.h359 boolean lives_widget_set_minimum_size(LiVESWidget *, int width, int height);
H A Dwidget-helper.c1624 WIDGET_HELPER_GLOBAL_INLINE boolean lives_widget_set_minimum_size(LiVESWidget *widget, int width, i… in lives_widget_set_minimum_size() function
10000 lives_widget_set_minimum_size(dialog, width, height); in lives_standard_dialog_new()
10316 lives_widget_set_minimum_size(scrolledwindow, width, height); in lives_standard_scrolled_window_new()
10339lives_widget_set_minimum_size(scrolledwindow, width, height); // crash if we dont have toplevel win in lives_standard_scrolled_window_new()
H A Ddialogs.c444 lives_widget_set_minimum_size(dialog, MIN_MSGBOX_WIDTH, -1); in create_message_dialog()