LiVES  3.0.2
Data Fields
widget_opts_t Struct Reference

#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...
 

Field Documentation

◆ apply_theme

boolean widget_opts_t::apply_theme

whether to apply theming to widget

◆ border_width

int widget_opts_t::border_width

border width in pixels

◆ default_justify

LiVESJustification widget_opts_t::default_justify

default value

◆ expand

lives_expand_t widget_opts_t::expand

how much space to apply between widgets

◆ filler_len

int widget_opts_t::filler_len

length of extra "fill" between widgets

◆ font_size

const char* widget_opts_t::font_size

◆ image_filter

char** widget_opts_t::image_filter

/ NULL or NULL terminated list of image extensions which can be loaded

◆ justify

LiVESJustification widget_opts_t::justify

justify for labels

◆ last_label

LiVESWidget* widget_opts_t::last_label

label widget of last standard widget (spin,radio,check,entry,combo) [readonly]

◆ line_wrap

boolean widget_opts_t::line_wrap

line wrapping for labels

◆ mnemonic_label

boolean widget_opts_t::mnemonic_label

if underscore in label text should be mnemonic accelerator

◆ monitor

int widget_opts_t::monitor

monitor we are displaying on

◆ no_gui

boolean widget_opts_t::no_gui

show nothing !

◆ non_modal

boolean widget_opts_t::non_modal

non-modal for dialogs

◆ pack_end

boolean widget_opts_t::pack_end

pack widget at end or start

◆ packing_height

int widget_opts_t::packing_height

vertical pixels between widgets

◆ packing_width

int widget_opts_t::packing_width

horizontal pixels between widgets

◆ scale

double widget_opts_t::scale

scale factor for all sizes

◆ screen

LiVESXScreen* widget_opts_t::screen

screen we are displaying on

◆ show_button_images

boolean widget_opts_t::show_button_images

whether to show small images in buttons or not

◆ swap_label

boolean widget_opts_t::swap_label

swap label/widget position

◆ title_prefix

char* widget_opts_t::title_prefix

Text which is prepended to window titles, etc.

◆ transient

LiVESWindow* widget_opts_t::transient

transient window for dialogs, if NULL then use the default


The documentation for this struct was generated from the following file: