LiVES
3.0.2
|
#include <widget-helper.h>
Data Fields | |
boolean | no_gui |
show nothing ! More... | |
boolean | swap_label |
swap label/widget position More... | |
boolean | pack_end |
pack widget at end or start More... | |
boolean | line_wrap |
line wrapping for labels More... | |
boolean | mnemonic_label |
if underscore in label text should be mnemonic accelerator More... | |
boolean | non_modal |
non-modal for dialogs More... | |
lives_expand_t | expand |
how much space to apply between widgets More... | |
boolean | apply_theme |
whether to apply theming to widget More... | |
double | scale |
scale factor for all sizes More... | |
int | packing_width |
horizontal pixels between widgets More... | |
int | packing_height |
vertical pixels between widgets More... | |
int | border_width |
border width in pixels More... | |
int | filler_len |
length of extra "fill" between widgets More... | |
LiVESWidget * | last_label |
label widget of last standard widget (spin,radio,check,entry,combo) [readonly] More... | |
LiVESWindow * | transient |
transient window for dialogs, if NULL then use the default More... | |
LiVESJustification | justify |
justify for labels More... | |
LiVESJustification | default_justify |
default value More... | |
const char * | font_size |
char ** | image_filter |
/ NULL or NULL terminated list of image extensions which can be loaded More... | |
char * | title_prefix |
Text which is prepended to window titles, etc. More... | |
int | monitor |
monitor we are displaying on More... | |
LiVESXScreen * | screen |
screen we are displaying on More... | |
boolean | show_button_images |
whether to show small images in buttons or not More... | |
boolean widget_opts_t::apply_theme |
whether to apply theming to widget
int widget_opts_t::border_width |
border width in pixels
LiVESJustification widget_opts_t::default_justify |
default value
lives_expand_t widget_opts_t::expand |
how much space to apply between widgets
int widget_opts_t::filler_len |
length of extra "fill" between widgets
const char* widget_opts_t::font_size |
char** widget_opts_t::image_filter |
/ NULL or NULL terminated list of image extensions which can be loaded
LiVESJustification widget_opts_t::justify |
justify for labels
LiVESWidget* widget_opts_t::last_label |
label widget of last standard widget (spin,radio,check,entry,combo) [readonly]
boolean widget_opts_t::line_wrap |
line wrapping for labels
boolean widget_opts_t::mnemonic_label |
if underscore in label text should be mnemonic accelerator
int widget_opts_t::monitor |
monitor we are displaying on
boolean widget_opts_t::no_gui |
show nothing !
boolean widget_opts_t::non_modal |
non-modal for dialogs
boolean widget_opts_t::pack_end |
pack widget at end or start
int widget_opts_t::packing_height |
vertical pixels between widgets
int widget_opts_t::packing_width |
horizontal pixels between widgets
double widget_opts_t::scale |
scale factor for all sizes
LiVESXScreen* widget_opts_t::screen |
screen we are displaying on
boolean widget_opts_t::show_button_images |
whether to show small images in buttons or not
boolean widget_opts_t::swap_label |
swap label/widget position
char* widget_opts_t::title_prefix |
Text which is prepended to window titles, etc.
LiVESWindow* widget_opts_t::transient |
transient window for dialogs, if NULL then use the default