LiVES  3.2.0
Data Structures | Macros | Typedefs | Enumerations | Functions | Variables
widget-helper.h File Reference

Go to the source code of this file.

Data Structures

struct  lives_rect_t
 
struct  widget_opts_t
 

Macros

#define WIDGET_HELPER_GLOBAL_INLINE   inline
 
#define WIDGET_HELPER_LOCAL_INLINE   static inline
 
#define M_PI   3.1415926536
 
#define LIVES_HAS_GRID_WIDGET   0
 
#define LIVES_HAS_SWITCH_WIDGET   0
 
#define LIVES_HAS_IMAGE_MENU_ITEM   0
 
#define LIVES_HAS_DEVICE_MANAGER   0
 
#define MIN_SPINBUTTON_SIZE   6
 min digits for spinbuttons More...
 
#define LONG_ENTRY_WIDTH   ((int)(100.*widget_opts.scale))
 
#define SHORT_ENTRY_WIDTH   ((int)(40.*widget_opts.scale))
 
#define MEDIUM_ENTRY_WIDTH   ((int)(60.*widget_opts.scale))
 
#define SHORTER_ENTRY_WIDTH   (MEDIUM_ENTRY_WIDTH >> 1)
 
#define W_CSS_MIN_WIDTH   -1
 
#define W_CSS_MIN_HEIGHT   18
 
#define W_PACKING_WIDTH   10
 
#define W_PACKING_HEIGHT   6
 
#define W_BORDER_WIDTH   10
 
#define W_FILL_LENGTH   (W_PACKING_WIDTH * 4)
 
#define LIVES_ELLIPSIZE_NONE   LINGO_ELLIPSIZE_NONE
 
#define LIVES_ELLIPSIZE_START   LINGO_ELLIPSIZE_START
 
#define LIVES_ELLIPSIZE_MIDDLE   LINGO_ELLIPSIZE_MIDDLE
 
#define LIVES_ELLIPSIZE_END   LINGO_ELLIPSIZE_END
 
#define BUTTON_DIM_VAL   (0.4 * 65535.)
 
#define LOCK_BUTTON_WIDTH   24
 sizes for the lock button More...
 
#define LOCK_BUTTON_HEIGHT   24
 
#define lives_standard_button_new(w, h)   lives_button_new()
 
#define lives_standard_button_new_with_label(l, w, h)   lives_button_new_with_label(l)
 
#define lives_standard_button_set_label(b, l)   ; lives_button_set_label(b, l)
 
#define lives_standard_button_get_label(b)   lives_button_get_label(b)
 
#define lives_standard_button_set_image(b, i)   lives_button_set_image(b, i)
 
#define LIVES_JUSTIFY_DEFAULT   (def_widget_opts.justify)
 
#define LIVES_EXPAND_NONE   0
 
#define LIVES_EXPAND_DEFAULT_HEIGHT   1
 
#define LIVES_EXPAND_DEFAULT_WIDTH   2
 
#define LIVES_EXPAND_DEFAULT   (LIVES_EXPAND_DEFAULT_HEIGHT | LIVES_EXPAND_DEFAULT_WIDTH)
 
#define LIVES_EXPAND_EXTRA_HEIGHT   4
 
#define LIVES_EXPAND_EXTRA_WIDTH   8
 
#define LIVES_EXPAND_EXTRA   (LIVES_EXPAND_EXTRA_HEIGHT | LIVES_EXPAND_EXTRA_WIDTH)
 
#define LIVES_SHOULD_EXPAND   (widget_opts.expand != LIVES_EXPAND_NONE)
 
#define LIVES_SHOULD_EXPAND_DEFAULT   (widget_opts.expand == LIVES_EXPAND_DEFAULT)
 
#define LIVES_SHOULD_EXPAND_EXTRA   (widget_opts.expand == LIVES_EXPAND_EXTRA)
 
#define LIVES_SHOULD_EXPAND_WIDTH   (widget_opts.expand & (LIVES_EXPAND_DEFAULT_WIDTH | LIVES_EXPAND_EXTRA_WIDTH))
 
#define LIVES_SHOULD_EXPAND_HEIGHT   (widget_opts.expand & (LIVES_EXPAND_DEFAULT_HEIGHT | LIVES_EXPAND_EXTRA_HEIGHT))
 
#define LIVES_SHOULD_EXPAND_EXTRA_WIDTH   (widget_opts.expand & LIVES_EXPAND_EXTRA_WIDTH)
 
#define LIVES_SHOULD_EXPAND_EXTRA_HEIGHT   (widget_opts.expand & LIVES_EXPAND_EXTRA_HEIGHT)
 
#define LIVES_SHOULD_EXPAND_DEFAULT_WIDTH   (LIVES_SHOULD_EXPAND_WIDTH && !LIVES_SHOULD_EXPAND_EXTRA_WIDTH)
 
#define LIVES_SHOULD_EXPAND_DEFAULT_HEIGHT   (LIVES_SHOULD_EXPAND_HEIGHT && !LIVES_SHOULD_EXPAND_EXTRA_HEIGHT)
 
#define LIVES_SHOULD_EXPAND_DEFAULT_FOR(box)   ((LIVES_IS_HBOX(box) && LIVES_SHOULD_EXPAND_DEFAULT_WIDTH) || (LIVES_IS_VBOX(box) && LIVES_EXPAND_DEFAULT_HEIGHT))
 
#define LIVES_SHOULD_EXPAND_EXTRA_FOR(box)   ((LIVES_IS_HBOX(box) && LIVES_SHOULD_EXPAND_EXTRA_WIDTH) || (LIVES_IS_VBOX(box) && LIVES_SHOULD_EXPAND_EXTRA_HEIGHT))
 
#define LIVES_SHOULD_EXPAND_FOR(box)   (LIVES_SHOULD_EXPAND_DEFAULT_FOR(box) || LIVES_SHOULD_EXPAND_EXTRA_FOR(box))
 
#define LIVES_LIVES_STOCK_AUDIO   "lives-audio"
 
#define LIVES_LIVES_STOCK_PLAY_SEL   "lives-playsel"
 
#define LIVES_LIVES_STOCK_FULLSCREEN   "lives-fullscreen"
 
#define LIVES_LIVES_STOCK_SEPWIN   "lives-sepwin"
 
#define LIVES_LIVES_STOCK_VOLUME_MUTE   "lives-volume_mute"
 
#define LIVES_LIVES_STOCK_LOOP   "lives-loop"
 
#define LIVES_LIVES_STOCK_ZOOM_IN   "lives-zoom-in"
 
#define LIVES_LIVES_STOCK_ZOOM_OUT   "lives-zoom-out"
 
#define LIVES_LIVES_STOCK_PREF_GUI   "lives-pref_gui"
 
#define LIVES_LIVES_STOCK_PREF_DECODING   "lives-pref_decoding"
 
#define LIVES_LIVES_STOCK_PREF_DIRECTORY   "lives-pref_directory"
 
#define LIVES_LIVES_STOCK_PREF_EFFECTS   "lives-pref_effects"
 
#define LIVES_LIVES_STOCK_PREF_ENCODING   "lives-pref_encoding"
 
#define LIVES_LIVES_STOCK_PREF_JACK   "lives-pref_jack"
 
#define LIVES_LIVES_STOCK_PREF_MIDI   "lives-pref_midi"
 
#define LIVES_LIVES_STOCK_PREF_MISC   "lives-pref_misc"
 
#define LIVES_LIVES_STOCK_PREF_MULTITRACK   "lives-pref_multitrack"
 
#define LIVES_LIVES_STOCK_PREF_NET   "lives-pref_net"
 
#define LIVES_LIVES_STOCK_PREF_PLAYBACK   "lives-pref_playback"
 
#define LIVES_LIVES_STOCK_PREF_RECORD   "lives-pref_record"
 
#define LIVES_LIVES_STOCK_PREF_THEMES   "lives-pref_themes"
 
#define LIVES_LIVES_STOCK_PREF_WARNING   "lives-pref_warning"
 
#define LIVES_TEXT_SIZE_XX_SMALL   "xx-small"
 
#define LIVES_TEXT_SIZE_X_SMALL   "x-small"
 
#define LIVES_TEXT_SIZE_SMALL   "small"
 
#define LIVES_TEXT_SIZE_MEDIUM   "medium"
 
#define LIVES_TEXT_SIZE_LARGE   "large"
 
#define LIVES_TEXT_SIZE_X_LARGE   "x-large"
 
#define LIVES_TEXT_SIZE_XX_LARGE   "xx-large"
 
#define LIVES_TEXT_SIZE_NORMAL   LIVES_TEXT_SIZE_MEDIUM
 
#define N_TEXT_SIZES   7
 
#define HIDDEN_KEY   "hidden"
 
#define SECLIST_KEY   "secondary_list"
 
#define SECLIST_VAL_KEY   "secondary_list_value"
 
#define ISDIR_KEY   "is_dir"
 
#define FILTER_KEY   "filter"
 
#define DEFDIR_KEY   "def_dir"
 
#define RFX_KEY   "rfx"
 
#define TEXTWIDGET_KEY   "def_dir"
 
#define FILESEL_TYPE_KEY   "filesel_type"
 
#define PARAM_NUMBER_KEY   "param_number"
 
#define WH_LAYOUT_KEY   "_wh_layout"
 

Typedefs

typedef LingoEllipsizeMode LiVESEllipsizeMode
 
typedef int lives_expand_t
 

Enumerations

enum  lives_display_t { LIVES_DISPLAY_TYPE_UNKNOWN = 0, LIVES_DISPLAY_TYPE_X11, LIVES_DISPLAY_TYPE_WIN32, LIVES_DISPLAY_TYPE_WAYLAND }
 
enum  lives_cursor_t {
  LIVES_CURSOR_NORMAL = 0, LIVES_CURSOR_BUSY, LIVES_CURSOR_CENTER_PTR, LIVES_CURSOR_HAND2,
  LIVES_CURSOR_SB_H_DOUBLE_ARROW, LIVES_CURSOR_CROSSHAIR, LIVES_CURSOR_TOP_LEFT_CORNER, LIVES_CURSOR_BOTTOM_RIGHT_CORNER,
  LIVES_CURSOR_BLOCK, LIVES_CURSOR_AUDIO_BLOCK, LIVES_CURSOR_VIDEO_BLOCK, LIVES_CURSOR_FX_BLOCK
}
 

Functions

lives_painter_t * lives_painter_create_from_surface (lives_painter_surface_t *target)
 
lives_painter_t * lives_painter_create_from_widget (LiVESWidget *)
 
boolean lives_painter_remerge (lives_painter_t *)
 
boolean lives_painter_set_source_pixbuf (lives_painter_t *, const LiVESPixbuf *, double pixbuf_x, double pixbuf_y)
 
boolean lives_painter_set_source_surface (lives_painter_t *, lives_painter_surface_t *, double x, double y)
 
lives_painter_surface_t * lives_xwindow_create_similar_surface (LiVESXWindow *window, lives_painter_content_t cont, int width, int height)
 
lives_painter_surface_t * lives_widget_create_painter_surface (LiVESWidget *)
 
lives_painter_surface_t * lives_painter_image_surface_create (lives_painter_format_t format, int width, int height)
 
lives_painter_surface_t * lives_painter_image_surface_create_for_data (uint8_t *data, lives_painter_format_t, int width, int height, int stride)
 
boolean lives_painter_surface_flush (lives_painter_surface_t *)
 
boolean lives_painter_destroy (lives_painter_t *)
 
boolean lives_painter_new_path (lives_painter_t *)
 
boolean lives_painter_paint (lives_painter_t *)
 
boolean lives_painter_fill (lives_painter_t *)
 
boolean lives_painter_stroke (lives_painter_t *)
 
boolean lives_painter_clip (lives_painter_t *)
 
boolean lives_painter_render_background (LiVESWidget *, lives_painter_t *, double x, double y, double width, double height)
 
boolean lives_painter_set_source_rgb (lives_painter_t *, double red, double green, double blue)
 
boolean lives_painter_set_source_rgba (lives_painter_t *, double red, double green, double blue, double alpha)
 
boolean lives_painter_set_line_width (lives_painter_t *, double width)
 
boolean lives_painter_translate (lives_painter_t *, double x, double y)
 
boolean lives_painter_rectangle (lives_painter_t *, double x, double y, double width, double height)
 
boolean lives_painter_arc (lives_painter_t *, double xc, double yc, double radius, double angle1, double angle2)
 
boolean lives_painter_line_to (lives_painter_t *, double x, double y)
 
boolean lives_painter_move_to (lives_painter_t *, double x, double y)
 
boolean lives_painter_close_path (lives_painter_t *)
 
boolean lives_painter_set_operator (lives_painter_t *, lives_painter_operator_t)
 
boolean lives_painter_set_fill_rule (lives_painter_t *, lives_painter_fill_rule_t)
 
lives_painter_surface_t * lives_painter_get_target (lives_painter_t *)
 
int lives_painter_format_stride_for_width (lives_painter_format_t, int width)
 
uint8_t * lives_painter_image_surface_get_data (lives_painter_surface_t *)
 
int lives_painter_image_surface_get_width (lives_painter_surface_t *)
 
int lives_painter_image_surface_get_height (lives_painter_surface_t *)
 
int lives_painter_image_surface_get_stride (lives_painter_surface_t *)
 
lives_painter_format_t lives_painter_image_surface_get_format (lives_painter_surface_t *)
 
LiVESAlign lives_justify_to_align (LiVESJustification justification)
 
LiVESScrollDirection lives_get_scroll_direction (LiVESXEventScroll *event)
 
boolean lives_has_icon (LiVESIconTheme *, const char *stock_id, LiVESIconSize size)
 
const char * lives_get_stock_icon_alt (int alt_stock_id)
 
void widget_helper_set_stock_icon_alts (LiVESIconTheme *)
 
boolean widget_helper_init (void)
 
boolean widget_opts_rescale (double scale)
 
lives_colRGBA64_t lives_rgba_col_new (int red, int green, int blue, int alpha)
 
lives_colRGBA64_twidget_color_to_lives_rgba (lives_colRGBA64_t *, LiVESWidgetColor *)
 
LiVESWidgetColor * lives_rgba_to_widget_color (LiVESWidgetColor *, lives_colRGBA64_t *)
 
lives_colRGBA64_tlives_painter_set_source_rgb_from_lives_rgba (lives_painter_t *, lives_colRGBA64_t *)
 
lives_colRGB48_tlives_painter_set_source_rgb_from_lives_rgb (lives_painter_t *, lives_colRGB48_t *)
 
LiVESWidgetColor * lives_painter_set_source_rgb_from_lives_widget_color (lives_painter_t *, LiVESWidgetColor *)
 
boolean clear_widget_bg (LiVESWidget *widget, lives_painter_surface_t *)
 
boolean clear_widget_bg_area (LiVESWidget *widget, lives_painter_surface_t *s, double x, double y, double width, double height)
 
boolean lives_rgba_equal (lives_colRGBA64_t *col1, lives_colRGBA64_t *col2)
 
lives_colRGBA64_tlives_rgba_copy (lives_colRGBA64_t *col1, lives_colRGBA64_t *col2)
 
boolean lives_widget_object_ref (livespointer)
 increase refcount by one More...
 
boolean lives_widget_object_unref (livespointer)
 decrease refcount by one: if refcount==0, object is destroyed More...
 
boolean lives_widget_object_ref_sink (livespointer)
 
void lives_widget_object_set_data_auto (LiVESWidgetObject *, const char *key, livespointer data)
 
void lives_widget_object_set_data_list (LiVESWidgetObject *, const char *key, LiVESList *list)
 
void lives_widget_object_set_data_widget_object (LiVESWidgetObject *, const char *key, livespointer other)
 
int lives_pixbuf_get_width (const LiVESPixbuf *)
 
int lives_pixbuf_get_height (const LiVESPixbuf *)
 
boolean lives_pixbuf_get_has_alpha (const LiVESPixbuf *)
 
int lives_pixbuf_get_rowstride (const LiVESPixbuf *)
 
int lives_pixbuf_get_n_channels (const LiVESPixbuf *)
 
unsigned char * lives_pixbuf_get_pixels (const LiVESPixbuf *)
 
const unsigned char * lives_pixbuf_get_pixels_readonly (const LiVESPixbuf *)
 
LiVESPixbuf * lives_pixbuf_new (boolean has_alpha, int width, int height)
 
LiVESPixbuf * lives_pixbuf_copy (LiVESPixbuf *)
 
LiVESPixbuf * lives_pixbuf_new_from_data (const unsigned char *buf, boolean has_alpha, int width, int height, int rowstride, LiVESPixbufDestroyNotify lives_free_buffer_fn, livespointer destroy_fn_data)
 
LiVESPixbuf * lives_pixbuf_new_from_file (const char *filename, LiVESError **error)
 
LiVESWidget * lives_image_new_from_pixbuf (LiVESPixbuf *)
 
LiVESPixbuf * lives_pixbuf_new_from_file_at_scale (const char *filename, int width, int height, boolean preserve_aspect_ratio, LiVESError **error)
 
LiVESPixbuf * lives_pixbuf_scale_simple (const LiVESPixbuf *src, int dest_width, int dest_height, LiVESInterpType interp_type)
 
boolean lives_pixbuf_saturate_and_pixelate (const LiVESPixbuf *src, LiVESPixbuf *dest, float saturation, boolean pixilate)
 
ulong lives_signal_connect (LiVESWidget *, const char *signal_name, ulong funcptr, livespointer data)
 
boolean lives_signal_handler_block (livespointer instance, unsigned long handler_id)
 
boolean lives_signal_handler_unblock (livespointer instance, unsigned long handler_id)
 
boolean lives_signal_handler_disconnect (livespointer instance, unsigned long handler_id)
 
boolean lives_signal_stop_emission_by_name (livespointer instance, const char *detailed_signal)
 
boolean lives_grab_add (LiVESWidget *)
 
boolean lives_grab_remove (LiVESWidget *)
 
boolean lives_widget_set_sensitive (LiVESWidget *, boolean state)
 
boolean lives_widget_get_sensitive (LiVESWidget *)
 
boolean lives_widget_show (LiVESWidget *)
 
boolean lives_widget_show_now (LiVESWidget *)
 
boolean lives_widget_show_all (LiVESWidget *)
 
boolean lives_widget_show_all_from_bg (LiVESWidget *)
 
boolean lives_widget_hide (LiVESWidget *)
 
boolean lives_widget_destroy (LiVESWidget *)
 
boolean lives_widget_realize (LiVESWidget *)
 
boolean lives_widget_queue_draw (LiVESWidget *)
 
boolean lives_widget_queue_draw_area (LiVESWidget *, int x, int y, int width, int height)
 
boolean lives_widget_queue_resize (LiVESWidget *)
 
boolean lives_widget_set_size_request (LiVESWidget *, int width, int height)
 
boolean lives_widget_set_minimum_size (LiVESWidget *, int width, int height)
 
boolean lives_widget_set_maximum_size (LiVESWidget *, int width, int height)
 
boolean lives_widget_reparent (LiVESWidget *, LiVESWidget *new_parent)
 
boolean lives_widget_is_ancestor (LiVESWidget *, LiVESWidget *ancestor)
 
boolean lives_widget_set_app_paintable (LiVESWidget *, boolean paintable)
 
boolean lives_widget_set_opacity (LiVESWidget *widget, double opacity)
 
boolean lives_widget_has_focus (LiVESWidget *)
 
boolean lives_widget_is_focus (LiVESWidget *)
 
boolean lives_widget_has_default (LiVESWidget *)
 
boolean lives_widget_set_halign (LiVESWidget *, LiVESAlign align)
 
boolean lives_widget_set_valign (LiVESWidget *, LiVESAlign align)
 
LiVESWidget * lives_event_box_new (void)
 
boolean lives_event_box_set_above_child (LiVESEventBox *, boolean set)
 
LiVESWidget * lives_label_new (const char *text)
 
const char * lives_label_get_text (LiVESLabel *)
 
boolean lives_label_set_text (LiVESLabel *, const char *text)
 
boolean lives_label_set_markup (LiVESLabel *, const char *markup)
 
boolean lives_label_set_mnemonic_widget (LiVESLabel *, LiVESWidget *widget)
 
LiVESWidget * lives_label_get_mnemonic_widget (LiVESLabel *)
 
boolean lives_label_set_selectable (LiVESLabel *, boolean setting)
 
boolean lives_label_set_line_wrap (LiVESLabel *, boolean set)
 
boolean lives_label_set_line_wrap_mode (LiVESLabel *, LingoWrapMode mode)
 
boolean lives_label_seT_lines (LiVESLabel *, int nlines)
 
boolean lives_label_set_ellipsize (LiVESLabel *, LiVESEllipsizeMode mode)
 
LiVESWidget * lives_button_new (void)
 
LiVESWidget * lives_button_new_with_label (const char *label)
 
boolean lives_button_set_label (LiVESButton *, const char *label)
 
const char * lives_button_get_label (LiVESButton *)
 
boolean lives_button_clicked (LiVESButton *)
 
boolean lives_button_set_relief (LiVESButton *, LiVESReliefStyle)
 
boolean lives_button_set_image (LiVESButton *, LiVESWidget *image)
 
boolean lives_button_set_image_from_stock (LiVESButton *, const char *stock_id)
 
boolean lives_button_set_focus_on_click (LiVESButton *, boolean focus)
 
boolean lives_widget_set_focus_on_click (LiVESWidget *, boolean focus)
 
LiVESWidget * lives_switch_new (void)
 
boolean lives_switch_set_active (LiVESSwitch *, boolean)
 
boolean lives_switch_get_active (LiVESSwitch *)
 
LiVESWidget * lives_spinner_new (void)
 
boolean lives_spinner_start (LiVESSpinner *)
 
boolean lives_spinner_stop (LiVESSpinner *)
 
LiVESWidget * lives_check_button_new (void)
 
LiVESWidget * lives_check_button_new_with_label (const char *label)
 
LiVESWidget * lives_radio_button_new (LiVESSList *group)
 
LiVESWidget * lives_spin_button_new (LiVESAdjustment *, double climb_rate, uint32_t digits)
 
LiVESResponseType lives_dialog_run (LiVESDialog *)
 
boolean lives_dialog_response (LiVESDialog *, int response)
 
int lives_dialog_get_response_for_widget (LiVESDialog *, LiVESWidget *)
 
boolean lives_widget_set_bg_color (LiVESWidget *, LiVESWidgetState state, const LiVESWidgetColor *)
 
boolean lives_widget_set_fg_color (LiVESWidget *, LiVESWidgetState state, const LiVESWidgetColor *)
 
boolean lives_widget_set_text_color (LiVESWidget *, LiVESWidgetState state, const LiVESWidgetColor *)
 
boolean lives_widget_set_base_color (LiVESWidget *, LiVESWidgetState state, const LiVESWidgetColor *)
 
boolean lives_widget_set_border_color (LiVESWidget *, LiVESWidgetState state, const LiVESWidgetColor *)
 
boolean lives_widget_set_outline_color (LiVESWidget *, LiVESWidgetState state, const LiVESWidgetColor *)
 
boolean lives_widget_set_text_size (LiVESWidget *, LiVESWidgetState state, const char *size)
 
boolean lives_widget_get_fg_state_color (LiVESWidget *, LiVESWidgetState state, LiVESWidgetColor *)
 
boolean lives_widget_get_bg_state_color (LiVESWidget *, LiVESWidgetState state, LiVESWidgetColor *)
 
boolean lives_color_parse (const char *spec, LiVESWidgetColor *)
 
LiVESWidgetColor * lives_widget_color_copy (LiVESWidgetColor *c1orNULL, const LiVESWidgetColor *c2)
 
boolean lives_widget_color_equal (LiVESWidgetColor *, const LiVESWidgetColor *)
 
boolean lives_widget_color_mix (LiVESWidgetColor *c1, const LiVESWidgetColor *c2, float mixval)
 
LiVESWidget * lives_image_new (void)
 
LiVESWidget * lives_image_new_from_file (const char *filename)
 
LiVESWidget * lives_image_new_from_stock (const char *stock_id, LiVESIconSize size)
 
boolean lives_image_set_from_pixbuf (LiVESImage *, LiVESPixbuf *)
 
LiVESPixbuf * lives_image_get_pixbuf (LiVESImage *)
 
boolean lives_widget_set_margin_left (LiVESWidget *, int margin)
 
boolean lives_widget_set_margin_right (LiVESWidget *, int margin)
 
boolean lives_widget_set_margin_top (LiVESWidget *, int margin)
 
boolean lives_widget_set_margin_bottom (LiVESWidget *, int margin)
 
boolean lives_widget_set_margin (LiVESWidget *, int margin)
 
boolean lives_widget_set_padding (LiVESWidget *, int padding)
 
LiVESWidget * lives_dialog_get_content_area (LiVESDialog *)
 
LiVESWidget * lives_dialog_get_action_area (LiVESDialog *)
 
boolean lives_dialog_add_action_widget (LiVESDialog *, LiVESWidget *, int response_id)
 
LiVESWidget * lives_window_new (LiVESWindowType wintype)
 
boolean lives_window_set_title (LiVESWindow *, const char *title)
 
const char * lives_window_get_title (LiVESWindow *)
 
boolean lives_window_set_transient_for (LiVESWindow *, LiVESWindow *parent)
 
boolean lives_window_set_modal (LiVESWindow *, boolean modal)
 
boolean lives_window_set_deletable (LiVESWindow *, boolean deletable)
 
boolean lives_window_set_resizable (LiVESWindow *, boolean resizable)
 
boolean lives_window_set_keep_below (LiVESWindow *, boolean keep_below)
 
boolean lives_window_set_keep_above (LiVESWindow *, boolean keep_below)
 
boolean lives_window_set_decorated (LiVESWindow *, boolean decorated)
 
boolean lives_window_set_default_size (LiVESWindow *, int width, int height)
 
boolean lives_window_set_monitor (LiVESWindow *window, int monnum)
 
boolean lives_widget_get_position (LiVESWidget *, int *x, int *y)
 
LiVESWidget * lives_window_get_focus (LiVESWindow *)
 
boolean lives_window_get_modal (LiVESWindow *)
 
boolean lives_window_move (LiVESWindow *, int x, int y)
 
boolean lives_window_get_position (LiVESWindow *, int *x, int *y)
 
boolean lives_window_set_position (LiVESWindow *, LiVESWindowPosition pos)
 
boolean lives_window_resize (LiVESWindow *, int width, int height)
 
boolean lives_window_present (LiVESWindow *)
 
boolean lives_window_fullscreen (LiVESWindow *)
 
boolean lives_window_unfullscreen (LiVESWindow *)
 
boolean lives_window_maximize (LiVESWindow *)
 
boolean lives_window_unmaximize (LiVESWindow *)
 
boolean lives_window_set_hide_titlebar_when_maximized (LiVESWindow *, boolean setting)
 
boolean lives_window_add_accel_group (LiVESWindow *, LiVESAccelGroup *group)
 
boolean lives_window_remove_accel_group (LiVESWindow *, LiVESAccelGroup *group)
 
boolean lives_menu_set_accel_group (LiVESMenu *, LiVESAccelGroup *group)
 
LiVESAdjustment * lives_adjustment_new (double value, double lower, double upper, double step_increment, double page_increment, double page_size)
 
boolean lives_box_reorder_child (LiVESBox *, LiVESWidget *child, int pos)
 
boolean lives_box_set_homogeneous (LiVESBox *, boolean homogeneous)
 
boolean lives_box_set_spacing (LiVESBox *, int spacing)
 
boolean lives_box_set_child_packing (LiVESBox *, LiVESWidget *child, boolean expand, boolean fill, uint32_t padding, LiVESPackType pack_type)
 
boolean lives_box_pack_start (LiVESBox *, LiVESWidget *child, boolean expand, boolean fill, uint32_t padding)
 
boolean lives_box_pack_end (LiVESBox *, LiVESWidget *child, boolean expand, boolean fill, uint32_t padding)
 
LiVESWidget * lives_hbox_new (boolean homogeneous, int spacing)
 
LiVESWidget * lives_vbox_new (boolean homogeneous, int spacing)
 
LiVESWidget * lives_hseparator_new (void)
 
LiVESWidget * lives_vseparator_new (void)
 
LiVESWidget * lives_hbutton_box_new (void)
 
LiVESWidget * lives_vbutton_box_new (void)
 
boolean lives_button_box_set_layout (LiVESButtonBox *, LiVESButtonBoxStyle bstyle)
 
boolean lives_button_box_set_button_width (LiVESButtonBox *, LiVESWidget *button, int min_width)
 
boolean lives_button_box_set_child_non_homogeneous (LiVESButtonBox *, LiVESWidget *child, boolean set)
 
boolean lives_button_set_border_colour (LiVESWidget *, LiVESWidgetState state, LiVESWidgetColor *)
 
boolean lives_button_center (LiVESWidget *)
 
boolean lives_button_uncenter (LiVESWidget *, int normal_width)
 
boolean lives_button_box_make_first (LiVESButtonBox *, LiVESWidget *)
 
boolean lives_dialog_make_widget_first (LiVESDialog *, LiVESWidget *)
 
LiVESAccelGroup * lives_dialog_add_escape (LiVESDialog *dlg, LiVESWidget *button)
 
LiVESWidget * lives_standard_toolbar_new (void)
 
LiVESWidget * lives_standard_hscale_new (LiVESAdjustment *)
 
LiVESWidget * lives_vscale_new (LiVESAdjustment *)
 
LiVESWidget * lives_hpaned_new (void)
 
LiVESWidget * lives_vpaned_new (void)
 
boolean lives_paned_set_position (LiVESPaned *, int pos)
 
int lives_paned_get_position (LiVESPaned *)
 
boolean lives_paned_pack (int where, LiVESPaned *, LiVESWidget *child, boolean resize, boolean shrink)
 
LiVESWidget * lives_hscrollbar_new (LiVESAdjustment *)
 
LiVESWidget * lives_vscrollbar_new (LiVESAdjustment *)
 
LiVESWidget * lives_arrow_new (LiVESArrowType, LiVESShadowType)
 
LiVESWidget * lives_alignment_new (float xalign, float yalign, float xscale, float yscale)
 
boolean lives_alignment_set (LiVESWidget *, float xalign, float yalign, float xscale, float yscale)
 
LiVESWidget * lives_expander_new (const char *label)
 
LiVESWidget * lives_expander_get_label_widget (LiVESExpander *)
 
boolean lives_expander_set_use_markup (LiVESExpander *, boolean val)
 
boolean lives_expander_set_expanded (LiVESExpander *, boolean val)
 
boolean lives_expander_set_label (LiVESExpander *, const char *text)
 
boolean lives_expander_get_expanded (LiVESExpander *)
 
boolean lives_label_set_width_chars (LiVESLabel *, int nchars)
 
boolean lives_label_set_halignment (LiVESLabel *, float yalign)
 
LiVESWidget * lives_combo_new (void)
 
LiVESWidget * lives_combo_new_with_model (LiVESTreeModel *model)
 
LiVESTreeModel * lives_combo_get_model (LiVESCombo *)
 
boolean lives_combo_set_model (LiVESCombo *, LiVESTreeModel *)
 
boolean lives_combo_set_focus_on_click (LiVESCombo *, boolean state)
 
void lives_combo_popup (LiVESCombo *)
 
boolean lives_combo_remove_all_text (LiVESCombo *)
 
boolean lives_combo_append_text (LiVESCombo *, const char *text)
 
boolean lives_combo_set_entry_text_column (LiVESCombo *, int column)
 
const char * lives_combo_get_active_text (LiVESCombo *) WARN_UNUSED
 
boolean lives_combo_set_active_text (LiVESCombo *, const char *text)
 
boolean lives_combo_set_active_index (LiVESCombo *, int index)
 
int lives_combo_get_active_index (LiVESCombo *)
 
boolean lives_combo_get_active_iter (LiVESCombo *, LiVESTreeIter *)
 
boolean lives_combo_set_active_iter (LiVESCombo *, LiVESTreeIter *)
 
boolean lives_combo_set_active_string (LiVESCombo *, const char *active_str)
 
LiVESWidget * lives_combo_get_entry (LiVESCombo *)
 
boolean lives_combo_populate (LiVESCombo *, LiVESList *list)
 
LiVESWidget * lives_text_view_new (void)
 
LiVESWidget * lives_text_view_new_with_buffer (LiVESTextBuffer *)
 
LiVESTextBuffer * lives_text_view_get_buffer (LiVESTextView *)
 
boolean lives_text_view_set_editable (LiVESTextView *, boolean setting)
 
boolean lives_text_view_set_accepts_tab (LiVESTextView *, boolean setting)
 
boolean lives_text_view_set_cursor_visible (LiVESTextView *, boolean setting)
 
boolean lives_text_view_set_wrap_mode (LiVESTextView *, LiVESWrapMode wrapmode)
 
boolean lives_text_view_set_justification (LiVESTextView *, LiVESJustification justify)
 
boolean lives_text_view_set_top_margin (LiVESTextView *, int margin)
 
boolean lives_text_view_set_bottom_margin (LiVESTextView *, int margin)
 
LiVESTextBuffer * lives_text_buffer_new (void)
 
char * lives_text_buffer_get_text (LiVESTextBuffer *, LiVESTextIter *start, LiVESTextIter *end, boolean inc_hidden_chars)
 
char * lives_text_buffer_get_all_text (LiVESTextBuffer *)
 
boolean lives_text_buffer_set_text (LiVESTextBuffer *, const char *, int len)
 
boolean lives_text_buffer_insert (LiVESTextBuffer *, LiVESTextIter *, const char *, int len)
 
boolean lives_text_buffer_insert_at_cursor (LiVESTextBuffer *, const char *, int len)
 
boolean lives_text_buffer_get_start_iter (LiVESTextBuffer *, LiVESTextIter *)
 
boolean lives_text_buffer_get_end_iter (LiVESTextBuffer *, LiVESTextIter *)
 
boolean lives_text_buffer_place_cursor (LiVESTextBuffer *, LiVESTextIter *)
 
LiVESTextMark * lives_text_buffer_create_mark (LiVESTextBuffer *, const char *mark_name, const LiVESTextIter *where, boolean left_gravity)
 
boolean lives_text_buffer_delete_mark (LiVESTextBuffer *, LiVESTextMark *)
 
boolean lives_text_buffer_delete (LiVESTextBuffer *, LiVESTextIter *start, LiVESTextIter *end)
 
boolean lives_text_buffer_get_iter_at_mark (LiVESTextBuffer *, LiVESTextIter *, LiVESTextMark *)
 
boolean lives_tree_model_get (LiVESTreeModel *, LiVESTreeIter *,...)
 
boolean lives_tree_model_get_iter (LiVESTreeModel *, LiVESTreeIter *, LiVESTreePath *)
 
boolean lives_tree_model_get_iter_first (LiVESTreeModel *, LiVESTreeIter *)
 
LiVESTreePath * lives_tree_model_get_path (LiVESTreeModel *, LiVESTreeIter *)
 
boolean lives_tree_model_iter_children (LiVESTreeModel *, LiVESTreeIter *, LiVESTreeIter *parent)
 
int lives_tree_model_iter_n_children (LiVESTreeModel *, LiVESTreeIter *)
 
boolean lives_tree_model_iter_next (LiVESTreeModel *, LiVESTreeIter *)
 
boolean lives_tree_path_free (LiVESTreePath *)
 
LiVESTreePath * lives_tree_path_new_from_string (const char *path)
 
int lives_tree_path_get_depth (LiVESTreePath *)
 
int * lives_tree_path_get_indices (LiVESTreePath *)
 
LiVESTreeStore * lives_tree_store_new (int ncols,...)
 
boolean lives_tree_store_append (LiVESTreeStore *, LiVESTreeIter *, LiVESTreeIter *parent)
 
boolean lives_tree_store_prepend (LiVESTreeStore *, LiVESTreeIter *, LiVESTreeIter *parent)
 
boolean lives_tree_store_set (LiVESTreeStore *, LiVESTreeIter *,...)
 
LiVESWidget * lives_tree_view_new (void)
 
LiVESWidget * lives_tree_view_new_with_model (LiVESTreeModel *)
 
boolean lives_tree_view_set_model (LiVESTreeView *, LiVESTreeModel *)
 
LiVESTreeModel * lives_tree_view_get_model (LiVESTreeView *)
 
int lives_tree_view_append_column (LiVESTreeView *, LiVESTreeViewColumn *)
 
boolean lives_tree_view_set_headers_visible (LiVESTreeView *, boolean vis)
 
LiVESAdjustment * lives_tree_view_get_hadjustment (LiVESTreeView *)
 
LiVESTreeSelection * lives_tree_view_get_selection (LiVESTreeView *)
 
LiVESTreeViewColumn * lives_tree_view_column_new_with_attributes (const char *title, LiVESCellRenderer *,...)
 
boolean lives_tree_view_column_set_sizing (LiVESTreeViewColumn *, LiVESTreeViewColumnSizing type)
 
boolean lives_tree_view_column_set_fixed_width (LiVESTreeViewColumn *, int fwidth)
 
boolean lives_tree_selection_get_selected (LiVESTreeSelection *, LiVESTreeModel **, LiVESTreeIter *)
 
boolean lives_tree_selection_set_mode (LiVESTreeSelection *, LiVESSelectionMode)
 
boolean lives_tree_selection_select_iter (LiVESTreeSelection *, LiVESTreeIter *)
 
LiVESListStore * lives_list_store_new (int ncols,...)
 
boolean lives_list_store_set (LiVESListStore *, LiVESTreeIter *,...)
 
boolean lives_list_store_insert (LiVESListStore *, LiVESTreeIter *, int position)
 
LiVESCellRenderer * lives_cell_renderer_text_new (void)
 
LiVESCellRenderer * lives_cell_renderer_spin_new (void)
 
LiVESCellRenderer * lives_cell_renderer_toggle_new (void)
 
LiVESCellRenderer * lives_cell_renderer_pixbuf_new (void)
 
LiVESWidget * lives_drawing_area_new (void)
 
int lives_event_get_time (LiVESXEvent *)
 
boolean lives_toggle_button_get_active (LiVESToggleButton *)
 
boolean lives_toggle_button_set_active (LiVESToggleButton *, boolean active)
 
boolean lives_toggle_button_set_mode (LiVESToggleButton *, boolean drawind)
 
boolean lives_toggle_button_toggle (LiVESToggleButton *)
 
LiVESWidget * lives_toggle_tool_button_new (void)
 
boolean lives_toggle_tool_button_get_active (LiVESToggleToolButton *)
 
boolean lives_toggle_tool_button_set_active (LiVESToggleToolButton *, boolean active)
 
boolean lives_toggle_tool_button_toggle (LiVESToggleToolButton *)
 
int lives_utf8_strcmpfunc (livesconstpointer, livesconstpointer, livespointer fwd)
 
LiVESList * add_sorted_list_to_menu (LiVESMenu *, LiVESList *)
 
LiVESSList * lives_radio_button_get_group (LiVESRadioButton *)
 
LiVESSList * lives_radio_menu_item_get_group (LiVESRadioMenuItem *)
 
LiVESWidget * lives_widget_get_parent (LiVESWidget *)
 
LiVESWidget * lives_widget_get_toplevel (LiVESWidget *)
 
LiVESXWindow * lives_widget_get_xwindow (LiVESWidget *)
 
boolean lives_xwindow_set_keep_above (LiVESXWindow *, boolean setting)
 
boolean lives_xwindow_invalidate_rect (LiVESXWindow *, lives_rect_t *, boolean inv_childs)
 
boolean lives_widget_set_can_focus (LiVESWidget *, boolean state)
 
boolean lives_widget_set_can_default (LiVESWidget *, boolean state)
 
boolean lives_widget_set_can_focus_and_default (LiVESWidget *)
 
boolean lives_widget_add_events (LiVESWidget *, int events)
 
boolean lives_widget_set_events (LiVESWidget *, int events)
 
boolean lives_widget_remove_accelerator (LiVESWidget *, LiVESAccelGroup *, uint32_t accel_key, LiVESXModifierType accel_mods)
 
boolean lives_widget_get_preferred_size (LiVESWidget *, LiVESRequisition *min_size, LiVESRequisition *nat_size)
 
boolean lives_widget_set_no_show_all (LiVESWidget *, boolean set)
 
boolean lives_widget_get_no_show_all (LiVESWidget *)
 
boolean lives_container_remove (LiVESContainer *, LiVESWidget *)
 
boolean lives_container_add (LiVESContainer *, LiVESWidget *)
 
boolean lives_container_set_border_width (LiVESContainer *, uint32_t width)
 
boolean lives_container_foreach (LiVESContainer *, LiVESWidgetCallback callback, livespointer cb_data)
 
LiVESList * lives_container_get_children (LiVESContainer *)
 
boolean lives_container_set_focus_child (LiVESContainer *, LiVESWidget *child)
 
LiVESWidget * lives_container_get_focus_child (LiVESContainer *)
 
LiVESWidget * lives_progress_bar_new (void)
 
boolean lives_progress_bar_set_fraction (LiVESProgressBar *, double fraction)
 
boolean lives_progress_bar_set_pulse_step (LiVESProgressBar *, double fraction)
 
boolean lives_progress_bar_pulse (LiVESProgressBar *)
 
double lives_spin_button_get_value (LiVESSpinButton *)
 
int lives_spin_button_get_value_as_int (LiVESSpinButton *)
 
LiVESAdjustment * lives_spin_button_get_adjustment (LiVESSpinButton *)
 
LiVESAdjustment * lives_spin_button_set_adjustment (LiVESSpinButton *, LiVESAdjustment *adj)
 
boolean lives_spin_button_set_value (LiVESSpinButton *, double value)
 
boolean lives_spin_button_set_range (LiVESSpinButton *, double min, double max)
 
boolean lives_spin_button_set_wrap (LiVESSpinButton *, boolean wrap)
 
boolean lives_spin_button_set_step_increment (LiVESSpinButton *button, double step_increment)
 
boolean lives_spin_button_set_snap_to_ticks (LiVESSpinButton *, boolean snap)
 
boolean lives_spin_button_set_snap_to_multiples (LiVESSpinButton *, double mult)
 
boolean lives_spin_button_set_digits (LiVESSpinButton *, uint32_t digits)
 
boolean lives_spin_button_update (LiVESSpinButton *)
 
LiVESWidget * lives_color_button_new_with_color (const LiVESWidgetColor *)
 
LiVESWidgetColor * lives_color_button_get_color (LiVESColorButton *, LiVESWidgetColor *)
 
boolean lives_color_button_set_color (LiVESColorButton *, const LiVESWidgetColor *)
 
boolean lives_color_button_set_alpha (LiVESColorButton *, int16_t alpha)
 
int16_t lives_color_button_get_alpha (LiVESColorButton *)
 
boolean lives_color_button_set_title (LiVESColorButton *, const char *title)
 
boolean lives_color_button_set_use_alpha (LiVESColorButton *, boolean use_alpha)
 
LiVESToolItem * lives_tool_button_new (LiVESWidget *icon_widget, const char *label)
 
LiVESToolItem * lives_tool_item_new (void)
 
LiVESToolItem * lives_separator_tool_item_new (void)
 
boolean lives_tool_button_set_icon_widget (LiVESToolButton *, LiVESWidget *icon)
 
boolean lives_tool_button_set_label_widget (LiVESToolButton *, LiVESWidget *label)
 
boolean lives_tool_button_set_use_underline (LiVESToolButton *, boolean use_underline)
 
LiVESWidget * lives_message_dialog_new (LiVESWindow *parent, LiVESDialogFlags flags, LiVESMessageType type, LiVESButtonsType buttons, const char *msg_fmt,...)
 
double lives_ruler_get_value (LiVESRuler *)
 
double lives_ruler_set_value (LiVESRuler *, double value)
 
boolean lives_ruler_set_range (LiVESRuler *, double lower, double upper, double position, double max_size)
 
double lives_ruler_set_upper (LiVESRuler *, double upper)
 
double lives_ruler_set_lower (LiVESRuler *, double lower)
 
LiVESWidget * lives_toolbar_new (void)
 
boolean lives_toolbar_insert (LiVESToolbar *, LiVESToolItem *, int pos)
 
boolean lives_toolbar_set_show_arrow (LiVESToolbar *, boolean show)
 
LiVESIconSize lives_toolbar_get_icon_size (LiVESToolbar *)
 
boolean lives_toolbar_set_icon_size (LiVESToolbar *, LiVESIconSize icon_size)
 
boolean lives_toolbar_set_style (LiVESToolbar *, LiVESToolbarStyle style)
 
int lives_widget_get_allocation_x (LiVESWidget *)
 
int lives_widget_get_allocation_y (LiVESWidget *)
 
int lives_widget_get_allocation_width (LiVESWidget *)
 
int lives_widget_get_allocation_height (LiVESWidget *)
 
boolean lives_widget_set_state (LiVESWidget *, LiVESWidgetState state)
 
LiVESWidgetState lives_widget_get_state (LiVESWidget *widget)
 
LiVESWidget * lives_bin_get_child (LiVESBin *)
 
boolean lives_widget_is_sensitive (LiVESWidget *)
 
boolean lives_widget_is_visible (LiVESWidget *)
 
boolean lives_widget_is_realized (LiVESWidget *)
 
double lives_adjustment_get_upper (LiVESAdjustment *)
 
double lives_adjustment_get_lower (LiVESAdjustment *)
 
double lives_adjustment_get_page_size (LiVESAdjustment *)
 
double lives_adjustment_get_step_increment (LiVESAdjustment *)
 
double lives_adjustment_get_value (LiVESAdjustment *)
 
boolean lives_adjustment_set_upper (LiVESAdjustment *, double upper)
 
boolean lives_adjustment_set_lower (LiVESAdjustment *, double lower)
 
boolean lives_adjustment_set_page_size (LiVESAdjustment *, double page_size)
 
boolean lives_adjustment_set_step_increment (LiVESAdjustment *, double step_increment)
 
boolean lives_adjustment_set_value (LiVESAdjustment *, double value)
 
boolean lives_adjustment_clamp_page (LiVESAdjustment *, double lower, double upper)
 
LiVESAdjustment * lives_range_get_adjustment (LiVESRange *)
 
boolean lives_range_set_value (LiVESRange *, double value)
 
boolean lives_range_set_range (LiVESRange *, double min, double max)
 
boolean lives_range_set_increments (LiVESRange *, double step, double page)
 
boolean lives_range_set_inverted (LiVESRange *, boolean invert)
 
double lives_range_get_value (LiVESRange *)
 
boolean lives_editable_set_editable (LiVESEditable *, boolean editable)
 
boolean lives_editable_get_editable (LiVESEditable *)
 
boolean lives_editable_select_region (LiVESEditable *, int start_pos, int end_pos)
 
LiVESWidget * lives_entry_new (void)
 
boolean lives_entry_set_editable (LiVESEntry *, boolean editable)
 
boolean lives_entry_get_editable (LiVESEntry *)
 
const char * lives_entry_get_text (LiVESEntry *)
 
boolean lives_entry_set_text (LiVESEntry *, const char *text)
 
boolean lives_entry_set_width_chars (LiVESEntry *, int nchars)
 
boolean lives_entry_set_max_length (LiVESEntry *, int len)
 
boolean lives_entry_set_activates_default (LiVESEntry *, boolean act)
 
boolean lives_entry_get_activates_default (LiVESEntry *)
 
boolean lives_entry_set_visibility (LiVESEntry *, boolean vis)
 
boolean lives_entry_set_has_frame (LiVESEntry *, boolean has)
 
boolean lives_entry_set_alignment (LiVESEntry *, float align)
 
double lives_scale_button_get_value (LiVESScaleButton *)
 
boolean lives_scale_button_set_value (LiVESScaleButton *, double value)
 
LiVESWidget * lives_table_new (uint32_t rows, uint32_t cols, boolean homogeneous)
 
boolean lives_table_set_row_spacings (LiVESTable *, uint32_t spacing)
 
boolean lives_table_set_col_spacings (LiVESTable *, uint32_t spacing)
 
boolean lives_table_resize (LiVESTable *, uint32_t rows, uint32_t cols)
 
boolean lives_table_attach (LiVESTable *, LiVESWidget *child, uint32_t left, uint32_t right, uint32_t top, uint32_t bottom, LiVESAttachOptions xoptions, LiVESAttachOptions yoptions, uint32_t xpad, uint32_t ypad)
 
boolean lives_table_set_column_homogeneous (LiVESTable *, boolean homogeneous)
 
boolean lives_table_set_row_homogeneous (LiVESTable *, boolean homogeneous)
 
LiVESWidget * lives_frame_new (const char *label)
 
boolean lives_frame_set_label (LiVESFrame *, const char *label)
 
boolean lives_frame_set_label_align (LiVESFrame *, float xalign, float yalign)
 
boolean lives_frame_set_label_widget (LiVESFrame *, LiVESWidget *)
 
LiVESWidget * lives_frame_get_label_widget (LiVESFrame *)
 
boolean lives_frame_set_shadow_type (LiVESFrame *, LiVESShadowType)
 
LiVESWidget * lives_notebook_new (void)
 
LiVESWidget * lives_notebook_get_nth_page (LiVESNotebook *, int pagenum)
 
int lives_notebook_get_current_page (LiVESNotebook *)
 
boolean lives_notebook_set_current_page (LiVESNotebook *, int pagenum)
 
boolean lives_notebook_set_tab_label (LiVESNotebook *, LiVESWidget *child, LiVESWidget *tablabel)
 
LiVESWidget * lives_menu_new (void)
 
LiVESWidget * lives_menu_bar_new (void)
 
boolean lives_menu_popup (LiVESMenu *, LiVESXEventButton *)
 
boolean lives_menu_reorder_child (LiVESMenu *, LiVESWidget *, int pos)
 
boolean lives_menu_detach (LiVESMenu *)
 
boolean lives_menu_shell_insert (LiVESMenuShell *, LiVESWidget *child, int pos)
 
boolean lives_menu_shell_prepend (LiVESMenuShell *, LiVESWidget *child)
 
boolean lives_menu_shell_append (LiVESMenuShell *, LiVESWidget *child)
 
LiVESWidget * lives_menu_item_new (void)
 
LiVESWidget * lives_menu_item_new_with_label (const char *label)
 
boolean lives_menu_item_set_accel_path (LiVESMenuItem *, const char *path)
 
LiVESWidget * lives_check_menu_item_new_with_label (const char *label)
 
boolean lives_check_menu_item_set_draw_as_radio (LiVESCheckMenuItem *, boolean setting)
 
LiVESWidget * lives_radio_menu_item_new_with_label (LiVESSList *group, const char *label)
 
LiVESWidget * lives_image_menu_item_new_with_label (const char *label)
 
LiVESWidget * lives_image_menu_item_new_from_stock (const char *stock_id, LiVESAccelGroup *accel_group)
 
LiVESToolItem * lives_menu_tool_button_new (LiVESWidget *icon, const char *label)
 
boolean lives_menu_tool_button_set_menu (LiVESMenuToolButton *, LiVESWidget *menu)
 
boolean lives_image_menu_item_set_image (LiVESImageMenuItem *, LiVESWidget *image)
 
boolean lives_menu_item_set_submenu (LiVESMenuItem *, LiVESWidget *)
 
LiVESWidget * lives_menu_item_get_submenu (LiVESMenuItem *)
 
boolean lives_menu_item_activate (LiVESMenuItem *)
 
boolean lives_check_menu_item_set_active (LiVESCheckMenuItem *, boolean state)
 
boolean lives_check_menu_item_get_active (LiVESCheckMenuItem *)
 
boolean lives_menu_set_title (LiVESMenu *, const char *title)
 
int lives_display_get_n_screens (LiVESXDisplay *)
 
char * lives_file_chooser_get_filename (LiVESFileChooser *)
 
LiVESSList * lives_file_chooser_get_filenames (LiVESFileChooser *)
 
boolean lives_widget_grab_focus (LiVESWidget *)
 
boolean lives_widget_grab_default (LiVESWidget *)
 
LiVESWidget * lives_widget_set_tooltip_text (LiVESWidget *, const char *text)
 
boolean lives_widget_process_updates (LiVESWidget *)
 
boolean lives_xwindow_get_origin (LiVESXWindow *, int *posx, int *posy)
 
boolean lives_xwindow_get_frame_extents (LiVESXWindow *, lives_rect_t *)
 
LiVESAccelGroup * lives_accel_group_new (void)
 
boolean lives_accel_group_connect (LiVESAccelGroup *, uint32_t key, LiVESXModifierType mod, LiVESAccelFlags flags, LiVESWidgetClosure *closure)
 
boolean lives_accel_group_disconnect (LiVESAccelGroup *, LiVESWidgetClosure *closure)
 
boolean lives_accel_groups_activate (LiVESWidgetObject *object, uint32_t key, LiVESXModifierType mod)
 
boolean lives_widget_add_accelerator (LiVESWidget *, const char *accel_signal, LiVESAccelGroup *accel_group, uint32_t accel_key, LiVESXModifierType accel_mods, LiVESAccelFlags accel_flags)
 
boolean lives_widget_get_pointer (LiVESXDevice *, LiVESWidget *, int *x, int *y)
 
boolean lives_widget_get_modmask (LiVESXDevice *, LiVESWidget *, LiVESXModifierType *modmask)
 
LiVESXWindow * lives_display_get_window_at_pointer (LiVESXDevice *, LiVESXDisplay *, int *win_x, int *win_y)
 
boolean lives_display_get_pointer (LiVESXDevice *, LiVESXDisplay *, LiVESXScreen **, int *x, int *y, LiVESXModifierType *mask)
 
boolean lives_display_warp_pointer (LiVESXDevice *, LiVESXDisplay *, LiVESXScreen *, int x, int y)
 
LiVESXDisplay * lives_widget_get_display (LiVESWidget *)
 
lives_display_t lives_widget_get_display_type (LiVESWidget *)
 
uint64_t lives_widget_get_xwinid (LiVESWidget *, const char *failure_msg)
 
LiVESWindow * lives_widget_get_window (LiVESWidget *)
 
LiVESWidget * lives_scrolled_window_new (LiVESAdjustment *hadj, LiVESAdjustment *vadj)
 
LiVESAdjustment * lives_scrolled_window_get_hadjustment (LiVESScrolledWindow *)
 
LiVESAdjustment * lives_scrolled_window_get_vadjustment (LiVESScrolledWindow *)
 
boolean lives_scrolled_window_set_policy (LiVESScrolledWindow *, LiVESPolicyType hpolicy, LiVESPolicyType vpolicy)
 
boolean lives_scrolled_window_add_with_viewport (LiVESScrolledWindow *, LiVESWidget *child)
 
boolean lives_scrolled_window_set_min_content_height (LiVESScrolledWindow *, int height)
 
boolean lives_scrolled_window_set_min_content_width (LiVESScrolledWindow *, int width)
 
boolean lives_xwindow_raise (LiVESXWindow *)
 
boolean lives_xwindow_set_cursor (LiVESXWindow *, LiVESXCursor *)
 
uint32_t lives_timer_add (uint32_t interval, LiVESWidgetSourceFunc function, livespointer data)
 
boolean lives_timer_remove (uint32_t timer)
 
uint32_t lives_idle_add (LiVESWidgetSourceFunc function, livespointer data)
 
boolean lives_source_remove (uint32_t handle)
 
uint32_t lives_accelerator_get_default_mod_mask ()
 
int lives_screen_get_width (LiVESXScreen *)
 
int lives_screen_get_height (LiVESXScreen *)
 
boolean lives_scale_set_draw_value (LiVESScale *, boolean draw_value)
 
boolean lives_scale_set_value_pos (LiVESScale *, LiVESPositionType ptype)
 
boolean lives_scale_set_digits (LiVESScale *, int digits)
 
boolean lives_has_toplevel_focus (LiVESWidget *window)
 
boolean lives_dialog_set_has_separator (LiVESDialog *, boolean has)
 
boolean lives_widget_set_hexpand (LiVESWidget *, boolean state)
 
boolean lives_widget_set_vexpand (LiVESWidget *, boolean state)
 
boolean lives_image_menu_item_set_always_show_image (LiVESImageMenuItem *, boolean show)
 
boolean lives_scale_button_set_orientation (LiVESScaleButton *, LiVESOrientation orientation)
 
boolean lives_window_set_auto_startup_notification (boolean set)
 
boolean lives_widget_set_pack_type (LiVESBox *, LiVESWidget *, LiVESPackType)
 
void lives_label_set_hpadding (LiVESLabel *, int pad)
 
LiVESWidget * align_horizontal_with (LiVESWidget *thingtoadd, LiVESWidget *thingtoalignwith)
 
boolean lives_box_pack_first (LiVESBox *, LiVESWidget *child, boolean expand, boolean fill, uint32_t padding)
 
LiVESWidget * lives_layout_new (LiVESBox *)
 
LiVESWidget * lives_layout_hbox_new (LiVESLayout *)
 
LiVESWidget * lives_layout_row_new (LiVESLayout *)
 
int lives_layout_add_row (LiVESLayout *)
 
LiVESWidget * lives_layout_pack (LiVESHBox *, LiVESWidget *)
 
LiVESWidget * lives_layout_add_label (LiVESLayout *, const char *text, boolean horizontal)
 
void lives_layout_label_set_text (LiVESLabel *, const char *text)
 
LiVESWidget * lives_layout_add_fill (LiVESLayout *, boolean horizontal)
 
LiVESWidget * lives_layout_add_separator (LiVESLayout *, boolean horizontal)
 
LiVESWidget * lives_layout_expansion_row_new (LiVESLayout *, LiVESWidget *widget)
 
boolean lives_button_grab_default_special (LiVESWidget *)
 
boolean lives_button_ungrab_default_special (LiVESWidget *)
 
boolean show_warn_image (LiVESWidget *, const char *text)
 
boolean hide_warn_image (LiVESWidget *)
 
boolean is_standard_widget (LiVESWidget *)
 
boolean lives_widget_set_frozen (LiVESWidget *, boolean state)
 
LiVESWidget * lives_standard_button_new_from_stock (const char *stock_id, const char *label, int width, int height)
 
LiVESWidget * lives_standard_menu_new (void)
 
LiVESWidget * lives_standard_menu_item_new (void)
 
LiVESWidget * lives_standard_menu_item_new_with_label (const char *labeltext)
 
LiVESWidget * lives_standard_image_menu_item_new_with_label (const char *labeltext)
 
LiVESWidget * lives_standard_image_menu_item_new_from_stock (const char *stock_id, LiVESAccelGroup *accel_group)
 
LiVESWidget * lives_standard_radio_menu_item_new_with_label (LiVESSList *group, const char *labeltext)
 
LiVESWidget * lives_standard_check_menu_item_new_with_label (const char *labeltext, boolean active)
 
LiVESWidget * lives_standard_check_menu_item_new_for_var (const char *ltext, boolean *var, boolean invert)
 
LiVESWidget * lives_standard_switch_new (const char *labeltext, boolean active, LiVESBox *, const char *tooltip)
 
LiVESWidget * lives_standard_vpaned_new (void)
 
LiVESWidget * lives_standard_hpaned_new (void)
 
LiVESWidget * lives_standard_notebook_new (const LiVESWidgetColor *bg_color, const LiVESWidgetColor *act_color)
 
LiVESWidget * lives_standard_label_new (const char *labeltext)
 
LiVESWidget * lives_standard_label_new_with_mnemonic_widget (const char *text, LiVESWidget *mnemonic_widget)
 
LiVESWidget * lives_standard_label_new_with_tooltips (const char *text, LiVESBox *box, const char *tips)
 
LiVESWidget * lives_standard_formatted_label_new (const char *text)
 
char * lives_big_and_bold (const char *fmt,...)
 
void lives_label_chomp (LiVESLabel *)
 
LiVESWidget * lives_standard_drawing_area_new (LiVESGuiCallback, lives_painter_surface_t **)
 
LiVESWidget * lives_standard_frame_new (const char *labeltext, float xalign, boolean invisible_outline)
 
LiVESWidget * lives_standard_check_button_new (const char *labeltext, boolean active, LiVESBox *, const char *tooltip)
 
LiVESWidget * lives_glowing_check_button_new (const char *labeltext, LiVESBox *, const char *tooltip, boolean *togglevalue)
 
LiVESWidget * lives_standard_radio_button_new (const char *labeltext, LiVESSList **rbgroup, LiVESBox *, const char *tooltip)
 
LiVESWidget * lives_standard_spin_button_new (const char *labeltext, double val, double min, double max, double step, double page, int dp, LiVESBox *, const char *tooltip)
 
LiVESWidget * lives_standard_combo_new (const char *labeltext, LiVESList *list, LiVESBox *, const char *tooltip)
 
LiVESWidget * lives_standard_combo_new_with_model (LiVESTreeModel *, LiVESBox *)
 
LiVESWidget * lives_standard_entry_new (const char *labeltext, const char *txt, int dispwidth, int maxchars, LiVESBox *, const char *tooltip)
 
LiVESWidget * lives_standard_direntry_new (const char *labeltext, const char *txt, int dispwidth, int maxchars, LiVESBox *, const char *tooltip)
 
LiVESWidget * lives_standard_fileentry_new (const char *labeltext, const char *txt, const char *defdir, int dispwidth, int maxchars, LiVESBox *box, const char *tooltip)
 
LiVESWidget * lives_standard_progress_bar_new (void)
 
LiVESWidget * lives_standard_font_chooser_new (void)
 
LiVESWidget * lives_standard_lock_button_new (boolean is_locked, int width, int height, const char *label, const char *tooltip)
 
boolean lives_lock_button_get_locked (LiVESButton *)
 
boolean lives_lock_button_toggle (LiVESButton *)
 
boolean lives_dialog_set_button_layout (LiVESDialog *, LiVESButtonBoxStyle bstyle)
 
LiVESWidget * lives_standard_dialog_new (const char *title, boolean add_std_buttons, int width, int height)
 
LiVESWidget * lives_dialog_add_button_from_stock (LiVESDialog *, const char *stock_id, const char *label, int response_id)
 
LiVESWidget * lives_standard_hruler_new (void)
 
LiVESWidget * lives_standard_scrolled_window_new (int width, int height, LiVESWidget *child)
 
double lives_scrolled_window_scroll_to (LiVESScrolledWindow *, LiVESPositionType pos)
 
LiVESWidget * lives_standard_expander_new (const char *labeltext, LiVESBox *parent, LiVESWidget *child)
 
LiVESWidget * lives_volume_button_new (LiVESOrientation orientation, LiVESAdjustment *, double volume)
 
LiVESWidget * lives_standard_file_button_new (boolean is_dir, const char *def_dir)
 
LiVESWidget * lives_standard_color_button_new (LiVESBox *parent, const char *name, boolean use_alpha, lives_colRGBA64_t *rgba, LiVESWidget **sb_red, LiVESWidget **sb_green, LiVESWidget **sb_blue, LiVESWidget **sb_alpha)
 
LiVESWidget * lives_standard_text_view_new (const char *text, LiVESTextBuffer *tbuff)
 
LiVESWidget * lives_standard_table_new (uint32_t rows, uint32_t cols, boolean homogeneous)
 
LiVESToolItem * lives_standard_menu_tool_button_new (LiVESWidget *icon, const char *label)
 
LiVESXCursor * lives_cursor_new_from_pixbuf (LiVESXDisplay *, LiVESPixbuf *, int x, int y)
 
void set_button_image_border_colour (LiVESButton *, LiVESWidgetState state, LiVESWidgetColor *)
 
void lives_widget_apply_theme (LiVESWidget *, LiVESWidgetState state)
 
void lives_widget_apply_theme_dimmed (LiVESWidget *, LiVESWidgetState state, int dimval)
 
void set_child_dimmed_colour (LiVESWidget *, int dim)
 
void set_child_colour (LiVESWidget *, boolean set_all)
 
void lives_widget_apply_theme2 (LiVESWidget *, LiVESWidgetState state, boolean set_fg)
 
void lives_widget_apply_theme_dimmed2 (LiVESWidget *, LiVESWidgetState state, int dimval)
 
void set_child_dimmed_colour2 (LiVESWidget *, int dim)
 
void set_child_alt_colour (LiVESWidget *, boolean set_all)
 
void set_child_alt_colour_prelight (LiVESWidget *)
 
void lives_widget_apply_theme3 (LiVESWidget *, LiVESWidgetState state)
 
void set_child_colour3 (LiVESWidget *, boolean set_all)
 
boolean lives_widget_set_sensitive_with (LiVESWidget *, LiVESWidget *other)
 
boolean lives_widget_set_show_hide_with (LiVESWidget *, LiVESWidget *other)
 
boolean lives_image_scale (LiVESImage *, int width, int height, LiVESInterpType interp_type)
 
LiVESPixbuf * lives_pixbuf_new_from_stock_at_size (const char *stock_id, LiVESIconSize size, int x, int y)
 
LiVESWidget * lives_image_new_from_stock_at_size (const char *stock_id, LiVESIconSize size, int x, int y)
 
boolean lives_widget_queue_draw_if_visible (LiVESWidget *)
 
boolean lives_widget_queue_draw_and_update (LiVESWidget *)
 
boolean global_recent_manager_add (const char *file_name)
 
boolean lives_cursor_unref (LiVESXCursor *)
 
boolean lives_tree_store_find_iter (LiVESTreeStore *, int col, const char *val, LiVESTreeIter *existing, LiVESTreeIter *newiter)
 
boolean lives_widget_context_update (void)
 
LiVESWidget * lives_menu_add_separator (LiVESMenu *)
 
void lives_menu_item_set_text (LiVESWidget *, const char *text, boolean use_mnemonic)
 
const char * lives_menu_item_get_text (LiVESWidget *)
 
boolean lives_widget_get_fg_color (LiVESWidget *, LiVESWidgetColor *)
 
boolean lives_widget_set_show_hide_parent (LiVESWidget *)
 
boolean lives_window_center (LiVESWindow *)
 
boolean lives_window_uncenter (LiVESWindow *)
 
boolean lives_entry_set_completion_from_list (LiVESEntry *, LiVESList *)
 
boolean lives_widget_unparent (LiVESWidget *)
 
void lives_tooltips_copy (LiVESWidget *dest, LiVESWidget *source)
 
char * lives_text_view_get_text (LiVESTextView *)
 
boolean lives_text_view_set_text (LiVESTextView *, const char *text, int len)
 
boolean lives_text_buffer_insert_at_end (LiVESTextBuffer *, const char *text)
 
void lives_general_button_clicked (LiVESButton *, livespointer data_to_free)
 
boolean lives_spin_button_configure (LiVESSpinButton *, double value, double lower, double upper, double step_increment, double page_increment)
 
size_t calc_spin_button_width (double min, double max, int dp)
 
double lives_spin_button_get_snapval (LiVESSpinButton *, double val)
 
int get_box_child_index (LiVESBox *, LiVESWidget *child)
 
boolean lives_box_pack_top (LiVESBox *, LiVESWidget *child, boolean expand, boolean fill, uint32_t padding)
 
boolean lives_container_child_set_shrinkable (LiVESContainer *, LiVESWidget *child, boolean val)
 
boolean set_submenu_colours (LiVESMenu *, LiVESWidgetColor *colf, LiVESWidgetColor *colb)
 
boolean toggle_sets_sensitive (LiVESToggleButton *, LiVESWidget *, boolean invert)
 set callbacks More...
 
boolean toggle_toolbutton_sets_sensitive (LiVESToggleToolButton *, LiVESWidget *, boolean invert)
 
boolean menu_sets_sensitive (LiVESCheckMenuItem *, LiVESWidget *, boolean invert)
 
boolean toggle_sets_visible (LiVESToggleButton *, LiVESWidget *, boolean invert)
 
boolean toggle_toolbutton_sets_visible (LiVESToggleToolButton *, LiVESWidget *, boolean invert)
 
boolean menu_sets_visible (LiVESCheckMenuItem *, LiVESWidget *, boolean invert)
 
boolean toggle_sets_sensitive_cond (LiVESToggleButton *, LiVESWidget *, livespointer condsens, livespointer condinsens, boolean invert)
 
boolean toggle_toggles_var (LiVESToggleButton *, boolean *var, boolean invert)
 
boolean label_act_toggle (LiVESWidget *, LiVESXEventButton *, LiVESWidget *)
 
boolean widget_act_toggle (LiVESWidget *, LiVESWidget *)
 
boolean widget_inact_toggle (LiVESWidget *, LiVESWidget *)
 
boolean toggle_button_toggle (LiVESToggleButton *)
 
boolean label_act_lockbutton (LiVESWidget *, LiVESXEventButton *, LiVESButton *)
 
void funkify_dialog (LiVESWidget *dialog)
 #define USE_REVEAL - not working here More...
 
 EXPOSE_FN_PROTOTYPE (draw_cool_toggle)
 
void lives_cool_toggled (LiVESWidget *tbutton, livespointer)
 
boolean unhide_cursor (LiVESXWindow *)
 
void hide_cursor (LiVESXWindow *)
 
boolean set_tooltips_state (LiVESWidget *, boolean state)
 
boolean get_border_size (LiVESWidget *win, int *bx, int *by)
 
boolean lives_window_get_inner_size (LiVESWindow *, int *x, int *y)
 
LiVESWidget * lives_standard_hseparator_new (void)
 
LiVESWidget * lives_standard_vseparator_new (void)
 
LiVESWidget * add_hsep_to_box (LiVESBox *)
 
LiVESWidget * add_vsep_to_box (LiVESBox *)
 
LiVESWidget * add_fill_to_box (LiVESBox *)
 
LiVESWidget * add_spring_to_box (LiVESBox *, int min)
 
LiVESWidget * lives_toolbar_insert_space (LiVESToolbar *)
 
LiVESWidget * lives_toolbar_insert_label (LiVESToolbar *, const char *labeltext, LiVESWidget *actwidg)
 
LiVESWidget * lives_standard_tool_button_new (LiVESToolbar *, GtkWidget *icon_widget, const char *label, const char *tooltips)
 
boolean lives_tool_button_set_border_color (LiVESWidget *button, LiVESWidgetState state, LiVESWidgetColor *)
 
LiVESWidget * lives_glowing_tool_button_new (const char *labeltext, LiVESToolbar *tbar, const char *tooltip, boolean *togglevalue)
 
boolean lives_accel_path_disconnect (LiVESAccelGroup *, const char *path)
 
boolean lives_widget_get_mod_mask (LiVESWidget *, LiVESXModifierType *modmask)
 
boolean lives_widget_nullify_with (LiVESWidget *, void **)
 
boolean lives_widget_destroy_with (LiVESWidget *, LiVESWidget *dieplease)
 
void * lives_fg_run (weed_plant_t *lpt, void *retval)
 
void lives_set_cursor_style (lives_cursor_t cstyle, LiVESWidget *)
 
LiVESList * get_textsizes_list (void)
 
const char * lives_textsize_to_string (int val)
 

Variables

char LIVES_STOCK_LABEL_CANCEL [32]
 stock labels, these are set up in widget_helper_init() More...
 
char LIVES_STOCK_LABEL_OK [32]
 
char LIVES_STOCK_LABEL_YES [32]
 
char LIVES_STOCK_LABEL_NO [32]
 
char LIVES_STOCK_LABEL_SAVE [32]
 
char LIVES_STOCK_LABEL_SAVE_AS [32]
 
char LIVES_STOCK_LABEL_OPEN [32]
 
char LIVES_STOCK_LABEL_QUIT [32]
 
char LIVES_STOCK_LABEL_APPLY [32]
 
char LIVES_STOCK_LABEL_CLOSE [32]
 
char LIVES_STOCK_LABEL_REVERT [32]
 
char LIVES_STOCK_LABEL_REFRESH [32]
 
char LIVES_STOCK_LABEL_DELETE [32]
 
char LIVES_STOCK_LABEL_SELECT_ALL [32]
 
char LIVES_STOCK_LABEL_GO_FORWARD [32]
 
char LIVES_STOCK_LABEL_MEDIA_FORWARD [32]
 
char LIVES_STOCK_LABEL_MEDIA_REWIND [32]
 
char LIVES_STOCK_LABEL_MEDIA_STOP [32]
 
char LIVES_STOCK_LABEL_MEDIA_PLAY [32]
 
char LIVES_STOCK_LABEL_MEDIA_PAUSE [32]
 
char LIVES_STOCK_LABEL_MEDIA_RECORD [32]
 
char LIVES_STOCK_LABEL_CLOSE_WINDOW [32]
 
char LIVES_STOCK_LABEL_SKIP [32]
 
char LIVES_STOCK_LABEL_SELECT [32]
 
widget_opts_t widget_opts
 
widget_opts_t def_widget_opts
 

Macro Definition Documentation

◆ BUTTON_DIM_VAL

#define BUTTON_DIM_VAL   (0.4 * 65535.)

Definition at line 1016 of file widget-helper.h.

◆ DEFDIR_KEY

#define DEFDIR_KEY   "def_dir"

Definition at line 1490 of file widget-helper.h.

◆ FILESEL_TYPE_KEY

#define FILESEL_TYPE_KEY   "filesel_type"

Definition at line 1493 of file widget-helper.h.

◆ FILTER_KEY

#define FILTER_KEY   "filter"

Definition at line 1489 of file widget-helper.h.

◆ HIDDEN_KEY

#define HIDDEN_KEY   "hidden"

Definition at line 1485 of file widget-helper.h.

◆ ISDIR_KEY

#define ISDIR_KEY   "is_dir"

Definition at line 1488 of file widget-helper.h.

◆ LIVES_ELLIPSIZE_END

#define LIVES_ELLIPSIZE_END   LINGO_ELLIPSIZE_END

Definition at line 114 of file widget-helper.h.

◆ LIVES_ELLIPSIZE_MIDDLE

#define LIVES_ELLIPSIZE_MIDDLE   LINGO_ELLIPSIZE_MIDDLE

Definition at line 113 of file widget-helper.h.

◆ LIVES_ELLIPSIZE_NONE

#define LIVES_ELLIPSIZE_NONE   LINGO_ELLIPSIZE_NONE

Definition at line 111 of file widget-helper.h.

◆ LIVES_ELLIPSIZE_START

#define LIVES_ELLIPSIZE_START   LINGO_ELLIPSIZE_START

Definition at line 112 of file widget-helper.h.

◆ LIVES_EXPAND_DEFAULT

#define LIVES_EXPAND_DEFAULT   (LIVES_EXPAND_DEFAULT_HEIGHT | LIVES_EXPAND_DEFAULT_WIDTH)

Definition at line 1314 of file widget-helper.h.

◆ LIVES_EXPAND_DEFAULT_HEIGHT

#define LIVES_EXPAND_DEFAULT_HEIGHT   1

Definition at line 1312 of file widget-helper.h.

◆ LIVES_EXPAND_DEFAULT_WIDTH

#define LIVES_EXPAND_DEFAULT_WIDTH   2

Definition at line 1313 of file widget-helper.h.

◆ LIVES_EXPAND_EXTRA

#define LIVES_EXPAND_EXTRA   (LIVES_EXPAND_EXTRA_HEIGHT | LIVES_EXPAND_EXTRA_WIDTH)

Definition at line 1317 of file widget-helper.h.

◆ LIVES_EXPAND_EXTRA_HEIGHT

#define LIVES_EXPAND_EXTRA_HEIGHT   4

Definition at line 1315 of file widget-helper.h.

◆ LIVES_EXPAND_EXTRA_WIDTH

#define LIVES_EXPAND_EXTRA_WIDTH   8

Definition at line 1316 of file widget-helper.h.

◆ LIVES_EXPAND_NONE

#define LIVES_EXPAND_NONE   0

Definition at line 1311 of file widget-helper.h.

◆ LIVES_HAS_DEVICE_MANAGER

#define LIVES_HAS_DEVICE_MANAGER   0

Definition at line 25 of file widget-helper.h.

◆ LIVES_HAS_GRID_WIDGET

#define LIVES_HAS_GRID_WIDGET   0

Definition at line 22 of file widget-helper.h.

◆ LIVES_HAS_IMAGE_MENU_ITEM

#define LIVES_HAS_IMAGE_MENU_ITEM   0

Definition at line 24 of file widget-helper.h.

◆ LIVES_HAS_SWITCH_WIDGET

#define LIVES_HAS_SWITCH_WIDGET   0

Definition at line 23 of file widget-helper.h.

◆ LIVES_JUSTIFY_DEFAULT

#define LIVES_JUSTIFY_DEFAULT   (def_widget_opts.justify)

Definition at line 1289 of file widget-helper.h.

◆ LIVES_LIVES_STOCK_AUDIO

#define LIVES_LIVES_STOCK_AUDIO   "lives-audio"

Definition at line 1342 of file widget-helper.h.

◆ LIVES_LIVES_STOCK_FULLSCREEN

#define LIVES_LIVES_STOCK_FULLSCREEN   "lives-fullscreen"

Definition at line 1344 of file widget-helper.h.

◆ LIVES_LIVES_STOCK_LOOP

#define LIVES_LIVES_STOCK_LOOP   "lives-loop"

Definition at line 1347 of file widget-helper.h.

◆ LIVES_LIVES_STOCK_PLAY_SEL

#define LIVES_LIVES_STOCK_PLAY_SEL   "lives-playsel"

Definition at line 1343 of file widget-helper.h.

◆ LIVES_LIVES_STOCK_PREF_DECODING

#define LIVES_LIVES_STOCK_PREF_DECODING   "lives-pref_decoding"

Definition at line 1351 of file widget-helper.h.

◆ LIVES_LIVES_STOCK_PREF_DIRECTORY

#define LIVES_LIVES_STOCK_PREF_DIRECTORY   "lives-pref_directory"

Definition at line 1352 of file widget-helper.h.

◆ LIVES_LIVES_STOCK_PREF_EFFECTS

#define LIVES_LIVES_STOCK_PREF_EFFECTS   "lives-pref_effects"

Definition at line 1353 of file widget-helper.h.

◆ LIVES_LIVES_STOCK_PREF_ENCODING

#define LIVES_LIVES_STOCK_PREF_ENCODING   "lives-pref_encoding"

Definition at line 1354 of file widget-helper.h.

◆ LIVES_LIVES_STOCK_PREF_GUI

#define LIVES_LIVES_STOCK_PREF_GUI   "lives-pref_gui"

Definition at line 1350 of file widget-helper.h.

◆ LIVES_LIVES_STOCK_PREF_JACK

#define LIVES_LIVES_STOCK_PREF_JACK   "lives-pref_jack"

Definition at line 1355 of file widget-helper.h.

◆ LIVES_LIVES_STOCK_PREF_MIDI

#define LIVES_LIVES_STOCK_PREF_MIDI   "lives-pref_midi"

Definition at line 1356 of file widget-helper.h.

◆ LIVES_LIVES_STOCK_PREF_MISC

#define LIVES_LIVES_STOCK_PREF_MISC   "lives-pref_misc"

Definition at line 1357 of file widget-helper.h.

◆ LIVES_LIVES_STOCK_PREF_MULTITRACK

#define LIVES_LIVES_STOCK_PREF_MULTITRACK   "lives-pref_multitrack"

Definition at line 1358 of file widget-helper.h.

◆ LIVES_LIVES_STOCK_PREF_NET

#define LIVES_LIVES_STOCK_PREF_NET   "lives-pref_net"

Definition at line 1359 of file widget-helper.h.

◆ LIVES_LIVES_STOCK_PREF_PLAYBACK

#define LIVES_LIVES_STOCK_PREF_PLAYBACK   "lives-pref_playback"

Definition at line 1360 of file widget-helper.h.

◆ LIVES_LIVES_STOCK_PREF_RECORD

#define LIVES_LIVES_STOCK_PREF_RECORD   "lives-pref_record"

Definition at line 1361 of file widget-helper.h.

◆ LIVES_LIVES_STOCK_PREF_THEMES

#define LIVES_LIVES_STOCK_PREF_THEMES   "lives-pref_themes"

Definition at line 1362 of file widget-helper.h.

◆ LIVES_LIVES_STOCK_PREF_WARNING

#define LIVES_LIVES_STOCK_PREF_WARNING   "lives-pref_warning"

Definition at line 1363 of file widget-helper.h.

◆ LIVES_LIVES_STOCK_SEPWIN

#define LIVES_LIVES_STOCK_SEPWIN   "lives-sepwin"

Definition at line 1345 of file widget-helper.h.

◆ LIVES_LIVES_STOCK_VOLUME_MUTE

#define LIVES_LIVES_STOCK_VOLUME_MUTE   "lives-volume_mute"

Definition at line 1346 of file widget-helper.h.

◆ LIVES_LIVES_STOCK_ZOOM_IN

#define LIVES_LIVES_STOCK_ZOOM_IN   "lives-zoom-in"

Definition at line 1348 of file widget-helper.h.

◆ LIVES_LIVES_STOCK_ZOOM_OUT

#define LIVES_LIVES_STOCK_ZOOM_OUT   "lives-zoom-out"

Definition at line 1349 of file widget-helper.h.

◆ LIVES_SHOULD_EXPAND

#define LIVES_SHOULD_EXPAND   (widget_opts.expand != LIVES_EXPAND_NONE)

Definition at line 1319 of file widget-helper.h.

◆ LIVES_SHOULD_EXPAND_DEFAULT

#define LIVES_SHOULD_EXPAND_DEFAULT   (widget_opts.expand == LIVES_EXPAND_DEFAULT)

Definition at line 1320 of file widget-helper.h.

◆ LIVES_SHOULD_EXPAND_DEFAULT_FOR

#define LIVES_SHOULD_EXPAND_DEFAULT_FOR (   box)    ((LIVES_IS_HBOX(box) && LIVES_SHOULD_EXPAND_DEFAULT_WIDTH) || (LIVES_IS_VBOX(box) && LIVES_EXPAND_DEFAULT_HEIGHT))

Definition at line 1332 of file widget-helper.h.

◆ LIVES_SHOULD_EXPAND_DEFAULT_HEIGHT

#define LIVES_SHOULD_EXPAND_DEFAULT_HEIGHT   (LIVES_SHOULD_EXPAND_HEIGHT && !LIVES_SHOULD_EXPAND_EXTRA_HEIGHT)

Definition at line 1330 of file widget-helper.h.

◆ LIVES_SHOULD_EXPAND_DEFAULT_WIDTH

#define LIVES_SHOULD_EXPAND_DEFAULT_WIDTH   (LIVES_SHOULD_EXPAND_WIDTH && !LIVES_SHOULD_EXPAND_EXTRA_WIDTH)

Definition at line 1329 of file widget-helper.h.

◆ LIVES_SHOULD_EXPAND_EXTRA

#define LIVES_SHOULD_EXPAND_EXTRA   (widget_opts.expand == LIVES_EXPAND_EXTRA)

Definition at line 1321 of file widget-helper.h.

◆ LIVES_SHOULD_EXPAND_EXTRA_FOR

#define LIVES_SHOULD_EXPAND_EXTRA_FOR (   box)    ((LIVES_IS_HBOX(box) && LIVES_SHOULD_EXPAND_EXTRA_WIDTH) || (LIVES_IS_VBOX(box) && LIVES_SHOULD_EXPAND_EXTRA_HEIGHT))

Definition at line 1334 of file widget-helper.h.

◆ LIVES_SHOULD_EXPAND_EXTRA_HEIGHT

#define LIVES_SHOULD_EXPAND_EXTRA_HEIGHT   (widget_opts.expand & LIVES_EXPAND_EXTRA_HEIGHT)

Definition at line 1327 of file widget-helper.h.

◆ LIVES_SHOULD_EXPAND_EXTRA_WIDTH

#define LIVES_SHOULD_EXPAND_EXTRA_WIDTH   (widget_opts.expand & LIVES_EXPAND_EXTRA_WIDTH)

Definition at line 1326 of file widget-helper.h.

◆ LIVES_SHOULD_EXPAND_FOR

#define LIVES_SHOULD_EXPAND_FOR (   box)    (LIVES_SHOULD_EXPAND_DEFAULT_FOR(box) || LIVES_SHOULD_EXPAND_EXTRA_FOR(box))

Definition at line 1336 of file widget-helper.h.

◆ LIVES_SHOULD_EXPAND_HEIGHT

#define LIVES_SHOULD_EXPAND_HEIGHT   (widget_opts.expand & (LIVES_EXPAND_DEFAULT_HEIGHT | LIVES_EXPAND_EXTRA_HEIGHT))

Definition at line 1324 of file widget-helper.h.

◆ LIVES_SHOULD_EXPAND_WIDTH

#define LIVES_SHOULD_EXPAND_WIDTH   (widget_opts.expand & (LIVES_EXPAND_DEFAULT_WIDTH | LIVES_EXPAND_EXTRA_WIDTH))

Definition at line 1323 of file widget-helper.h.

◆ lives_standard_button_get_label

#define lives_standard_button_get_label (   b)    lives_button_get_label(b)

Definition at line 1045 of file widget-helper.h.

◆ lives_standard_button_new

#define lives_standard_button_new (   w,
 
)    lives_button_new()

Definition at line 1042 of file widget-helper.h.

◆ lives_standard_button_new_with_label

#define lives_standard_button_new_with_label (   l,
  w,
 
)    lives_button_new_with_label(l)

Definition at line 1043 of file widget-helper.h.

◆ lives_standard_button_set_image

#define lives_standard_button_set_image (   b,
 
)    lives_button_set_image(b, i)

Definition at line 1046 of file widget-helper.h.

◆ lives_standard_button_set_label

#define lives_standard_button_set_label (   b,
 
)    ; lives_button_set_label(b, l)

Definition at line 1044 of file widget-helper.h.

◆ LIVES_TEXT_SIZE_LARGE

#define LIVES_TEXT_SIZE_LARGE   "large"

Definition at line 1370 of file widget-helper.h.

◆ LIVES_TEXT_SIZE_MEDIUM

#define LIVES_TEXT_SIZE_MEDIUM   "medium"

Definition at line 1369 of file widget-helper.h.

◆ LIVES_TEXT_SIZE_NORMAL

#define LIVES_TEXT_SIZE_NORMAL   LIVES_TEXT_SIZE_MEDIUM

Definition at line 1373 of file widget-helper.h.

◆ LIVES_TEXT_SIZE_SMALL

#define LIVES_TEXT_SIZE_SMALL   "small"

Definition at line 1368 of file widget-helper.h.

◆ LIVES_TEXT_SIZE_X_LARGE

#define LIVES_TEXT_SIZE_X_LARGE   "x-large"

Definition at line 1371 of file widget-helper.h.

◆ LIVES_TEXT_SIZE_X_SMALL

#define LIVES_TEXT_SIZE_X_SMALL   "x-small"

Definition at line 1367 of file widget-helper.h.

◆ LIVES_TEXT_SIZE_XX_LARGE

#define LIVES_TEXT_SIZE_XX_LARGE   "xx-large"

Definition at line 1372 of file widget-helper.h.

◆ LIVES_TEXT_SIZE_XX_SMALL

#define LIVES_TEXT_SIZE_XX_SMALL   "xx-small"

Definition at line 1366 of file widget-helper.h.

◆ LOCK_BUTTON_HEIGHT

#define LOCK_BUTTON_HEIGHT   24

Definition at line 1019 of file widget-helper.h.

◆ LOCK_BUTTON_WIDTH

#define LOCK_BUTTON_WIDTH   24

sizes for the lock button

Definition at line 1018 of file widget-helper.h.

◆ LONG_ENTRY_WIDTH

#define LONG_ENTRY_WIDTH   ((int)(100.*widget_opts.scale))

Definition at line 29 of file widget-helper.h.

◆ M_PI

#define M_PI   3.1415926536

Definition at line 19 of file widget-helper.h.

◆ MEDIUM_ENTRY_WIDTH

#define MEDIUM_ENTRY_WIDTH   ((int)(60.*widget_opts.scale))

Definition at line 31 of file widget-helper.h.

◆ MIN_SPINBUTTON_SIZE

#define MIN_SPINBUTTON_SIZE   6

min digits for spinbuttons

Definition at line 27 of file widget-helper.h.

◆ N_TEXT_SIZES

#define N_TEXT_SIZES   7

Definition at line 1374 of file widget-helper.h.

◆ PARAM_NUMBER_KEY

#define PARAM_NUMBER_KEY   "param_number"

Definition at line 1494 of file widget-helper.h.

◆ RFX_KEY

#define RFX_KEY   "rfx"

Definition at line 1491 of file widget-helper.h.

◆ SECLIST_KEY

#define SECLIST_KEY   "secondary_list"

Definition at line 1486 of file widget-helper.h.

◆ SECLIST_VAL_KEY

#define SECLIST_VAL_KEY   "secondary_list_value"

Definition at line 1487 of file widget-helper.h.

◆ SHORT_ENTRY_WIDTH

#define SHORT_ENTRY_WIDTH   ((int)(40.*widget_opts.scale))

Definition at line 30 of file widget-helper.h.

◆ SHORTER_ENTRY_WIDTH

#define SHORTER_ENTRY_WIDTH   (MEDIUM_ENTRY_WIDTH >> 1)

Definition at line 32 of file widget-helper.h.

◆ TEXTWIDGET_KEY

#define TEXTWIDGET_KEY   "def_dir"

Definition at line 1492 of file widget-helper.h.

◆ W_BORDER_WIDTH

#define W_BORDER_WIDTH   10

Definition at line 51 of file widget-helper.h.

◆ W_CSS_MIN_HEIGHT

#define W_CSS_MIN_HEIGHT   18

Definition at line 48 of file widget-helper.h.

◆ W_CSS_MIN_WIDTH

#define W_CSS_MIN_WIDTH   -1

Definition at line 47 of file widget-helper.h.

◆ W_FILL_LENGTH

#define W_FILL_LENGTH   (W_PACKING_WIDTH * 4)

Definition at line 52 of file widget-helper.h.

◆ W_PACKING_HEIGHT

#define W_PACKING_HEIGHT   6

Definition at line 50 of file widget-helper.h.

◆ W_PACKING_WIDTH

#define W_PACKING_WIDTH   10

Definition at line 49 of file widget-helper.h.

◆ WH_LAYOUT_KEY

#define WH_LAYOUT_KEY   "_wh_layout"

Definition at line 1495 of file widget-helper.h.

◆ WIDGET_HELPER_GLOBAL_INLINE

#define WIDGET_HELPER_GLOBAL_INLINE   inline

Definition at line 11 of file widget-helper.h.

◆ WIDGET_HELPER_LOCAL_INLINE

#define WIDGET_HELPER_LOCAL_INLINE   static inline

Definition at line 12 of file widget-helper.h.

Typedef Documentation

◆ lives_expand_t

typedef int lives_expand_t

Definition at line 1310 of file widget-helper.h.

◆ LiVESEllipsizeMode

typedef LingoEllipsizeMode LiVESEllipsizeMode

Definition at line 110 of file widget-helper.h.

Enumeration Type Documentation

◆ lives_cursor_t

Enumerator
LIVES_CURSOR_NORMAL 

must be zero

LIVES_CURSOR_BUSY 
LIVES_CURSOR_CENTER_PTR 
LIVES_CURSOR_HAND2 
LIVES_CURSOR_SB_H_DOUBLE_ARROW 
LIVES_CURSOR_CROSSHAIR 
LIVES_CURSOR_TOP_LEFT_CORNER 
LIVES_CURSOR_BOTTOM_RIGHT_CORNER 
LIVES_CURSOR_BLOCK 

non-standard cursors

LIVES_CURSOR_AUDIO_BLOCK 
LIVES_CURSOR_VIDEO_BLOCK 
LIVES_CURSOR_FX_BLOCK 

Definition at line 1291 of file widget-helper.h.

◆ lives_display_t

Enumerator
LIVES_DISPLAY_TYPE_UNKNOWN 
LIVES_DISPLAY_TYPE_X11 
LIVES_DISPLAY_TYPE_WIN32 
LIVES_DISPLAY_TYPE_WAYLAND 

Definition at line 34 of file widget-helper.h.

Function Documentation

◆ add_fill_to_box()

LiVESWidget* add_fill_to_box ( LiVESBox *  )

◆ add_hsep_to_box()

LiVESWidget* add_hsep_to_box ( LiVESBox *  )

◆ add_sorted_list_to_menu()

LiVESList* add_sorted_list_to_menu ( LiVESMenu *  ,
LiVESList *   
)

Definition at line 11051 of file widget-helper.c.

◆ add_spring_to_box()

LiVESWidget* add_spring_to_box ( LiVESBox *  ,
int  min 
)

Definition at line 12421 of file widget-helper.c.

Referenced by run_youtube_dialog().

◆ add_vsep_to_box()

LiVESWidget* add_vsep_to_box ( LiVESBox *  )

Definition at line 12365 of file widget-helper.c.

◆ align_horizontal_with()

LiVESWidget* align_horizontal_with ( LiVESWidget *  thingtoadd,
LiVESWidget *  thingtoalignwith 
)

Definition at line 7467 of file widget-helper.c.

◆ calc_spin_button_width()

size_t calc_spin_button_width ( double  min,
double  max,
int  dp 
)

Definition at line 9384 of file widget-helper.c.

Referenced by lives_standard_spin_button_new(), and load_rfx_preview().

◆ clear_widget_bg()

boolean clear_widget_bg ( LiVESWidget *  widget,
lives_painter_surface_t *   
)

◆ clear_widget_bg_area()

boolean clear_widget_bg_area ( LiVESWidget *  widget,
lives_painter_surface_t *  s,
double  x,
double  y,
double  width,
double  height 
)

Definition at line 11122 of file widget-helper.c.

◆ EXPOSE_FN_PROTOTYPE()

EXPOSE_FN_PROTOTYPE ( draw_cool_toggle  )

◆ funkify_dialog()

void funkify_dialog ( LiVESWidget *  dialog)

#define USE_REVEAL - not working here

Definition at line 12062 of file widget-helper.c.

◆ get_border_size()

boolean get_border_size ( LiVESWidget *  win,
int *  bx,
int *  by 
)

◆ get_box_child_index()

int get_box_child_index ( LiVESBox *  ,
LiVESWidget *  child 
)

Definition at line 11731 of file widget-helper.c.

◆ get_textsizes_list()

LiVESList* get_textsizes_list ( void  )

Definition at line 12618 of file widget-helper.c.

◆ global_recent_manager_add()

boolean global_recent_manager_add ( const char *  file_name)

Definition at line 7394 of file widget-helper.c.

◆ hide_cursor()

void hide_cursor ( LiVESXWindow *  )

Definition at line 12018 of file widget-helper.c.

Referenced by on_sepwin_activate().

◆ hide_warn_image()

boolean hide_warn_image ( LiVESWidget *  )

Definition at line 7899 of file widget-helper.c.

◆ is_standard_widget()

boolean is_standard_widget ( LiVESWidget *  )

◆ label_act_lockbutton()

boolean label_act_lockbutton ( LiVESWidget *  ,
LiVESXEventButton *  ,
LiVESButton *   
)

Definition at line 10505 of file widget-helper.c.

◆ label_act_toggle()

boolean label_act_toggle ( LiVESWidget *  ,
LiVESXEventButton *  ,
LiVESWidget *   
)

Definition at line 11476 of file widget-helper.c.

Referenced by amixer_show().

◆ lives_accel_group_connect()

boolean lives_accel_group_connect ( LiVESAccelGroup *  ,
uint32_t  key,
LiVESXModifierType  mod,
LiVESAccelFlags  flags,
LiVESWidgetClosure *  closure 
)

Definition at line 2927 of file widget-helper.c.

Referenced by mt_swap_play_pause(), and play_file().

◆ lives_accel_group_disconnect()

boolean lives_accel_group_disconnect ( LiVESAccelGroup *  ,
LiVESWidgetClosure *  closure 
)

Definition at line 2940 of file widget-helper.c.

Referenced by mt_swap_play_pause().

◆ lives_accel_group_new()

LiVESAccelGroup* lives_accel_group_new ( void  )

◆ lives_accel_groups_activate()

boolean lives_accel_groups_activate ( LiVESWidgetObject *  object,
uint32_t  key,
LiVESXModifierType  mod 
)

Definition at line 3033 of file widget-helper.c.

Referenced by handle_cached_keys().

◆ lives_accel_path_disconnect()

boolean lives_accel_path_disconnect ( LiVESAccelGroup *  ,
const char *  path 
)

Definition at line 12563 of file widget-helper.c.

Referenced by play_file().

◆ lives_accelerator_get_default_mod_mask()

uint32_t lives_accelerator_get_default_mod_mask ( )

Definition at line 7366 of file widget-helper.c.

◆ lives_adjustment_clamp_page()

boolean lives_adjustment_clamp_page ( LiVESAdjustment *  ,
double  lower,
double  upper 
)

Definition at line 5645 of file widget-helper.c.

Referenced by mt_clip_select().

◆ lives_adjustment_get_lower()

double lives_adjustment_get_lower ( LiVESAdjustment *  )

Definition at line 5536 of file widget-helper.c.

Referenced by lives_ruler_set_upper(), and lives_scrolled_window_scroll_to().

◆ lives_adjustment_get_page_size()

double lives_adjustment_get_page_size ( LiVESAdjustment *  )

Definition at line 5549 of file widget-helper.c.

Referenced by lives_scrolled_window_scroll_to(), and mt_clip_select().

◆ lives_adjustment_get_step_increment()

double lives_adjustment_get_step_increment ( LiVESAdjustment *  )

Definition at line 5562 of file widget-helper.c.

◆ lives_adjustment_get_upper()

double lives_adjustment_get_upper ( LiVESAdjustment *  )

◆ lives_adjustment_get_value()

double lives_adjustment_get_value ( LiVESAdjustment *  )

◆ lives_adjustment_new()

LiVESAdjustment* lives_adjustment_new ( double  value,
double  lower,
double  upper,
double  step_increment,
double  page_increment,
double  page_size 
)

Definition at line 3196 of file widget-helper.c.

Referenced by amixer_add_channel_slider(), and lives_standard_spin_button_new().

◆ lives_adjustment_set_lower()

boolean lives_adjustment_set_lower ( LiVESAdjustment *  ,
double  lower 
)

Definition at line 5597 of file widget-helper.c.

◆ lives_adjustment_set_page_size()

boolean lives_adjustment_set_page_size ( LiVESAdjustment *  ,
double  page_size 
)

Definition at line 5610 of file widget-helper.c.

Referenced by add_audio_track(), and scroll_tracks().

◆ lives_adjustment_set_step_increment()

boolean lives_adjustment_set_step_increment ( LiVESAdjustment *  ,
double  step_increment 
)

Definition at line 5623 of file widget-helper.c.

Referenced by lives_spin_button_set_step_increment().

◆ lives_adjustment_set_upper()

boolean lives_adjustment_set_upper ( LiVESAdjustment *  ,
double  upper 
)

Definition at line 5584 of file widget-helper.c.

Referenced by add_audio_track(), and scroll_tracks().

◆ lives_adjustment_set_value()

boolean lives_adjustment_set_value ( LiVESAdjustment *  ,
double  value 
)

◆ lives_alignment_new()

LiVESWidget* lives_alignment_new ( float  xalign,
float  yalign,
float  xscale,
float  yscale 
)

Definition at line 3567 of file widget-helper.c.

Referenced by lives_layout_hbox_new(), and widget_add_preview().

◆ lives_alignment_set()

boolean lives_alignment_set ( LiVESWidget *  ,
float  xalign,
float  yalign,
float  xscale,
float  yscale 
)

Definition at line 3584 of file widget-helper.c.

◆ lives_arrow_new()

LiVESWidget* lives_arrow_new ( LiVESArrowType  ,
LiVESShadowType   
)

Definition at line 3469 of file widget-helper.c.

Referenced by add_audio_track(), and mt_init_start_end_spins().

◆ lives_big_and_bold()

char* lives_big_and_bold ( const char *  fmt,
  ... 
)

◆ lives_bin_get_child()

LiVESWidget* lives_bin_get_child ( LiVESBin *  )

◆ lives_box_pack_end()

boolean lives_box_pack_end ( LiVESBox *  ,
LiVESWidget *  child,
boolean  expand,
boolean  fill,
uint32_t  padding 
)

Definition at line 3291 of file widget-helper.c.

Referenced by add_mt_param_box(), amixer_show(), and create_camwindow().

◆ lives_box_pack_first()

boolean lives_box_pack_first ( LiVESBox *  ,
LiVESWidget *  child,
boolean  expand,
boolean  fill,
uint32_t  padding 
)

Definition at line 7480 of file widget-helper.c.

Referenced by add_resnn_label().

◆ lives_box_pack_start()

boolean lives_box_pack_start ( LiVESBox *  ,
LiVESWidget *  child,
boolean  expand,
boolean  fill,
uint32_t  padding 
)

◆ lives_box_pack_top()

boolean lives_box_pack_top ( LiVESBox *  ,
LiVESWidget *  child,
boolean  expand,
boolean  fill,
uint32_t  padding 
)

Definition at line 11742 of file widget-helper.c.

◆ lives_box_reorder_child()

boolean lives_box_reorder_child ( LiVESBox *  ,
LiVESWidget *  child,
int  pos 
)

Definition at line 3225 of file widget-helper.c.

Referenced by add_audio_track(), lives_box_pack_first(), and lives_box_pack_top().

◆ lives_box_set_child_packing()

boolean lives_box_set_child_packing ( LiVESBox *  ,
LiVESWidget *  child,
boolean  expand,
boolean  fill,
uint32_t  padding,
LiVESPackType  pack_type 
)

Definition at line 3234 of file widget-helper.c.

Referenced by lives_widget_set_pack_type().

◆ lives_box_set_homogeneous()

boolean lives_box_set_homogeneous ( LiVESBox *  ,
boolean  homogeneous 
)

Definition at line 3213 of file widget-helper.c.

Referenced by add_param_label_to_box(), lives_hbox_new(), and lives_vbox_new().

◆ lives_box_set_spacing()

boolean lives_box_set_spacing ( LiVESBox *  ,
int  spacing 
)

Definition at line 3244 of file widget-helper.c.

Referenced by create_resaudw().

◆ lives_button_box_make_first()

boolean lives_button_box_make_first ( LiVESButtonBox *  ,
LiVESWidget *   
)

Definition at line 12481 of file widget-helper.c.

Referenced by do_messages_window(), lives_dialog_make_widget_first(), and trash_rb().

◆ lives_button_box_set_button_width()

boolean lives_button_box_set_button_width ( LiVESButtonBox *  ,
LiVESWidget *  button,
int  min_width 
)

Definition at line 12466 of file widget-helper.c.

◆ lives_button_box_set_child_non_homogeneous()

boolean lives_button_box_set_child_non_homogeneous ( LiVESButtonBox *  ,
LiVESWidget *  child,
boolean  set 
)

Definition at line 3372 of file widget-helper.c.

◆ lives_button_box_set_layout()

boolean lives_button_box_set_layout ( LiVESButtonBox *  ,
LiVESButtonBoxStyle  bstyle 
)

◆ lives_button_center()

boolean lives_button_center ( LiVESWidget *  )

Definition at line 12502 of file widget-helper.c.

Referenced by lives_dialog_add_button_from_stock().

◆ lives_button_clicked()

boolean lives_button_clicked ( LiVESButton *  )

Definition at line 4368 of file widget-helper.c.

◆ lives_button_get_label()

const char* lives_button_get_label ( LiVESButton *  )

Definition at line 4357 of file widget-helper.c.

◆ lives_button_grab_default_special()

boolean lives_button_grab_default_special ( LiVESWidget *  )

◆ lives_button_new()

LiVESWidget* lives_button_new ( void  )

Definition at line 4161 of file widget-helper.c.

Referenced by lives_button_new_with_label().

◆ lives_button_new_with_label()

LiVESWidget* lives_button_new_with_label ( const char *  label)

Definition at line 4171 of file widget-helper.c.

◆ lives_button_set_border_colour()

boolean lives_button_set_border_colour ( LiVESWidget *  ,
LiVESWidgetState  state,
LiVESWidgetColor *   
)

◆ lives_button_set_focus_on_click()

boolean lives_button_set_focus_on_click ( LiVESButton *  ,
boolean  focus 
)

Definition at line 4409 of file widget-helper.c.

◆ lives_button_set_image()

boolean lives_button_set_image ( LiVESButton *  ,
LiVESWidget *  image 
)

Definition at line 4386 of file widget-helper.c.

◆ lives_button_set_image_from_stock()

boolean lives_button_set_image_from_stock ( LiVESButton *  ,
const char *  stock_id 
)

tweaks for better icons

Definition at line 4181 of file widget-helper.c.

Referenced by on_effects_paused().

◆ lives_button_set_label()

boolean lives_button_set_label ( LiVESButton *  ,
const char *  label 
)

◆ lives_button_set_relief()

boolean lives_button_set_relief ( LiVESButton *  ,
LiVESReliefStyle   
)

Definition at line 4377 of file widget-helper.c.

◆ lives_button_uncenter()

boolean lives_button_uncenter ( LiVESWidget *  ,
int  normal_width 
)

Definition at line 12512 of file widget-helper.c.

Referenced by lives_dialog_add_button_from_stock().

◆ lives_button_ungrab_default_special()

boolean lives_button_ungrab_default_special ( LiVESWidget *  )

Definition at line 7572 of file widget-helper.c.

◆ lives_cell_renderer_pixbuf_new()

LiVESCellRenderer* lives_cell_renderer_pixbuf_new ( void  )

Definition at line 5363 of file widget-helper.c.

◆ lives_cell_renderer_spin_new()

LiVESCellRenderer* lives_cell_renderer_spin_new ( void  )

Definition at line 5343 of file widget-helper.c.

◆ lives_cell_renderer_text_new()

LiVESCellRenderer* lives_cell_renderer_text_new ( void  )

Definition at line 5334 of file widget-helper.c.

◆ lives_cell_renderer_toggle_new()

LiVESCellRenderer* lives_cell_renderer_toggle_new ( void  )

Definition at line 5354 of file widget-helper.c.

◆ lives_check_button_new()

LiVESWidget* lives_check_button_new ( void  )

Definition at line 4597 of file widget-helper.c.

Referenced by amixer_show(), and lives_standard_check_button_new().

◆ lives_check_button_new_with_label()

LiVESWidget* lives_check_button_new_with_label ( const char *  label)

Definition at line 4606 of file widget-helper.c.

Referenced by amixer_show().

◆ lives_check_menu_item_get_active()

boolean lives_check_menu_item_get_active ( LiVESCheckMenuItem *  )

◆ lives_check_menu_item_new_with_label()

LiVESWidget* lives_check_menu_item_new_with_label ( const char *  label)

Definition at line 6458 of file widget-helper.c.

Referenced by lives_standard_check_menu_item_new_with_label().

◆ lives_check_menu_item_set_active()

boolean lives_check_menu_item_set_active ( LiVESCheckMenuItem *  ,
boolean  state 
)

◆ lives_check_menu_item_set_draw_as_radio()

boolean lives_check_menu_item_set_draw_as_radio ( LiVESCheckMenuItem *  ,
boolean  setting 
)

Definition at line 6468 of file widget-helper.c.

Referenced by add_to_clipmenu().

◆ lives_color_button_get_alpha()

int16_t lives_color_button_get_alpha ( LiVESColorButton *  )

Definition at line 7110 of file widget-helper.c.

◆ lives_color_button_get_color()

LiVESWidgetColor* lives_color_button_get_color ( LiVESColorButton *  ,
LiVESWidgetColor *   
)

Definition at line 7077 of file widget-helper.c.

Referenced by on_pwcolsel(), and pref_factory_color_button().

◆ lives_color_button_new_with_color()

LiVESWidget* lives_color_button_new_with_color ( const LiVESWidgetColor *  )

Definition at line 7064 of file widget-helper.c.

◆ lives_color_button_set_alpha()

boolean lives_color_button_set_alpha ( LiVESColorButton *  ,
int16_t  alpha 
)

Definition at line 7094 of file widget-helper.c.

◆ lives_color_button_set_color()

boolean lives_color_button_set_color ( LiVESColorButton *  ,
const LiVESWidgetColor *   
)

Definition at line 7124 of file widget-helper.c.

Referenced by on_pwcolsel().

◆ lives_color_button_set_title()

boolean lives_color_button_set_title ( LiVESColorButton *  ,
const char *  title 
)

Definition at line 7141 of file widget-helper.c.

◆ lives_color_button_set_use_alpha()

boolean lives_color_button_set_use_alpha ( LiVESColorButton *  ,
boolean  use_alpha 
)

Definition at line 7152 of file widget-helper.c.

◆ lives_color_parse()

boolean lives_color_parse ( const char *  spec,
LiVESWidgetColor *   
)

Definition at line 2466 of file widget-helper.c.

◆ lives_combo_append_text()

boolean lives_combo_append_text ( LiVESCombo *  ,
const char *  text 
)

Definition at line 3802 of file widget-helper.c.

◆ lives_combo_get_active_index()

int lives_combo_get_active_index ( LiVESCombo *  )

Definition at line 3909 of file widget-helper.c.

Referenced by fx_changed().

◆ lives_combo_get_active_iter()

boolean lives_combo_get_active_iter ( LiVESCombo *  ,
LiVESTreeIter *   
)

Definition at line 3901 of file widget-helper.c.

Referenced by fx_changed(), and lives_combo_get_active_index().

◆ lives_combo_get_active_text()

const char* lives_combo_get_active_text ( LiVESCombo *  )

◆ lives_combo_get_entry()

LiVESWidget* lives_combo_get_entry ( LiVESCombo *  )

◆ lives_combo_get_model()

LiVESTreeModel* lives_combo_get_model ( LiVESCombo *  )

◆ lives_combo_new()

LiVESWidget* lives_combo_new ( void  )

Definition at line 3727 of file widget-helper.c.

Referenced by lives_standard_combo_new().

◆ lives_combo_new_with_model()

LiVESWidget* lives_combo_new_with_model ( LiVESTreeModel *  model)

Definition at line 3743 of file widget-helper.c.

◆ lives_combo_populate()

boolean lives_combo_populate ( LiVESCombo *  ,
LiVESList *  list 
)

Definition at line 7509 of file widget-helper.c.

Referenced by on_encoder_entry_changed(), and set_acodec_list_from_allowed().

◆ lives_combo_popup()

void lives_combo_popup ( LiVESCombo *  )

Definition at line 3781 of file widget-helper.c.

Referenced by lives_standard_combo_new().

◆ lives_combo_remove_all_text()

boolean lives_combo_remove_all_text ( LiVESCombo *  )

block CHANGED signal else it gets called for EVERY SINGLE removed element !

Definition at line 3840 of file widget-helper.c.

Referenced by lives_combo_populate().

◆ lives_combo_set_active_index()

boolean lives_combo_set_active_index ( LiVESCombo *  ,
int  index 
)

◆ lives_combo_set_active_iter()

boolean lives_combo_set_active_iter ( LiVESCombo *  ,
LiVESTreeIter *   
)

Definition at line 3892 of file widget-helper.c.

◆ lives_combo_set_active_string()

boolean lives_combo_set_active_string ( LiVESCombo *  ,
const char *  active_str 
)

◆ lives_combo_set_active_text()

boolean lives_combo_set_active_text ( LiVESCombo *  ,
const char *  text 
)

◆ lives_combo_set_entry_text_column()

boolean lives_combo_set_entry_text_column ( LiVESCombo *  ,
int  column 
)

Definition at line 3861 of file widget-helper.c.

◆ lives_combo_set_focus_on_click()

boolean lives_combo_set_focus_on_click ( LiVESCombo *  ,
boolean  state 
)

Definition at line 3789 of file widget-helper.c.

Referenced by lives_standard_combo_new().

◆ lives_combo_set_model()

boolean lives_combo_set_model ( LiVESCombo *  ,
LiVESTreeModel *   
)

Definition at line 3772 of file widget-helper.c.

Referenced by lives_standard_combo_new_with_model().

◆ lives_container_add()

boolean lives_container_add ( LiVESContainer *  ,
LiVESWidget *   
)

◆ lives_container_child_set_shrinkable()

boolean lives_container_child_set_shrinkable ( LiVESContainer *  ,
LiVESWidget *  child,
boolean  val 
)

Definition at line 11750 of file widget-helper.c.

◆ lives_container_foreach()

boolean lives_container_foreach ( LiVESContainer *  ,
LiVESWidgetCallback  callback,
livespointer  cb_data 
)

◆ lives_container_get_children()

LiVESList* lives_container_get_children ( LiVESContainer *  )

◆ lives_container_get_focus_child()

LiVESWidget* lives_container_get_focus_child ( LiVESContainer *  )

Definition at line 4997 of file widget-helper.c.

Referenced by dlg_focus_changed().

◆ lives_container_remove()

boolean lives_container_remove ( LiVESContainer *  ,
LiVESWidget *   
)

◆ lives_container_set_border_width()

boolean lives_container_set_border_width ( LiVESContainer *  ,
uint32_t  width 
)

◆ lives_container_set_focus_child()

boolean lives_container_set_focus_child ( LiVESContainer *  ,
LiVESWidget *  child 
)

Definition at line 4988 of file widget-helper.c.

Referenced by rte_reset_defs_clicked().

◆ lives_cool_toggled()

void lives_cool_toggled ( LiVESWidget *  tbutton,
livespointer   
)

Definition at line 12094 of file widget-helper.c.

Referenced by amixer_show(), and lives_glowing_check_button_new().

◆ lives_cursor_new_from_pixbuf()

LiVESXCursor* lives_cursor_new_from_pixbuf ( LiVESXDisplay *  ,
LiVESPixbuf *  ,
int  x,
int  y 
)

Definition at line 7405 of file widget-helper.c.

◆ lives_cursor_unref()

boolean lives_cursor_unref ( LiVESXCursor *  )

Definition at line 11139 of file widget-helper.c.

Referenced by hide_cursor(), lives_set_cursor_style(), and on_camquit_clicked().

◆ lives_dialog_add_action_widget()

boolean lives_dialog_add_action_widget ( LiVESDialog *  ,
LiVESWidget *  ,
int  response_id 
)

Definition at line 2596 of file widget-helper.c.

Referenced by lives_dialog_add_button_from_stock().

◆ lives_dialog_add_button_from_stock()

LiVESWidget* lives_dialog_add_button_from_stock ( LiVESDialog *  ,
const char *  stock_id,
const char *  label,
int  response_id 
)

◆ lives_dialog_add_escape()

LiVESAccelGroup* lives_dialog_add_escape ( LiVESDialog *  dlg,
LiVESWidget *  button 
)

Definition at line 9962 of file widget-helper.c.

◆ lives_dialog_get_action_area()

LiVESWidget* lives_dialog_get_action_area ( LiVESDialog *  )

◆ lives_dialog_get_content_area()

LiVESWidget* lives_dialog_get_content_area ( LiVESDialog *  )

◆ lives_dialog_get_response_for_widget()

int lives_dialog_get_response_for_widget ( LiVESDialog *  ,
LiVESWidget *   
)

Definition at line 1829 of file widget-helper.c.

Referenced by on_paramwindow_button_clicked().

◆ lives_dialog_make_widget_first()

boolean lives_dialog_make_widget_first ( LiVESDialog *  ,
LiVESWidget *   
)

Definition at line 12495 of file widget-helper.c.

◆ lives_dialog_response()

boolean lives_dialog_response ( LiVESDialog *  ,
int  response 
)

◆ lives_dialog_run()

LiVESResponseType lives_dialog_run ( LiVESDialog *  )

◆ lives_dialog_set_button_layout()

boolean lives_dialog_set_button_layout ( LiVESDialog *  ,
LiVESButtonBoxStyle  bstyle 
)

Definition at line 9955 of file widget-helper.c.

Referenced by do_foundclips_query(), do_please_install(), and do_resize_dlg().

◆ lives_dialog_set_has_separator()

boolean lives_dialog_set_has_separator ( LiVESDialog *  ,
boolean  has 
)

Definition at line 6334 of file widget-helper.c.

◆ lives_display_get_n_screens()

int lives_display_get_n_screens ( LiVESXDisplay *  )

Definition at line 11938 of file widget-helper.c.

Referenced by get_monitors().

◆ lives_display_get_pointer()

boolean lives_display_get_pointer ( LiVESXDevice *  ,
LiVESXDisplay *  ,
LiVESXScreen **  ,
int *  x,
int *  y,
LiVESXModifierType *  mask 
)

Definition at line 7253 of file widget-helper.c.

◆ lives_display_get_window_at_pointer()

LiVESXWindow* lives_display_get_window_at_pointer ( LiVESXDevice *  ,
LiVESXDisplay *  ,
int *  win_x,
int *  win_y 
)

Definition at line 7238 of file widget-helper.c.

Referenced by on_mouse_scroll(), and on_track_release().

◆ lives_display_warp_pointer()

boolean lives_display_warp_pointer ( LiVESXDevice *  ,
LiVESXDisplay *  ,
LiVESXScreen *  ,
int  x,
int  y 
)

Definition at line 7268 of file widget-helper.c.

◆ lives_drawing_area_new()

LiVESWidget* lives_drawing_area_new ( void  )

Definition at line 4447 of file widget-helper.c.

Referenced by widget_add_preview().

◆ lives_editable_get_editable()

boolean lives_editable_get_editable ( LiVESEditable *  )

Definition at line 6113 of file widget-helper.c.

Referenced by lives_entry_get_editable().

◆ lives_editable_select_region()

boolean lives_editable_select_region ( LiVESEditable *  ,
int  start_pos,
int  end_pos 
)

Definition at line 6131 of file widget-helper.c.

◆ lives_editable_set_editable()

boolean lives_editable_set_editable ( LiVESEditable *  ,
boolean  editable 
)

Definition at line 6121 of file widget-helper.c.

Referenced by create_camwindow(), create_resaudw(), and lives_entry_set_editable().

◆ lives_entry_get_activates_default()

boolean lives_entry_get_activates_default ( LiVESEntry *  )

Definition at line 6168 of file widget-helper.c.

Referenced by dlg_focus_changed().

◆ lives_entry_get_editable()

boolean lives_entry_get_editable ( LiVESEntry *  )

Definition at line 7427 of file widget-helper.c.

◆ lives_entry_get_text()

const char* lives_entry_get_text ( LiVESEntry *  )

◆ lives_entry_new()

LiVESWidget* lives_entry_new ( void  )

◆ lives_entry_set_activates_default()

boolean lives_entry_set_activates_default ( LiVESEntry *  ,
boolean  act 
)

◆ lives_entry_set_alignment()

boolean lives_entry_set_alignment ( LiVESEntry *  ,
float  align 
)

◆ lives_entry_set_completion_from_list()

boolean lives_entry_set_completion_from_list ( LiVESEntry *  ,
LiVESList *   
)

Definition at line 11224 of file widget-helper.c.

Referenced by create_rename_dialog().

◆ lives_entry_set_editable()

boolean lives_entry_set_editable ( LiVESEntry *  ,
boolean  editable 
)

◆ lives_entry_set_has_frame()

boolean lives_entry_set_has_frame ( LiVESEntry *  ,
boolean  has 
)

◆ lives_entry_set_max_length()

boolean lives_entry_set_max_length ( LiVESEntry *  ,
int  len 
)

◆ lives_entry_set_text()

boolean lives_entry_set_text ( LiVESEntry *  ,
const char *  text 
)

◆ lives_entry_set_visibility()

boolean lives_entry_set_visibility ( LiVESEntry *  ,
boolean  vis 
)

Definition at line 6176 of file widget-helper.c.

◆ lives_entry_set_width_chars()

boolean lives_entry_set_width_chars ( LiVESEntry *  ,
int  nchars 
)

◆ lives_event_box_new()

LiVESWidget* lives_event_box_new ( void  )

◆ lives_event_box_set_above_child()

boolean lives_event_box_set_above_child ( LiVESEventBox *  ,
boolean  set 
)

Definition at line 2296 of file widget-helper.c.

◆ lives_event_get_time()

int lives_event_get_time ( LiVESXEvent *  )

Definition at line 4459 of file widget-helper.c.

◆ lives_expander_get_expanded()

boolean lives_expander_get_expanded ( LiVESExpander *  )

Definition at line 3654 of file widget-helper.c.

◆ lives_expander_get_label_widget()

LiVESWidget* lives_expander_get_label_widget ( LiVESExpander *  )

Definition at line 3615 of file widget-helper.c.

◆ lives_expander_new()

LiVESWidget* lives_expander_new ( const char *  label)

Definition at line 3602 of file widget-helper.c.

Referenced by lives_standard_expander_new().

◆ lives_expander_set_expanded()

boolean lives_expander_set_expanded ( LiVESExpander *  ,
boolean  val 
)

Definition at line 3633 of file widget-helper.c.

◆ lives_expander_set_label()

boolean lives_expander_set_label ( LiVESExpander *  ,
const char *  text 
)

Definition at line 3642 of file widget-helper.c.

◆ lives_expander_set_use_markup()

boolean lives_expander_set_use_markup ( LiVESExpander *  ,
boolean  val 
)

Definition at line 3624 of file widget-helper.c.

Referenced by lives_standard_expander_new().

◆ lives_fg_run()

void* lives_fg_run ( weed_plant_t *  lpt,
void *  retval 
)

◆ lives_file_chooser_get_filename()

char* lives_file_chooser_get_filename ( LiVESFileChooser *  )

◆ lives_file_chooser_get_filenames()

LiVESSList* lives_file_chooser_get_filenames ( LiVESFileChooser *  )

Definition at line 6730 of file widget-helper.c.

Referenced by on_ok_file_open_clicked().

◆ lives_frame_get_label_widget()

LiVESWidget* lives_frame_get_label_widget ( LiVESFrame *  )

Definition at line 6867 of file widget-helper.c.

Referenced by set_colours(), and set_mt_colours().

◆ lives_frame_new()

LiVESWidget* lives_frame_new ( const char *  label)

Definition at line 6831 of file widget-helper.c.

Referenced by lives_standard_frame_new().

◆ lives_frame_set_label()

boolean lives_frame_set_label ( LiVESFrame *  ,
const char *  label 
)

Definition at line 6840 of file widget-helper.c.

Referenced by fade_background(), and unfade_background().

◆ lives_frame_set_label_align()

boolean lives_frame_set_label_align ( LiVESFrame *  ,
float  xalign,
float  yalign 
)

Definition at line 6849 of file widget-helper.c.

Referenced by lives_standard_frame_new().

◆ lives_frame_set_label_widget()

boolean lives_frame_set_label_widget ( LiVESFrame *  ,
LiVESWidget *   
)

Definition at line 6858 of file widget-helper.c.

Referenced by lives_standard_frame_new().

◆ lives_frame_set_shadow_type()

boolean lives_frame_set_shadow_type ( LiVESFrame *  ,
LiVESShadowType   
)

Definition at line 6876 of file widget-helper.c.

Referenced by lives_alignment_new(), and lives_standard_frame_new().

◆ lives_general_button_clicked()

void lives_general_button_clicked ( LiVESButton *  ,
livespointer  data_to_free 
)

◆ lives_get_scroll_direction()

LiVESScrollDirection lives_get_scroll_direction ( LiVESXEventScroll *  event)

Definition at line 8785 of file widget-helper.c.

Referenced by on_mouse_scroll(), and on_msg_area_scroll().

◆ lives_get_stock_icon_alt()

const char* lives_get_stock_icon_alt ( int  alt_stock_id)

◆ lives_glowing_check_button_new()

LiVESWidget* lives_glowing_check_button_new ( const char *  labeltext,
LiVESBox *  ,
const char *  tooltip,
boolean togglevalue 
)

Definition at line 9163 of file widget-helper.c.

Referenced by lives_glowing_tool_button_new(), and mt_init_start_end_spins().

◆ lives_glowing_tool_button_new()

LiVESWidget* lives_glowing_tool_button_new ( const char *  labeltext,
LiVESToolbar *  tbar,
const char *  tooltip,
boolean togglevalue 
)

Definition at line 9215 of file widget-helper.c.

◆ lives_grab_add()

boolean lives_grab_add ( LiVESWidget *  )

Definition at line 1454 of file widget-helper.c.

Referenced by on_vppa_ok_clicked().

◆ lives_grab_remove()

boolean lives_grab_remove ( LiVESWidget *  )

◆ lives_has_icon()

boolean lives_has_icon ( LiVESIconTheme *  ,
const char *  stock_id,
LiVESIconSize  size 
)

Definition at line 11067 of file widget-helper.c.

Referenced by lives_pixbuf_new_from_stock_at_size().

◆ lives_has_toplevel_focus()

boolean lives_has_toplevel_focus ( LiVESWidget *  window)

Definition at line 7414 of file widget-helper.c.

◆ lives_hbox_new()

LiVESWidget* lives_hbox_new ( boolean  homogeneous,
int  spacing 
)

◆ lives_hbutton_box_new()

LiVESWidget* lives_hbutton_box_new ( void  )

Definition at line 3329 of file widget-helper.c.

Referenced by amixer_show(), and create_camwindow().

◆ lives_hpaned_new()

LiVESWidget* lives_hpaned_new ( void  )

Definition at line 3399 of file widget-helper.c.

Referenced by create_prefs_dialog(), and lives_standard_hpaned_new().

◆ lives_hscrollbar_new()

LiVESWidget* lives_hscrollbar_new ( LiVESAdjustment *  )

Definition at line 3425 of file widget-helper.c.

◆ lives_hseparator_new()

LiVESWidget* lives_hseparator_new ( void  )

Definition at line 3301 of file widget-helper.c.

Referenced by create_resaudw(), and lives_standard_hseparator_new().

◆ lives_idle_add()

uint32_t lives_idle_add ( LiVESWidgetSourceFunc  function,
livespointer  data 
)

◆ lives_image_get_pixbuf()

LiVESPixbuf* lives_image_get_pixbuf ( LiVESImage *  )

Definition at line 2454 of file widget-helper.c.

Referenced by get_vspace(), and lives_pixbuf_new_from_stock_at_size().

◆ lives_image_menu_item_new_from_stock()

LiVESWidget* lives_image_menu_item_new_from_stock ( const char *  stock_id,
LiVESAccelGroup *  accel_group 
)

Definition at line 6477 of file widget-helper.c.

Referenced by lives_standard_image_menu_item_new_from_stock().

◆ lives_image_menu_item_new_with_label()

LiVESWidget* lives_image_menu_item_new_with_label ( const char *  label)

Definition at line 6425 of file widget-helper.c.

Referenced by lives_standard_image_menu_item_new_with_label().

◆ lives_image_menu_item_set_always_show_image()

boolean lives_image_menu_item_set_always_show_image ( LiVESImageMenuItem *  ,
boolean  show 
)

Definition at line 6638 of file widget-helper.c.

◆ lives_image_menu_item_set_image()

boolean lives_image_menu_item_set_image ( LiVESImageMenuItem *  ,
LiVESWidget *  image 
)

Definition at line 6556 of file widget-helper.c.

Referenced by multitrack().

◆ lives_image_new()

LiVESWidget* lives_image_new ( void  )

Definition at line 2308 of file widget-helper.c.

◆ lives_image_new_from_file()

LiVESWidget* lives_image_new_from_file ( const char *  filename)

Definition at line 2419 of file widget-helper.c.

◆ lives_image_new_from_pixbuf()

LiVESWidget* lives_image_new_from_pixbuf ( LiVESPixbuf *  )

Definition at line 2428 of file widget-helper.c.

Referenced by lives_image_new_from_stock_at_size(), and splash_init().

◆ lives_image_new_from_stock()

LiVESWidget* lives_image_new_from_stock ( const char *  stock_id,
LiVESIconSize  size 
)

◆ lives_image_new_from_stock_at_size()

LiVESWidget* lives_image_new_from_stock_at_size ( const char *  stock_id,
LiVESIconSize  size,
int  x,
int  y 
)

Definition at line 2401 of file widget-helper.c.

Referenced by lives_image_new_from_stock().

◆ lives_image_scale()

boolean lives_image_scale ( LiVESImage *  ,
int  width,
int  height,
LiVESInterpType  interp_type 
)

Definition at line 7434 of file widget-helper.c.

◆ lives_image_set_from_pixbuf()

boolean lives_image_set_from_pixbuf ( LiVESImage *  ,
LiVESPixbuf *   
)

Definition at line 2440 of file widget-helper.c.

Referenced by pref_change_images().

◆ lives_justify_to_align()

LiVESAlign lives_justify_to_align ( LiVESJustification  justification)

Definition at line 8778 of file widget-helper.c.

Referenced by lives_layout_pack(), and lives_standard_label_new().

◆ lives_label_chomp()

void lives_label_chomp ( LiVESLabel *  )

Definition at line 8685 of file widget-helper.c.

◆ lives_label_get_mnemonic_widget()

LiVESWidget* lives_label_get_mnemonic_widget ( LiVESLabel *  )

Definition at line 6095 of file widget-helper.c.

Referenced by create_rename_dialog(), and do_workdir_query().

◆ lives_label_get_text()

const char* lives_label_get_text ( LiVESLabel *  )

◆ lives_label_new()

LiVESWidget* lives_label_new ( const char *  text)

◆ lives_label_set_ellipsize()

boolean lives_label_set_ellipsize ( LiVESLabel *  ,
LiVESEllipsizeMode  mode 
)

Definition at line 3696 of file widget-helper.c.

◆ lives_label_set_halignment()

boolean lives_label_set_halignment ( LiVESLabel *  ,
float  yalign 
)

Definition at line 3704 of file widget-helper.c.

◆ lives_label_set_hpadding()

void lives_label_set_hpadding ( LiVESLabel *  ,
int  pad 
)

Definition at line 7459 of file widget-helper.c.

◆ lives_label_set_line_wrap()

boolean lives_label_set_line_wrap ( LiVESLabel *  ,
boolean  set 
)

Definition at line 3672 of file widget-helper.c.

◆ lives_label_set_line_wrap_mode()

boolean lives_label_set_line_wrap_mode ( LiVESLabel *  ,
LingoWrapMode  mode 
)

Definition at line 3680 of file widget-helper.c.

◆ lives_label_seT_lines()

boolean lives_label_seT_lines ( LiVESLabel *  ,
int  nlines 
)

Definition at line 3688 of file widget-helper.c.

◆ lives_label_set_markup()

boolean lives_label_set_markup ( LiVESLabel *  ,
const char *  markup 
)

◆ lives_label_set_mnemonic_widget()

boolean lives_label_set_mnemonic_widget ( LiVESLabel *  ,
LiVESWidget *  widget 
)

◆ lives_label_set_selectable()

boolean lives_label_set_selectable ( LiVESLabel *  ,
boolean  setting 
)

Definition at line 6104 of file widget-helper.c.

◆ lives_label_set_text()

boolean lives_label_set_text ( LiVESLabel *  ,
const char *  text 
)

◆ lives_label_set_width_chars()

boolean lives_label_set_width_chars ( LiVESLabel *  ,
int  nchars 
)

◆ lives_layout_add_fill()

LiVESWidget* lives_layout_add_fill ( LiVESLayout *  ,
boolean  horizontal 
)

Definition at line 7841 of file widget-helper.c.

Referenced by create_rename_dialog().

◆ lives_layout_add_label()

LiVESWidget* lives_layout_add_label ( LiVESLayout *  ,
const char *  text,
boolean  horizontal 
)

◆ lives_layout_add_row()

int lives_layout_add_row ( LiVESLayout *  )

Definition at line 7783 of file widget-helper.c.

Referenced by lives_layout_row_new().

◆ lives_layout_add_separator()

LiVESWidget* lives_layout_add_separator ( LiVESLayout *  ,
boolean  horizontal 
)

Definition at line 7855 of file widget-helper.c.

◆ lives_layout_expansion_row_new()

LiVESWidget* lives_layout_expansion_row_new ( LiVESLayout *  ,
LiVESWidget *  widget 
)

◆ lives_layout_hbox_new()

LiVESWidget* lives_layout_hbox_new ( LiVESLayout *  )

◆ lives_layout_label_set_text()

void lives_layout_label_set_text ( LiVESLabel *  ,
const char *  text 
)

Definition at line 7797 of file widget-helper.c.

Referenced by lives_layout_add_label().

◆ lives_layout_new()

LiVESWidget* lives_layout_new ( LiVESBox *  )

◆ lives_layout_pack()

LiVESWidget* lives_layout_pack ( LiVESHBox *  ,
LiVESWidget *   
)

◆ lives_layout_row_new()

LiVESWidget* lives_layout_row_new ( LiVESLayout *  )

Definition at line 7791 of file widget-helper.c.

Referenced by add_video_options(), and lives_layout_expansion_row_new().

◆ lives_list_store_insert()

boolean lives_list_store_insert ( LiVESListStore *  ,
LiVESTreeIter *  ,
int  position 
)

Definition at line 6047 of file widget-helper.c.

◆ lives_list_store_new()

LiVESListStore* lives_list_store_new ( int  ncols,
  ... 
)

Definition at line 6015 of file widget-helper.c.

◆ lives_list_store_set()

boolean lives_list_store_set ( LiVESListStore *  ,
LiVESTreeIter *  ,
  ... 
)

Definition at line 6034 of file widget-helper.c.

◆ lives_lock_button_get_locked()

boolean lives_lock_button_get_locked ( LiVESButton *  )

Definition at line 10483 of file widget-helper.c.

Referenced by after_aspect_height_changed(), and after_aspect_width_changed().

◆ lives_lock_button_toggle()

boolean lives_lock_button_toggle ( LiVESButton *  )

Definition at line 10512 of file widget-helper.c.

◆ lives_menu_add_separator()

LiVESWidget* lives_menu_add_separator ( LiVESMenu *  )

Definition at line 11910 of file widget-helper.c.

Referenced by add_rfx_effects2(), and multitrack().

◆ lives_menu_bar_new()

LiVESWidget* lives_menu_bar_new ( void  )

Definition at line 6380 of file widget-helper.c.

Referenced by multitrack().

◆ lives_menu_detach()

boolean lives_menu_detach ( LiVESMenu *  )

Definition at line 6601 of file widget-helper.c.

◆ lives_menu_item_activate()

boolean lives_menu_item_activate ( LiVESMenuItem *  )

Definition at line 6528 of file widget-helper.c.

Referenced by on_cancel_opensel_clicked().

◆ lives_menu_item_get_submenu()

LiVESWidget* lives_menu_item_get_submenu ( LiVESMenuItem *  )

Definition at line 6417 of file widget-helper.c.

Referenced by lives_widget_set_sensitive(), and set_submenu_colours().

◆ lives_menu_item_get_text()

const char* lives_menu_item_get_text ( LiVESWidget *  )

◆ lives_menu_item_new()

LiVESWidget* lives_menu_item_new ( void  )

◆ lives_menu_item_new_with_label()

LiVESWidget* lives_menu_item_new_with_label ( const char *  label)

Definition at line 6398 of file widget-helper.c.

Referenced by lives_standard_menu_item_new_with_label().

◆ lives_menu_item_set_accel_path()

boolean lives_menu_item_set_accel_path ( LiVESMenuItem *  ,
const char *  path 
)

Definition at line 6408 of file widget-helper.c.

Referenced by lives_image_menu_item_new_from_stock().

◆ lives_menu_item_set_submenu()

boolean lives_menu_item_set_submenu ( LiVESMenuItem *  ,
LiVESWidget *   
)

Definition at line 6519 of file widget-helper.c.

Referenced by add_rfx_effects2(), and multitrack().

◆ lives_menu_item_set_text()

void lives_menu_item_set_text ( LiVESWidget *  ,
const char *  text,
boolean  use_mnemonic 
)

◆ lives_menu_new()

LiVESWidget* lives_menu_new ( void  )

◆ lives_menu_popup()

boolean lives_menu_popup ( LiVESMenu *  ,
LiVESXEventButton *   
)

Definition at line 6579 of file widget-helper.c.

Referenced by do_effect_context(), and frame_context().

◆ lives_menu_reorder_child()

boolean lives_menu_reorder_child ( LiVESMenu *  ,
LiVESWidget *  ,
int  pos 
)

Definition at line 6592 of file widget-helper.c.

◆ lives_menu_set_accel_group()

boolean lives_menu_set_accel_group ( LiVESMenu *  ,
LiVESAccelGroup *  group 
)

Definition at line 3020 of file widget-helper.c.

◆ lives_menu_set_title()

boolean lives_menu_set_title ( LiVESMenu *  ,
const char *  title 
)

Definition at line 6566 of file widget-helper.c.

Referenced by do_block_context(), do_effect_context(), and frame_context().

◆ lives_menu_shell_append()

boolean lives_menu_shell_append ( LiVESMenuShell *  ,
LiVESWidget *  child 
)

Definition at line 6611 of file widget-helper.c.

◆ lives_menu_shell_insert()

boolean lives_menu_shell_insert ( LiVESMenuShell *  ,
LiVESWidget *  child,
int  pos 
)

Definition at line 6620 of file widget-helper.c.

Referenced by add_rfx_effects2(), and replace_with_delegates().

◆ lives_menu_shell_prepend()

boolean lives_menu_shell_prepend ( LiVESMenuShell *  ,
LiVESWidget *  child 
)

Definition at line 6629 of file widget-helper.c.

◆ lives_menu_tool_button_new()

LiVESToolItem* lives_menu_tool_button_new ( LiVESWidget *  icon,
const char *  label 
)

Definition at line 6501 of file widget-helper.c.

Referenced by lives_standard_menu_tool_button_new().

◆ lives_menu_tool_button_set_menu()

boolean lives_menu_tool_button_set_menu ( LiVESMenuToolButton *  ,
LiVESWidget *  menu 
)

Definition at line 6510 of file widget-helper.c.

◆ lives_message_dialog_new()

LiVESWidget* lives_message_dialog_new ( LiVESWindow *  parent,
LiVESDialogFlags  flags,
LiVESMessageType  type,
LiVESButtonsType  buttons,
const char *  msg_fmt,
  ... 
)

Definition at line 5259 of file widget-helper.c.

◆ lives_notebook_get_current_page()

int lives_notebook_get_current_page ( LiVESNotebook *  )

Definition at line 6903 of file widget-helper.c.

Referenced by get_poly_state_from_page(), and set_poly_tab().

◆ lives_notebook_get_nth_page()

LiVESWidget* lives_notebook_get_nth_page ( LiVESNotebook *  ,
int  pagenum 
)

Definition at line 6894 of file widget-helper.c.

Referenced by set_poly_tab().

◆ lives_notebook_new()

LiVESWidget* lives_notebook_new ( void  )

Definition at line 6885 of file widget-helper.c.

Referenced by lives_standard_notebook_new().

◆ lives_notebook_set_current_page()

boolean lives_notebook_set_current_page ( LiVESNotebook *  ,
int  pagenum 
)

Definition at line 6912 of file widget-helper.c.

Referenced by set_poly_tab().

◆ lives_notebook_set_tab_label()

boolean lives_notebook_set_tab_label ( LiVESNotebook *  ,
LiVESWidget *  child,
LiVESWidget *  tablabel 
)

Definition at line 6921 of file widget-helper.c.

◆ lives_painter_arc()

boolean lives_painter_arc ( lives_painter_t *  ,
double  xc,
double  yc,
double  radius,
double  angle1,
double  angle2 
)

Definition at line 569 of file widget-helper.c.

Referenced by draw_cool_toggle().

◆ lives_painter_clip()

boolean lives_painter_clip ( lives_painter_t *  )

Definition at line 397 of file widget-helper.c.

◆ lives_painter_close_path()

boolean lives_painter_close_path ( lives_painter_t *  )

Definition at line 546 of file widget-helper.c.

◆ lives_painter_create_from_surface()

lives_painter_t* lives_painter_create_from_surface ( lives_painter_surface_t *  target)

Definition at line 309 of file widget-helper.c.

Referenced by clear_widget_bg(), and reshow_msg_area().

◆ lives_painter_create_from_widget()

lives_painter_t* lives_painter_create_from_widget ( LiVESWidget *  )

◆ lives_painter_destroy()

boolean lives_painter_destroy ( lives_painter_t *  )

Definition at line 412 of file widget-helper.c.

Referenced by clear_widget_bg().

◆ lives_painter_fill()

boolean lives_painter_fill ( lives_painter_t *  )

Definition at line 367 of file widget-helper.c.

Referenced by draw_cool_toggle().

◆ lives_painter_format_stride_for_width()

int lives_painter_format_stride_for_width ( lives_painter_format_t  ,
int  width 
)

Definition at line 723 of file widget-helper.c.

◆ lives_painter_get_target()

lives_painter_surface_t* lives_painter_get_target ( lives_painter_t *  )

Definition at line 711 of file widget-helper.c.

Referenced by lives_painter_to_layer().

◆ lives_painter_image_surface_create()

lives_painter_surface_t* lives_painter_image_surface_create ( lives_painter_format_t  format,
int  width,
int  height 
)

Definition at line 674 of file widget-helper.c.

◆ lives_painter_image_surface_create_for_data()

lives_painter_surface_t* lives_painter_image_surface_create_for_data ( uint8_t *  data,
lives_painter_format_t  ,
int  width,
int  height,
int  stride 
)

Definition at line 660 of file widget-helper.c.

◆ lives_painter_image_surface_get_data()

uint8_t* lives_painter_image_surface_get_data ( lives_painter_surface_t *  )

Definition at line 735 of file widget-helper.c.

Referenced by weed_layer_pixel_data_free().

◆ lives_painter_image_surface_get_format()

lives_painter_format_t lives_painter_image_surface_get_format ( lives_painter_surface_t *  )

Definition at line 783 of file widget-helper.c.

◆ lives_painter_image_surface_get_height()

int lives_painter_image_surface_get_height ( lives_painter_surface_t *  )

Definition at line 759 of file widget-helper.c.

◆ lives_painter_image_surface_get_stride()

int lives_painter_image_surface_get_stride ( lives_painter_surface_t *  )

Definition at line 771 of file widget-helper.c.

◆ lives_painter_image_surface_get_width()

int lives_painter_image_surface_get_width ( lives_painter_surface_t *  )

Definition at line 747 of file widget-helper.c.

◆ lives_painter_line_to()

boolean lives_painter_line_to ( lives_painter_t *  ,
double  x,
double  y 
)

Definition at line 533 of file widget-helper.c.

Referenced by all_expose_overlay(), and draw_cool_toggle().

◆ lives_painter_move_to()

boolean lives_painter_move_to ( lives_painter_t *  ,
double  x,
double  y 
)

Definition at line 520 of file widget-helper.c.

Referenced by all_expose_overlay(), and draw_cool_toggle().

◆ lives_painter_new_path()

boolean lives_painter_new_path ( lives_painter_t *  )

Definition at line 478 of file widget-helper.c.

Referenced by draw_cool_toggle().

◆ lives_painter_paint()

boolean lives_painter_paint ( lives_painter_t *  )

Definition at line 355 of file widget-helper.c.

Referenced by all_expose(), expose_laud_draw(), expose_raud_draw(), and expose_vid_draw().

◆ lives_painter_rectangle()

boolean lives_painter_rectangle ( lives_painter_t *  ,
double  x,
double  y,
double  width,
double  height 
)

Definition at line 555 of file widget-helper.c.

Referenced by draw_cool_toggle().

◆ lives_painter_remerge()

boolean lives_painter_remerge ( lives_painter_t *  )

◆ lives_painter_render_background()

boolean lives_painter_render_background ( LiVESWidget *  ,
lives_painter_t *  ,
double  x,
double  y,
double  width,
double  height 
)

painter cairo

Definition at line 426 of file widget-helper.c.

Referenced by clear_widget_bg(), and reshow_msg_area().

◆ lives_painter_set_fill_rule()

boolean lives_painter_set_fill_rule ( lives_painter_t *  ,
lives_painter_fill_rule_t   
)

Definition at line 635 of file widget-helper.c.

◆ lives_painter_set_line_width()

boolean lives_painter_set_line_width ( lives_painter_t *  ,
double  width 
)

Definition at line 507 of file widget-helper.c.

Referenced by all_expose_overlay(), and draw_cool_toggle().

◆ lives_painter_set_operator()

boolean lives_painter_set_operator ( lives_painter_t *  ,
lives_painter_operator_t   
)

Definition at line 588 of file widget-helper.c.

◆ lives_painter_set_source_pixbuf()

boolean lives_painter_set_source_pixbuf ( lives_painter_t *  ,
const LiVESPixbuf *  ,
double  pixbuf_x,
double  pixbuf_y 
)

Definition at line 321 of file widget-helper.c.

◆ lives_painter_set_source_rgb()

boolean lives_painter_set_source_rgb ( lives_painter_t *  ,
double  red,
double  green,
double  blue 
)

◆ lives_painter_set_source_rgb_from_lives_rgb()

lives_colRGB48_t* lives_painter_set_source_rgb_from_lives_rgb ( lives_painter_t *  ,
lives_colRGB48_t  
)

Definition at line 11081 of file widget-helper.c.

◆ lives_painter_set_source_rgb_from_lives_rgba()

lives_colRGBA64_t* lives_painter_set_source_rgb_from_lives_rgba ( lives_painter_t *  ,
lives_colRGBA64_t  
)

◆ lives_painter_set_source_rgb_from_lives_widget_color()

LiVESWidgetColor* lives_painter_set_source_rgb_from_lives_widget_color ( lives_painter_t *  ,
LiVESWidgetColor *   
)

Definition at line 11099 of file widget-helper.c.

Referenced by all_expose_overlay().

◆ lives_painter_set_source_rgba()

boolean lives_painter_set_source_rgba ( lives_painter_t *  ,
double  red,
double  green,
double  blue,
double  alpha 
)

Definition at line 619 of file widget-helper.c.

Referenced by draw_cool_toggle(), and layout_to_lives_painter().

◆ lives_painter_set_source_surface()

boolean lives_painter_set_source_surface ( lives_painter_t *  ,
lives_painter_surface_t *  ,
double  x,
double  y 
)

Definition at line 339 of file widget-helper.c.

Referenced by all_expose(), expose_laud_draw(), expose_raud_draw(), and expose_vid_draw().

◆ lives_painter_stroke()

boolean lives_painter_stroke ( lives_painter_t *  )

Definition at line 382 of file widget-helper.c.

Referenced by all_expose_overlay(), and draw_cool_toggle().

◆ lives_painter_surface_flush()

boolean lives_painter_surface_flush ( lives_painter_surface_t *  )

Definition at line 648 of file widget-helper.c.

◆ lives_painter_translate()

boolean lives_painter_translate ( lives_painter_t *  ,
double  x,
double  y 
)

Definition at line 492 of file widget-helper.c.

Referenced by draw_cool_toggle().

◆ lives_paned_get_position()

int lives_paned_get_position ( LiVESPaned *  )

Definition at line 4414 of file widget-helper.c.

◆ lives_paned_pack()

boolean lives_paned_pack ( int  where,
LiVESPaned *  ,
LiVESWidget *  child,
boolean  resize,
boolean  shrink 
)

Definition at line 4432 of file widget-helper.c.

◆ lives_paned_set_position()

boolean lives_paned_set_position ( LiVESPaned *  ,
int  pos 
)

Definition at line 4422 of file widget-helper.c.

◆ lives_pixbuf_copy()

LiVESPixbuf* lives_pixbuf_copy ( LiVESPixbuf *  )

Definition at line 3056 of file widget-helper.c.

◆ lives_pixbuf_get_has_alpha()

boolean lives_pixbuf_get_has_alpha ( const LiVESPixbuf *  )

Definition at line 3162 of file widget-helper.c.

◆ lives_pixbuf_get_height()

int lives_pixbuf_get_height ( const LiVESPixbuf *  )

Definition at line 3118 of file widget-helper.c.

Referenced by get_vspace(), and make_preview_box().

◆ lives_pixbuf_get_n_channels()

int lives_pixbuf_get_n_channels ( const LiVESPixbuf *  )

Definition at line 3129 of file widget-helper.c.

◆ lives_pixbuf_get_pixels()

unsigned char* lives_pixbuf_get_pixels ( const LiVESPixbuf *  )

Definition at line 3140 of file widget-helper.c.

Referenced by lives_pixbuf_set_opaque().

◆ lives_pixbuf_get_pixels_readonly()

const unsigned char* lives_pixbuf_get_pixels_readonly ( const LiVESPixbuf *  )

Definition at line 3151 of file widget-helper.c.

◆ lives_pixbuf_get_rowstride()

int lives_pixbuf_get_rowstride ( const LiVESPixbuf *  )

Definition at line 3096 of file widget-helper.c.

Referenced by lives_pixbuf_set_opaque().

◆ lives_pixbuf_get_width()

int lives_pixbuf_get_width ( const LiVESPixbuf *  )

Definition at line 3107 of file widget-helper.c.

Referenced by lives_pixbuf_is_all_black(), and make_preview_box().

◆ lives_pixbuf_new()

LiVESPixbuf* lives_pixbuf_new ( boolean  has_alpha,
int  width,
int  height 
)

Definition at line 3047 of file widget-helper.c.

◆ lives_pixbuf_new_from_data()

LiVESPixbuf* lives_pixbuf_new_from_data ( const unsigned char *  buf,
boolean  has_alpha,
int  width,
int  height,
int  rowstride,
LiVESPixbufDestroyNotify  lives_free_buffer_fn,
livespointer  destroy_fn_data 
)

Definition at line 3065 of file widget-helper.c.

◆ lives_pixbuf_new_from_file()

LiVESPixbuf* lives_pixbuf_new_from_file ( const char *  filename,
LiVESError **  error 
)

Definition at line 3078 of file widget-helper.c.

Referenced by resize(), and splash_init().

◆ lives_pixbuf_new_from_file_at_scale()

LiVESPixbuf* lives_pixbuf_new_from_file_at_scale ( const char *  filename,
int  width,
int  height,
boolean  preserve_aspect_ratio,
LiVESError **  error 
)

Definition at line 3086 of file widget-helper.c.

◆ lives_pixbuf_new_from_stock_at_size()

LiVESPixbuf* lives_pixbuf_new_from_stock_at_size ( const char *  stock_id,
LiVESIconSize  size,
int  x,
int  y 
)

◆ lives_pixbuf_saturate_and_pixelate()

boolean lives_pixbuf_saturate_and_pixelate ( const LiVESPixbuf *  src,
LiVESPixbuf *  dest,
float  saturation,
boolean  pixilate 
)

Definition at line 3182 of file widget-helper.c.

Referenced by resize().

◆ lives_pixbuf_scale_simple()

LiVESPixbuf* lives_pixbuf_scale_simple ( const LiVESPixbuf *  src,
int  dest_width,
int  dest_height,
LiVESInterpType  interp_type 
)

Definition at line 3173 of file widget-helper.c.

◆ lives_progress_bar_new()

LiVESWidget* lives_progress_bar_new ( void  )

Definition at line 5005 of file widget-helper.c.

Referenced by lives_standard_progress_bar_new().

◆ lives_progress_bar_pulse()

boolean lives_progress_bar_pulse ( LiVESProgressBar *  )

Definition at line 5047 of file widget-helper.c.

Referenced by do_auto_dialog().

◆ lives_progress_bar_set_fraction()

boolean lives_progress_bar_set_fraction ( LiVESProgressBar *  ,
double  fraction 
)

Definition at line 5014 of file widget-helper.c.

Referenced by splash_msg().

◆ lives_progress_bar_set_pulse_step()

boolean lives_progress_bar_set_pulse_step ( LiVESProgressBar *  ,
double  fraction 
)

Definition at line 5034 of file widget-helper.c.

Referenced by do_auto_dialog(), and splash_init().

◆ lives_radio_button_get_group()

LiVESSList* lives_radio_button_get_group ( LiVESRadioButton *  )

Definition at line 4731 of file widget-helper.c.

Referenced by lives_standard_radio_button_new().

◆ lives_radio_button_new()

LiVESWidget* lives_radio_button_new ( LiVESSList *  group)

Definition at line 4534 of file widget-helper.c.

Referenced by lives_standard_radio_button_new().

◆ lives_radio_menu_item_get_group()

LiVESSList* lives_radio_menu_item_get_group ( LiVESRadioMenuItem *  )

Definition at line 6450 of file widget-helper.c.

Referenced by add_to_clipmenu(), and remove_from_clipmenu().

◆ lives_radio_menu_item_new_with_label()

LiVESWidget* lives_radio_menu_item_new_with_label ( LiVESSList *  group,
const char *  label 
)

Definition at line 6440 of file widget-helper.c.

Referenced by lives_standard_radio_menu_item_new_with_label().

◆ lives_range_get_adjustment()

LiVESAdjustment* lives_range_get_adjustment ( LiVESRange *  )

Definition at line 5654 of file widget-helper.c.

Referenced by on_amixer_slider_changed(), and scroll_track_by_scrollbar().

◆ lives_range_get_value()

double lives_range_get_value ( LiVESRange *  )

Definition at line 5699 of file widget-helper.c.

Referenced by on_amixer_close_clicked(), and on_amixer_slider_changed().

◆ lives_range_set_increments()

boolean lives_range_set_increments ( LiVESRange *  ,
double  step,
double  page 
)

Definition at line 5681 of file widget-helper.c.

◆ lives_range_set_inverted()

boolean lives_range_set_inverted ( LiVESRange *  ,
boolean  invert 
)

Definition at line 5690 of file widget-helper.c.

Referenced by amixer_add_channel_slider().

◆ lives_range_set_range()

boolean lives_range_set_range ( LiVESRange *  ,
double  min,
double  max 
)

Definition at line 5672 of file widget-helper.c.

◆ lives_range_set_value()

boolean lives_range_set_value ( LiVESRange *  ,
double  value 
)

◆ lives_rgba_col_new()

lives_colRGBA64_t lives_rgba_col_new ( int  red,
int  green,
int  blue,
int  alpha 
)

Definition at line 12574 of file widget-helper.c.

Referenced by render_text_overlay().

◆ lives_rgba_copy()

lives_colRGBA64_t* lives_rgba_copy ( lives_colRGBA64_t col1,
lives_colRGBA64_t col2 
)

Definition at line 12609 of file widget-helper.c.

Referenced by pref_factory_color_button().

◆ lives_rgba_equal()

boolean lives_rgba_equal ( lives_colRGBA64_t col1,
lives_colRGBA64_t col2 
)

Definition at line 12604 of file widget-helper.c.

Referenced by pref_factory_color_button().

◆ lives_rgba_to_widget_color()

LiVESWidgetColor* lives_rgba_to_widget_color ( LiVESWidgetColor *  ,
lives_colRGBA64_t  
)

Definition at line 12593 of file widget-helper.c.

Referenced by scroll_tracks(), and set_palette_colours().

◆ lives_ruler_get_value()

double lives_ruler_get_value ( LiVESRuler *  )

Definition at line 5272 of file widget-helper.c.

◆ lives_ruler_set_lower()

double lives_ruler_set_lower ( LiVESRuler *  ,
double  lower 
)

Definition at line 5315 of file widget-helper.c.

Referenced by set_timeline_end_secs().

◆ lives_ruler_set_range()

boolean lives_ruler_set_range ( LiVESRuler *  ,
double  lower,
double  upper,
double  position,
double  max_size 
)

Definition at line 5244 of file widget-helper.c.

Referenced by set_timeline_end_secs().

◆ lives_ruler_set_upper()

double lives_ruler_set_upper ( LiVESRuler *  ,
double  upper 
)

Definition at line 5296 of file widget-helper.c.

Referenced by do_quick_switch(), and set_timeline_end_secs().

◆ lives_ruler_set_value()

double lives_ruler_set_value ( LiVESRuler *  ,
double  value 
)

◆ lives_scale_button_get_value()

double lives_scale_button_get_value ( LiVESScaleButton *  )

Definition at line 6695 of file widget-helper.c.

Referenced by on_volume_slider_value_changed().

◆ lives_scale_button_set_orientation()

boolean lives_scale_button_set_orientation ( LiVESScaleButton *  ,
LiVESOrientation  orientation 
)

Definition at line 6678 of file widget-helper.c.

Referenced by lives_volume_button_new().

◆ lives_scale_button_set_value()

boolean lives_scale_button_set_value ( LiVESScaleButton *  ,
double  value 
)

Definition at line 6708 of file widget-helper.c.

Referenced by pref_factory_float().

◆ lives_scale_set_digits()

boolean lives_scale_set_digits ( LiVESScale *  ,
int  digits 
)

Definition at line 6669 of file widget-helper.c.

Referenced by amixer_add_channel_slider().

◆ lives_scale_set_draw_value()

boolean lives_scale_set_draw_value ( LiVESScale *  ,
boolean  draw_value 
)

Definition at line 6652 of file widget-helper.c.

◆ lives_scale_set_value_pos()

boolean lives_scale_set_value_pos ( LiVESScale *  ,
LiVESPositionType  ptype 
)

Definition at line 6660 of file widget-helper.c.

Referenced by amixer_add_channel_slider().

◆ lives_screen_get_height()

int lives_screen_get_height ( LiVESXScreen *  )

Definition at line 7384 of file widget-helper.c.

Referenced by get_play_screen_size().

◆ lives_screen_get_width()

int lives_screen_get_width ( LiVESXScreen *  )

Definition at line 7374 of file widget-helper.c.

Referenced by get_play_screen_size().

◆ lives_scrolled_window_add_with_viewport()

boolean lives_scrolled_window_add_with_viewport ( LiVESScrolledWindow *  ,
LiVESWidget *  child 
)

Definition at line 6274 of file widget-helper.c.

◆ lives_scrolled_window_get_hadjustment()

LiVESAdjustment* lives_scrolled_window_get_hadjustment ( LiVESScrolledWindow *  )

Definition at line 6245 of file widget-helper.c.

Referenced by lives_scrolled_window_scroll_to(), and mt_clip_select().

◆ lives_scrolled_window_get_vadjustment()

LiVESAdjustment* lives_scrolled_window_get_vadjustment ( LiVESScrolledWindow *  )

Definition at line 6254 of file widget-helper.c.

Referenced by lives_scrolled_window_scroll_to(), and pump_io_chan().

◆ lives_scrolled_window_new()

LiVESWidget* lives_scrolled_window_new ( LiVESAdjustment *  hadj,
LiVESAdjustment *  vadj 
)

Definition at line 6236 of file widget-helper.c.

◆ lives_scrolled_window_scroll_to()

double lives_scrolled_window_scroll_to ( LiVESScrolledWindow *  ,
LiVESPositionType  pos 
)

Definition at line 10253 of file widget-helper.c.

Referenced by do_messages_window().

◆ lives_scrolled_window_set_min_content_height()

boolean lives_scrolled_window_set_min_content_height ( LiVESScrolledWindow *  ,
int  height 
)

Definition at line 6288 of file widget-helper.c.

◆ lives_scrolled_window_set_min_content_width()

boolean lives_scrolled_window_set_min_content_width ( LiVESScrolledWindow *  ,
int  width 
)

Definition at line 6300 of file widget-helper.c.

◆ lives_scrolled_window_set_policy()

boolean lives_scrolled_window_set_policy ( LiVESScrolledWindow *  ,
LiVESPolicyType  hpolicy,
LiVESPolicyType  vpolicy 
)

Definition at line 6263 of file widget-helper.c.

◆ lives_separator_tool_item_new()

LiVESToolItem* lives_separator_tool_item_new ( void  )

Definition at line 5192 of file widget-helper.c.

Referenced by lives_toolbar_insert_space().

◆ lives_set_cursor_style()

void lives_set_cursor_style ( lives_cursor_t  cstyle,
LiVESWidget *   
)

◆ lives_signal_connect()

ulong lives_signal_connect ( LiVESWidget *  ,
const char *  signal_name,
ulong  funcptr,
livespointer  data 
)

◆ lives_signal_handler_block()

boolean lives_signal_handler_block ( livespointer  instance,
unsigned long  handler_id 
)

◆ lives_signal_handler_disconnect()

boolean lives_signal_handler_disconnect ( livespointer  instance,
unsigned long  handler_id 
)

Definition at line 961 of file widget-helper.c.

Referenced by end_fs_preview(), and replace_with_delegates().

◆ lives_signal_handler_unblock()

boolean lives_signal_handler_unblock ( livespointer  instance,
unsigned long  handler_id 
)

◆ lives_signal_stop_emission_by_name()

boolean lives_signal_stop_emission_by_name ( livespointer  instance,
const char *  detailed_signal 
)

Definition at line 975 of file widget-helper.c.

◆ lives_source_remove()

boolean lives_source_remove ( uint32_t  handle)

◆ lives_spin_button_configure()

boolean lives_spin_button_configure ( LiVESSpinButton *  ,
double  value,
double  lower,
double  upper,
double  step_increment,
double  page_increment 
)

Definition at line 11783 of file widget-helper.c.

Referenced by add_mt_param_box().

◆ lives_spin_button_get_adjustment()

LiVESAdjustment* lives_spin_button_get_adjustment ( LiVESSpinButton *  )

◆ lives_spin_button_get_snapval()

double lives_spin_button_get_snapval ( LiVESSpinButton *  ,
double  val 
)

◆ lives_spin_button_get_value()

double lives_spin_button_get_value ( LiVESSpinButton *  )

◆ lives_spin_button_get_value_as_int()

int lives_spin_button_get_value_as_int ( LiVESSpinButton *  )

◆ lives_spin_button_new()

LiVESWidget* lives_spin_button_new ( LiVESAdjustment *  ,
double  climb_rate,
uint32_t  digits 
)

Definition at line 5071 of file widget-helper.c.

Referenced by lives_standard_spin_button_new().

◆ lives_spin_button_set_adjustment()

LiVESAdjustment* lives_spin_button_set_adjustment ( LiVESSpinButton *  ,
LiVESAdjustment *  adj 
)

Definition at line 5111 of file widget-helper.c.

◆ lives_spin_button_set_digits()

boolean lives_spin_button_set_digits ( LiVESSpinButton *  ,
uint32_t  digits 
)

Definition at line 5156 of file widget-helper.c.

◆ lives_spin_button_set_range()

boolean lives_spin_button_set_range ( LiVESSpinButton *  ,
double  min,
double  max 
)

◆ lives_spin_button_set_snap_to_multiples()

boolean lives_spin_button_set_snap_to_multiples ( LiVESSpinButton *  ,
double  mult 
)

Definition at line 9374 of file widget-helper.c.

Referenced by add_video_options().

◆ lives_spin_button_set_snap_to_ticks()

boolean lives_spin_button_set_snap_to_ticks ( LiVESSpinButton *  ,
boolean  snap 
)

◆ lives_spin_button_set_step_increment()

boolean lives_spin_button_set_step_increment ( LiVESSpinButton *  button,
double  step_increment 
)

Definition at line 9364 of file widget-helper.c.

Referenced by lives_spin_button_set_snap_to_multiples().

◆ lives_spin_button_set_value()

boolean lives_spin_button_set_value ( LiVESSpinButton *  ,
double  value 
)

◆ lives_spin_button_set_wrap()

boolean lives_spin_button_set_wrap ( LiVESSpinButton *  ,
boolean  wrap 
)

Definition at line 5138 of file widget-helper.c.

◆ lives_spin_button_update()

boolean lives_spin_button_update ( LiVESSpinButton *  )

◆ lives_spinner_new()

LiVESWidget* lives_spinner_new ( void  )

Definition at line 4567 of file widget-helper.c.

◆ lives_spinner_start()

boolean lives_spinner_start ( LiVESSpinner *  )

Definition at line 4575 of file widget-helper.c.

◆ lives_spinner_stop()

boolean lives_spinner_stop ( LiVESSpinner *  )

Definition at line 4586 of file widget-helper.c.

◆ lives_standard_button_new_from_stock()

LiVESWidget* lives_standard_button_new_from_stock ( const char *  stock_id,
const char *  label,
int  width,
int  height 
)

Definition at line 4215 of file widget-helper.c.

Referenced by create_camwindow(), and lives_dialog_add_button_from_stock().

◆ lives_standard_check_button_new()

LiVESWidget* lives_standard_check_button_new ( const char *  labeltext,
boolean  active,
LiVESBox *  ,
const char *  tooltip 
)

◆ lives_standard_check_menu_item_new_for_var()

LiVESWidget* lives_standard_check_menu_item_new_for_var ( const char *  ltext,
boolean var,
boolean  invert 
)

Definition at line 8568 of file widget-helper.c.

◆ lives_standard_check_menu_item_new_with_label()

LiVESWidget* lives_standard_check_menu_item_new_with_label ( const char *  labeltext,
boolean  active 
)

◆ lives_standard_color_button_new()

LiVESWidget* lives_standard_color_button_new ( LiVESBox *  parent,
const char *  name,
boolean  use_alpha,
lives_colRGBA64_t rgba,
LiVESWidget **  sb_red,
LiVESWidget **  sb_green,
LiVESWidget **  sb_blue,
LiVESWidget **  sb_alpha 
)

Definition at line 10683 of file widget-helper.c.

◆ lives_standard_combo_new()

LiVESWidget* lives_standard_combo_new ( const char *  labeltext,
LiVESList *  list,
LiVESBox *  ,
const char *  tooltip 
)

◆ lives_standard_combo_new_with_model()

LiVESWidget* lives_standard_combo_new_with_model ( LiVESTreeModel *  ,
LiVESBox *   
)

Definition at line 9681 of file widget-helper.c.

◆ lives_standard_dialog_new()

LiVESWidget* lives_standard_dialog_new ( const char *  title,
boolean  add_std_buttons,
int  width,
int  height 
)

◆ lives_standard_direntry_new()

LiVESWidget* lives_standard_direntry_new ( const char *  labeltext,
const char *  txt,
int  dispwidth,
int  maxchars,
LiVESBox *  ,
const char *  tooltip 
)

Definition at line 10164 of file widget-helper.c.

Referenced by create_camwindow(), and create_rename_dialog().

◆ lives_standard_drawing_area_new()

LiVESWidget* lives_standard_drawing_area_new ( LiVESGuiCallback  ,
lives_painter_surface_t **   
)

Definition at line 8693 of file widget-helper.c.

Referenced by make_preview_box(), and mt_init_tracks().

◆ lives_standard_entry_new()

LiVESWidget* lives_standard_entry_new ( const char *  labeltext,
const char *  txt,
int  dispwidth,
int  maxchars,
LiVESBox *  ,
const char *  tooltip 
)

◆ lives_standard_expander_new()

LiVESWidget* lives_standard_expander_new ( const char *  labeltext,
LiVESBox *  parent,
LiVESWidget *  child 
)

◆ lives_standard_file_button_new()

LiVESWidget* lives_standard_file_button_new ( boolean  is_dir,
const char *  def_dir 
)

height X height is correct

Definition at line 10470 of file widget-helper.c.

◆ lives_standard_fileentry_new()

LiVESWidget* lives_standard_fileentry_new ( const char *  labeltext,
const char *  txt,
const char *  defdir,
int  dispwidth,
int  maxchars,
LiVESBox *  box,
const char *  tooltip 
)

Definition at line 10171 of file widget-helper.c.

◆ lives_standard_font_chooser_new()

LiVESWidget* lives_standard_font_chooser_new ( void  )

Definition at line 10081 of file widget-helper.c.

◆ lives_standard_formatted_label_new()

LiVESWidget* lives_standard_formatted_label_new ( const char *  text)

Definition at line 8662 of file widget-helper.c.

◆ lives_standard_frame_new()

LiVESWidget* lives_standard_frame_new ( const char *  labeltext,
float  xalign,
boolean  invisible_outline 
)

◆ lives_standard_hpaned_new()

LiVESWidget* lives_standard_hpaned_new ( void  )

Definition at line 8383 of file widget-helper.c.

◆ lives_standard_hruler_new()

LiVESWidget* lives_standard_hruler_new ( void  )

Definition at line 10231 of file widget-helper.c.

Referenced by mt_init_tracks().

◆ lives_standard_hscale_new()

LiVESWidget* lives_standard_hscale_new ( LiVESAdjustment *  )

Definition at line 10192 of file widget-helper.c.

Referenced by make_preview_box().

◆ lives_standard_hseparator_new()

LiVESWidget* lives_standard_hseparator_new ( void  )

Definition at line 12319 of file widget-helper.c.

Referenced by add_hsep_to_box(), and add_resnn_label().

◆ lives_standard_image_menu_item_new_from_stock()

LiVESWidget* lives_standard_image_menu_item_new_from_stock ( const char *  stock_id,
LiVESAccelGroup *  accel_group 
)

Definition at line 8511 of file widget-helper.c.

Referenced by multitrack().

◆ lives_standard_image_menu_item_new_with_label()

LiVESWidget* lives_standard_image_menu_item_new_with_label ( const char *  labeltext)

Definition at line 8492 of file widget-helper.c.

Referenced by multitrack().

◆ lives_standard_label_new()

LiVESWidget* lives_standard_label_new ( const char *  labeltext)

◆ lives_standard_label_new_with_mnemonic_widget()

LiVESWidget* lives_standard_label_new_with_mnemonic_widget ( const char *  text,
LiVESWidget *  mnemonic_widget 
)

Definition at line 8720 of file widget-helper.c.

Referenced by add_param_label_to_box(), amixer_show(), and create_new_pb_speed().

◆ lives_standard_label_new_with_tooltips()

LiVESWidget* lives_standard_label_new_with_tooltips ( const char *  text,
LiVESBox *  box,
const char *  tips 
)

Definition at line 8633 of file widget-helper.c.

Referenced by lives_layout_add_label().

◆ lives_standard_lock_button_new()

LiVESWidget* lives_standard_lock_button_new ( boolean  is_locked,
int  width,
int  height,
const char *  label,
const char *  tooltip 
)

Definition at line 10518 of file widget-helper.c.

◆ lives_standard_menu_item_new()

LiVESWidget* lives_standard_menu_item_new ( void  )

Definition at line 8456 of file widget-helper.c.

◆ lives_standard_menu_item_new_with_label()

LiVESWidget* lives_standard_menu_item_new_with_label ( const char *  labeltext)

◆ lives_standard_menu_new()

LiVESWidget* lives_standard_menu_new ( void  )

Definition at line 8438 of file widget-helper.c.

Referenced by add_rfx_effects2().

◆ lives_standard_menu_tool_button_new()

LiVESToolItem* lives_standard_menu_tool_button_new ( LiVESWidget *  icon,
const char *  label 
)

Definition at line 9228 of file widget-helper.c.

◆ lives_standard_notebook_new()

LiVESWidget* lives_standard_notebook_new ( const LiVESWidgetColor *  bg_color,
const LiVESWidgetColor *  act_color 
)

Definition at line 8579 of file widget-helper.c.

◆ lives_standard_progress_bar_new()

LiVESWidget* lives_standard_progress_bar_new ( void  )

Definition at line 9824 of file widget-helper.c.

Referenced by create_processing(), and splash_init().

◆ lives_standard_radio_button_new()

LiVESWidget* lives_standard_radio_button_new ( const char *  labeltext,
LiVESSList **  rbgroup,
LiVESBox *  ,
const char *  tooltip 
)

◆ lives_standard_radio_menu_item_new_with_label()

LiVESWidget* lives_standard_radio_menu_item_new_with_label ( LiVESSList *  group,
const char *  labeltext 
)

Definition at line 8529 of file widget-helper.c.

Referenced by add_to_clipmenu().

◆ lives_standard_scrolled_window_new()

LiVESWidget* lives_standard_scrolled_window_new ( int  width,
int  height,
LiVESWidget *  child 
)

◆ lives_standard_spin_button_new()

LiVESWidget* lives_standard_spin_button_new ( const char *  labeltext,
double  val,
double  min,
double  max,
double  step,
double  page,
int  dp,
LiVESBox *  ,
const char *  tooltip 
)

◆ lives_standard_switch_new()

LiVESWidget* lives_standard_switch_new ( const char *  labeltext,
boolean  active,
LiVESBox *  ,
const char *  tooltip 
)

Definition at line 8944 of file widget-helper.c.

Referenced by lives_standard_check_button_new().

◆ lives_standard_table_new()

LiVESWidget* lives_standard_table_new ( uint32_t  rows,
uint32_t  cols,
boolean  homogeneous 
)

Definition at line 10420 of file widget-helper.c.

Referenced by create_text_window().

◆ lives_standard_text_view_new()

LiVESWidget* lives_standard_text_view_new ( const char *  text,
LiVESTextBuffer *  tbuff 
)

◆ lives_standard_tool_button_new()

LiVESWidget* lives_standard_tool_button_new ( LiVESToolbar *  ,
GtkWidget *  icon_widget,
const char *  label,
const char *  tooltips 
)

Definition at line 12537 of file widget-helper.c.

◆ lives_standard_toolbar_new()

LiVESWidget* lives_standard_toolbar_new ( void  )

Definition at line 10178 of file widget-helper.c.

◆ lives_standard_vpaned_new()

LiVESWidget* lives_standard_vpaned_new ( void  )

Definition at line 8410 of file widget-helper.c.

Referenced by multitrack().

◆ lives_standard_vseparator_new()

LiVESWidget* lives_standard_vseparator_new ( void  )

Definition at line 12337 of file widget-helper.c.

Referenced by add_vsep_to_box().

◆ lives_switch_get_active()

boolean lives_switch_get_active ( LiVESSwitch *  )

Definition at line 4551 of file widget-helper.c.

◆ lives_switch_new()

LiVESWidget* lives_switch_new ( void  )

Definition at line 4543 of file widget-helper.c.

Referenced by lives_standard_switch_new().

◆ lives_switch_set_active()

boolean lives_switch_set_active ( LiVESSwitch *  ,
boolean   
)

Definition at line 4558 of file widget-helper.c.

Referenced by lives_toggle_button_set_active().

◆ lives_table_attach()

boolean lives_table_attach ( LiVESTable *  ,
LiVESWidget *  child,
uint32_t  left,
uint32_t  right,
uint32_t  top,
uint32_t  bottom,
LiVESAttachOptions  xoptions,
LiVESAttachOptions  yoptions,
uint32_t  xpad,
uint32_t  ypad 
)

◆ lives_table_new()

LiVESWidget* lives_table_new ( uint32_t  rows,
uint32_t  cols,
boolean  homogeneous 
)

◆ lives_table_resize()

boolean lives_table_resize ( LiVESTable *  ,
uint32_t  rows,
uint32_t  cols 
)

Definition at line 7011 of file widget-helper.c.

Referenced by do_keys_window(), and do_mt_keys_window().

◆ lives_table_set_col_spacings()

boolean lives_table_set_col_spacings ( LiVESTable *  ,
uint32_t  spacing 
)

◆ lives_table_set_column_homogeneous()

boolean lives_table_set_column_homogeneous ( LiVESTable *  ,
boolean  homogeneous 
)

◆ lives_table_set_row_homogeneous()

boolean lives_table_set_row_homogeneous ( LiVESTable *  ,
boolean  homogeneous 
)

Definition at line 6985 of file widget-helper.c.

◆ lives_table_set_row_spacings()

boolean lives_table_set_row_spacings ( LiVESTable *  ,
uint32_t  spacing 
)

◆ lives_text_buffer_create_mark()

LiVESTextMark* lives_text_buffer_create_mark ( LiVESTextBuffer *  ,
const char *  mark_name,
const LiVESTextIter *  where,
boolean  left_gravity 
)

Definition at line 4107 of file widget-helper.c.

Referenced by add_lmap_error().

◆ lives_text_buffer_delete()

boolean lives_text_buffer_delete ( LiVESTextBuffer *  ,
LiVESTextIter *  start,
LiVESTextIter *  end 
)

Definition at line 4126 of file widget-helper.c.

Referenced by clear_lmap_errors(), and remove_current_from_affected_layouts().

◆ lives_text_buffer_delete_mark()

boolean lives_text_buffer_delete_mark ( LiVESTextBuffer *  ,
LiVESTextMark *   
)

Definition at line 4117 of file widget-helper.c.

Referenced by remove_current_from_affected_layouts().

◆ lives_text_buffer_get_all_text()

char* lives_text_buffer_get_all_text ( LiVESTextBuffer *  )

Definition at line 4072 of file widget-helper.c.

◆ lives_text_buffer_get_end_iter()

boolean lives_text_buffer_get_end_iter ( LiVESTextBuffer *  ,
LiVESTextIter *   
)

◆ lives_text_buffer_get_iter_at_mark()

boolean lives_text_buffer_get_iter_at_mark ( LiVESTextBuffer *  ,
LiVESTextIter *  ,
LiVESTextMark *   
)

Definition at line 4142 of file widget-helper.c.

Referenced by remove_current_from_affected_layouts().

◆ lives_text_buffer_get_start_iter()

boolean lives_text_buffer_get_start_iter ( LiVESTextBuffer *  ,
LiVESTextIter *   
)

◆ lives_text_buffer_get_text()

char* lives_text_buffer_get_text ( LiVESTextBuffer *  ,
LiVESTextIter *  start,
LiVESTextIter *  end,
boolean  inc_hidden_chars 
)

Definition at line 4063 of file widget-helper.c.

Referenced by lives_text_buffer_get_all_text(), and lives_text_view_get_text().

◆ lives_text_buffer_insert()

boolean lives_text_buffer_insert ( LiVESTextBuffer *  ,
LiVESTextIter *  ,
const char *  ,
int  len 
)

Definition at line 4035 of file widget-helper.c.

Referenced by add_lmap_error(), and lives_text_buffer_insert_at_end().

◆ lives_text_buffer_insert_at_cursor()

boolean lives_text_buffer_insert_at_cursor ( LiVESTextBuffer *  ,
const char *  ,
int  len 
)

Definition at line 4045 of file widget-helper.c.

◆ lives_text_buffer_insert_at_end()

boolean lives_text_buffer_insert_at_end ( LiVESTextBuffer *  ,
const char *  text 
)

Definition at line 11723 of file widget-helper.c.

Referenced by pump_io_chan().

◆ lives_text_buffer_new()

LiVESTextBuffer* lives_text_buffer_new ( void  )

Definition at line 4026 of file widget-helper.c.

◆ lives_text_buffer_place_cursor()

boolean lives_text_buffer_place_cursor ( LiVESTextBuffer *  ,
LiVESTextIter *   
)

Definition at line 4098 of file widget-helper.c.

◆ lives_text_buffer_set_text()

boolean lives_text_buffer_set_text ( LiVESTextBuffer *  ,
const char *  ,
int  len 
)

Definition at line 4054 of file widget-helper.c.

Referenced by lives_text_view_set_text().

◆ lives_text_view_get_buffer()

LiVESTextBuffer* lives_text_view_get_buffer ( LiVESTextView *  )

◆ lives_text_view_get_text()

char* lives_text_view_get_text ( LiVESTextView *  )

◆ lives_text_view_new()

LiVESWidget* lives_text_view_new ( void  )

Definition at line 3932 of file widget-helper.c.

Referenced by lives_standard_text_view_new().

◆ lives_text_view_new_with_buffer()

LiVESWidget* lives_text_view_new_with_buffer ( LiVESTextBuffer *  )

Definition at line 3941 of file widget-helper.c.

Referenced by lives_standard_text_view_new().

◆ lives_text_view_set_accepts_tab()

boolean lives_text_view_set_accepts_tab ( LiVESTextView *  ,
boolean  setting 
)

Definition at line 3968 of file widget-helper.c.

◆ lives_text_view_set_bottom_margin()

boolean lives_text_view_set_bottom_margin ( LiVESTextView *  ,
int  margin 
)

Definition at line 4015 of file widget-helper.c.

◆ lives_text_view_set_cursor_visible()

boolean lives_text_view_set_cursor_visible ( LiVESTextView *  ,
boolean  setting 
)

Definition at line 3977 of file widget-helper.c.

Referenced by lives_standard_text_view_new().

◆ lives_text_view_set_editable()

boolean lives_text_view_set_editable ( LiVESTextView *  ,
boolean  setting 
)

Definition at line 3959 of file widget-helper.c.

Referenced by lives_standard_text_view_new().

◆ lives_text_view_set_justification()

boolean lives_text_view_set_justification ( LiVESTextView *  ,
LiVESJustification  justify 
)

Definition at line 3995 of file widget-helper.c.

Referenced by lives_standard_text_view_new().

◆ lives_text_view_set_text()

boolean lives_text_view_set_text ( LiVESTextView *  ,
const char *  text,
int  len 
)

◆ lives_text_view_set_top_margin()

boolean lives_text_view_set_top_margin ( LiVESTextView *  ,
int  margin 
)

Definition at line 4004 of file widget-helper.c.

◆ lives_text_view_set_wrap_mode()

boolean lives_text_view_set_wrap_mode ( LiVESTextView *  ,
LiVESWrapMode  wrapmode 
)

Definition at line 3986 of file widget-helper.c.

Referenced by lives_standard_text_view_new().

◆ lives_textsize_to_string()

const char* lives_textsize_to_string ( int  val)

Definition at line 12633 of file widget-helper.c.

◆ lives_timer_add()

uint32_t lives_timer_add ( uint32_t  interval,
LiVESWidgetSourceFunc  function,
livespointer  data 
)

Definition at line 7318 of file widget-helper.c.

◆ lives_timer_remove()

boolean lives_timer_remove ( uint32_t  timer)

Definition at line 7341 of file widget-helper.c.

Referenced by lives_source_remove().

◆ lives_toggle_button_get_active()

boolean lives_toggle_button_get_active ( LiVESToggleButton *  )

◆ lives_toggle_button_set_active()

boolean lives_toggle_button_set_active ( LiVESToggleButton *  ,
boolean  active 
)

◆ lives_toggle_button_set_mode()

boolean lives_toggle_button_set_mode ( LiVESToggleButton *  ,
boolean  drawind 
)

Definition at line 4496 of file widget-helper.c.

Referenced by amixer_show(), and lives_glowing_check_button_new().

◆ lives_toggle_button_toggle()

boolean lives_toggle_button_toggle ( LiVESToggleButton *  )

Definition at line 11494 of file widget-helper.c.

Referenced by label_act_toggle().

◆ lives_toggle_tool_button_get_active()

boolean lives_toggle_tool_button_get_active ( LiVESToggleToolButton *  )

◆ lives_toggle_tool_button_new()

LiVESWidget* lives_toggle_tool_button_new ( void  )

Definition at line 4508 of file widget-helper.c.

◆ lives_toggle_tool_button_set_active()

boolean lives_toggle_tool_button_set_active ( LiVESToggleToolButton *  ,
boolean  active 
)

◆ lives_toggle_tool_button_toggle()

boolean lives_toggle_tool_button_toggle ( LiVESToggleToolButton *  )

Definition at line 11499 of file widget-helper.c.

Referenced by label_act_toggle().

◆ lives_tool_button_new()

LiVESToolItem* lives_tool_button_new ( LiVESWidget *  icon_widget,
const char *  label 
)

Definition at line 5174 of file widget-helper.c.

Referenced by lives_standard_tool_button_new().

◆ lives_tool_button_set_border_color()

boolean lives_tool_button_set_border_color ( LiVESWidget *  button,
LiVESWidgetState  state,
LiVESWidgetColor *   
)

Definition at line 12520 of file widget-helper.c.

Referenced by set_mt_colours().

◆ lives_tool_button_set_icon_widget()

boolean lives_tool_button_set_icon_widget ( LiVESToolButton *  ,
LiVESWidget *  icon 
)

Definition at line 5201 of file widget-helper.c.

Referenced by mt_swap_play_pause().

◆ lives_tool_button_set_label_widget()

boolean lives_tool_button_set_label_widget ( LiVESToolButton *  ,
LiVESWidget *  label 
)

Definition at line 5218 of file widget-helper.c.

Referenced by lives_standard_tool_button_new().

◆ lives_tool_button_set_use_underline()

boolean lives_tool_button_set_use_underline ( LiVESToolButton *  ,
boolean  use_underline 
)

Definition at line 5235 of file widget-helper.c.

◆ lives_tool_item_new()

LiVESToolItem* lives_tool_item_new ( void  )

Definition at line 5183 of file widget-helper.c.

Referenced by lives_glowing_tool_button_new(), and lives_toolbar_insert_label().

◆ lives_toolbar_get_icon_size()

LiVESIconSize lives_toolbar_get_icon_size ( LiVESToolbar *  )

Definition at line 5399 of file widget-helper.c.

Referenced by mt_swap_play_pause().

◆ lives_toolbar_insert()

boolean lives_toolbar_insert ( LiVESToolbar *  ,
LiVESToolItem *  ,
int  pos 
)

Definition at line 5381 of file widget-helper.c.

Referenced by lives_glowing_tool_button_new(), and lives_toolbar_insert_space().

◆ lives_toolbar_insert_label()

LiVESWidget* lives_toolbar_insert_label ( LiVESToolbar *  ,
const char *  labeltext,
LiVESWidget *  actwidg 
)

Definition at line 12447 of file widget-helper.c.

◆ lives_toolbar_insert_space()

LiVESWidget* lives_toolbar_insert_space ( LiVESToolbar *  )

Definition at line 12434 of file widget-helper.c.

◆ lives_toolbar_new()

LiVESWidget* lives_toolbar_new ( void  )

Definition at line 5372 of file widget-helper.c.

Referenced by lives_standard_toolbar_new().

◆ lives_toolbar_set_icon_size()

boolean lives_toolbar_set_icon_size ( LiVESToolbar *  ,
LiVESIconSize  icon_size 
)

Definition at line 5407 of file widget-helper.c.

Referenced by lives_standard_toolbar_new().

◆ lives_toolbar_set_show_arrow()

boolean lives_toolbar_set_show_arrow ( LiVESToolbar *  ,
boolean  show 
)

Definition at line 5390 of file widget-helper.c.

Referenced by lives_standard_toolbar_new().

◆ lives_toolbar_set_style()

boolean lives_toolbar_set_style ( LiVESToolbar *  ,
LiVESToolbarStyle  style 
)

Definition at line 5416 of file widget-helper.c.

Referenced by lives_standard_toolbar_new().

◆ lives_tooltips_copy()

void lives_tooltips_copy ( LiVESWidget *  dest,
LiVESWidget *  source 
)

Definition at line 7488 of file widget-helper.c.

Referenced by amixer_show().

◆ lives_tree_model_get()

boolean lives_tree_model_get ( LiVESTreeModel *  ,
LiVESTreeIter *  ,
  ... 
)

Definition at line 5708 of file widget-helper.c.

Referenced by fx_changed().

◆ lives_tree_model_get_iter()

boolean lives_tree_model_get_iter ( LiVESTreeModel *  ,
LiVESTreeIter *  ,
LiVESTreePath *   
)

Definition at line 5721 of file widget-helper.c.

◆ lives_tree_model_get_iter_first()

boolean lives_tree_model_get_iter_first ( LiVESTreeModel *  ,
LiVESTreeIter *   
)

Definition at line 5730 of file widget-helper.c.

◆ lives_tree_model_get_path()

LiVESTreePath* lives_tree_model_get_path ( LiVESTreeModel *  ,
LiVESTreeIter *   
)

Definition at line 5738 of file widget-helper.c.

◆ lives_tree_model_iter_children()

boolean lives_tree_model_iter_children ( LiVESTreeModel *  ,
LiVESTreeIter *  ,
LiVESTreeIter *  parent 
)

Definition at line 5747 of file widget-helper.c.

◆ lives_tree_model_iter_n_children()

int lives_tree_model_iter_n_children ( LiVESTreeModel *  ,
LiVESTreeIter *   
)

Definition at line 5756 of file widget-helper.c.

◆ lives_tree_model_iter_next()

boolean lives_tree_model_iter_next ( LiVESTreeModel *  ,
LiVESTreeIter *   
)

Definition at line 5764 of file widget-helper.c.

◆ lives_tree_path_free()

boolean lives_tree_path_free ( LiVESTreePath *  )

Definition at line 5772 of file widget-helper.c.

◆ lives_tree_path_get_depth()

int lives_tree_path_get_depth ( LiVESTreePath *  )

Definition at line 5790 of file widget-helper.c.

◆ lives_tree_path_get_indices()

int* lives_tree_path_get_indices ( LiVESTreePath *  )

Definition at line 5799 of file widget-helper.c.

◆ lives_tree_path_new_from_string()

LiVESTreePath* lives_tree_path_new_from_string ( const char *  path)

Definition at line 5781 of file widget-helper.c.

◆ lives_tree_selection_get_selected()

boolean lives_tree_selection_get_selected ( LiVESTreeSelection *  ,
LiVESTreeModel **  ,
LiVESTreeIter *   
)

Definition at line 5988 of file widget-helper.c.

Referenced by on_prefs_page_changed().

◆ lives_tree_selection_select_iter()

boolean lives_tree_selection_select_iter ( LiVESTreeSelection *  ,
LiVESTreeIter *   
)

Definition at line 6006 of file widget-helper.c.

◆ lives_tree_selection_set_mode()

boolean lives_tree_selection_set_mode ( LiVESTreeSelection *  ,
LiVESSelectionMode   
)

Definition at line 5997 of file widget-helper.c.

◆ lives_tree_store_append()

boolean lives_tree_store_append ( LiVESTreeStore *  ,
LiVESTreeIter *  ,
LiVESTreeIter *  parent 
)

Definition at line 5831 of file widget-helper.c.

◆ lives_tree_store_find_iter()

boolean lives_tree_store_find_iter ( LiVESTreeStore *  ,
int  col,
const char *  val,
LiVESTreeIter *  existing,
LiVESTreeIter *  newiter 
)

Definition at line 11805 of file widget-helper.c.

◆ lives_tree_store_new()

LiVESTreeStore* lives_tree_store_new ( int  ncols,
  ... 
)

Definition at line 5808 of file widget-helper.c.

◆ lives_tree_store_prepend()

boolean lives_tree_store_prepend ( LiVESTreeStore *  ,
LiVESTreeIter *  ,
LiVESTreeIter *  parent 
)

Definition at line 5841 of file widget-helper.c.

◆ lives_tree_store_set()

boolean lives_tree_store_set ( LiVESTreeStore *  ,
LiVESTreeIter *  ,
  ... 
)

Definition at line 5851 of file widget-helper.c.

Referenced by lives_combo_append_text(), and lives_combo_prepend_text().

◆ lives_tree_view_append_column()

int lives_tree_view_append_column ( LiVESTreeView *  ,
LiVESTreeViewColumn *   
)

Definition at line 5909 of file widget-helper.c.

◆ lives_tree_view_column_new_with_attributes()

LiVESTreeViewColumn* lives_tree_view_column_new_with_attributes ( const char *  title,
LiVESCellRenderer *  ,
  ... 
)

Definition at line 5940 of file widget-helper.c.

◆ lives_tree_view_column_set_fixed_width()

boolean lives_tree_view_column_set_fixed_width ( LiVESTreeViewColumn *  ,
int  fwidth 
)

Definition at line 5979 of file widget-helper.c.

◆ lives_tree_view_column_set_sizing()

boolean lives_tree_view_column_set_sizing ( LiVESTreeViewColumn *  ,
LiVESTreeViewColumnSizing  type 
)

Definition at line 5969 of file widget-helper.c.

◆ lives_tree_view_get_hadjustment()

LiVESAdjustment* lives_tree_view_get_hadjustment ( LiVESTreeView *  )

Definition at line 5927 of file widget-helper.c.

◆ lives_tree_view_get_model()

LiVESTreeModel* lives_tree_view_get_model ( LiVESTreeView *  )

Definition at line 5891 of file widget-helper.c.

◆ lives_tree_view_get_selection()

LiVESTreeSelection* lives_tree_view_get_selection ( LiVESTreeView *  )

Definition at line 5900 of file widget-helper.c.

◆ lives_tree_view_new()

LiVESWidget* lives_tree_view_new ( void  )

Definition at line 5873 of file widget-helper.c.

Referenced by create_prefs_dialog().

◆ lives_tree_view_new_with_model()

LiVESWidget* lives_tree_view_new_with_model ( LiVESTreeModel *  )

Definition at line 5864 of file widget-helper.c.

◆ lives_tree_view_set_headers_visible()

boolean lives_tree_view_set_headers_visible ( LiVESTreeView *  ,
boolean  vis 
)

Definition at line 5918 of file widget-helper.c.

Referenced by create_prefs_dialog().

◆ lives_tree_view_set_model()

boolean lives_tree_view_set_model ( LiVESTreeView *  ,
LiVESTreeModel *   
)

Definition at line 5882 of file widget-helper.c.

Referenced by on_prefs_close_clicked(), and on_prefs_revert_clicked().

◆ lives_utf8_strcmpfunc()

int lives_utf8_strcmpfunc ( livesconstpointer  ,
livesconstpointer  ,
livespointer  fwd 
)

Definition at line 11025 of file widget-helper.c.

Referenced by lives_list_sort_alpha().

◆ lives_vbox_new()

LiVESWidget* lives_vbox_new ( boolean  homogeneous,
int  spacing 
)

◆ lives_vbutton_box_new()

LiVESWidget* lives_vbutton_box_new ( void  )

Definition at line 3342 of file widget-helper.c.

◆ lives_volume_button_new()

LiVESWidget* lives_volume_button_new ( LiVESOrientation  orientation,
LiVESAdjustment *  ,
double  volume 
)

Definition at line 7552 of file widget-helper.c.

◆ lives_vpaned_new()

LiVESWidget* lives_vpaned_new ( void  )

Definition at line 3412 of file widget-helper.c.

Referenced by lives_standard_vpaned_new().

◆ lives_vscale_new()

LiVESWidget* lives_vscale_new ( LiVESAdjustment *  )

Definition at line 3383 of file widget-helper.c.

Referenced by amixer_add_channel_slider().

◆ lives_vscrollbar_new()

LiVESWidget* lives_vscrollbar_new ( LiVESAdjustment *  )

Definition at line 3441 of file widget-helper.c.

◆ lives_vseparator_new()

LiVESWidget* lives_vseparator_new ( void  )

◆ lives_widget_add_accelerator()

boolean lives_widget_add_accelerator ( LiVESWidget *  ,
const char *  accel_signal,
LiVESAccelGroup *  accel_group,
uint32_t  accel_key,
LiVESXModifierType  accel_mods,
LiVESAccelFlags  accel_flags 
)

◆ lives_widget_add_events()

boolean lives_widget_add_events ( LiVESWidget *  ,
int  events 
)

Definition at line 4821 of file widget-helper.c.

Referenced by lives_standard_combo_new(), and mt_init_tracks().

◆ lives_widget_apply_theme()

void lives_widget_apply_theme ( LiVESWidget *  ,
LiVESWidgetState  state 
)

◆ lives_widget_apply_theme2()

void lives_widget_apply_theme2 ( LiVESWidget *  ,
LiVESWidgetState  state,
boolean  set_fg 
)

◆ lives_widget_apply_theme3()

void lives_widget_apply_theme3 ( LiVESWidget *  ,
LiVESWidgetState  state 
)

Definition at line 11183 of file widget-helper.c.

Referenced by lives_standard_text_view_new().

◆ lives_widget_apply_theme_dimmed()

void lives_widget_apply_theme_dimmed ( LiVESWidget *  ,
LiVESWidgetState  state,
int  dimval 
)

Definition at line 11200 of file widget-helper.c.

◆ lives_widget_apply_theme_dimmed2()

void lives_widget_apply_theme_dimmed2 ( LiVESWidget *  ,
LiVESWidgetState  state,
int  dimval 
)

◆ lives_widget_color_copy()

LiVESWidgetColor* lives_widget_color_copy ( LiVESWidgetColor *  c1orNULL,
const LiVESWidgetColor *  c2 
)

◆ lives_widget_color_equal()

boolean lives_widget_color_equal ( LiVESWidgetColor *  ,
const LiVESWidgetColor *   
)

Definition at line 2233 of file widget-helper.c.

◆ lives_widget_color_mix()

boolean lives_widget_color_mix ( LiVESWidgetColor *  c1,
const LiVESWidgetColor *  c2,
float  mixval 
)

◆ lives_widget_context_update()

boolean lives_widget_context_update ( void  )

◆ lives_widget_create_painter_surface()

lives_painter_surface_t* lives_widget_create_painter_surface ( LiVESWidget *  )

◆ lives_widget_destroy()

boolean lives_widget_destroy ( LiVESWidget *  )

Definition at line 1553 of file widget-helper.c.

Referenced by _lives_widget_destroy(), add_mt_param_box(), add_rfx_effects(), add_rfx_effects2(), ask_permission_dialog_complex(), autolives_toggle(), check_for_layout_del(), delete_audio_track(), delete_video_track(), do_auto_dialog(), do_comments_dialog(), do_foundclips_query(), do_imgfmts_error(), do_onchange_init(), do_please_install(), do_resize_dlg(), do_startup_interface_query(), do_warning_dialog_with_check(), do_workdir_query(), do_yesno_dialog(), do_yesno_dialog_with_check(), do_yesno_dialogf(), lives_general_button_clicked(), lives_layout_add_label(), mt_change_vals_activate(), mt_delete_clips(), mt_init_tracks(), mt_show_current_frame(), multitrack(), on_amixer_close_clicked(), on_camquit_clicked(), on_capture_activate(), on_clear_event_list_activate(), on_cleardisk_advanced_clicked(), on_export_proj_activate(), on_fade_audio_activate(), on_filechooser_cancel_clicked(), on_filesel_button_clicked(), on_ins_silence_details_clicked(), on_live_fw_activate(), on_live_tvcard_activate(), on_load_set_activate(), on_merge_cancel_clicked(), on_multitrack_activate(), on_ok_file_open_clicked(), on_open_lives2lives_activate(), on_quit_activate(), on_recaudclip_ok_clicked(), on_rename_clip_name(), on_rename_track_activate(), on_resaudio_ok_clicked(), on_save_set_activate(), on_vppa_cancel_clicked(), refresh_rte_window(), reload_clip(), render_to_clip(), resize_widgets_for_monitor(), rte_reset_defs_clicked(), rte_set_defs_activate(), scroll_tracks(), set_new_set_name(), splash_end(), splash_init(), and switch_to_file().

◆ lives_widget_destroy_with()

boolean lives_widget_destroy_with ( LiVESWidget *  ,
LiVESWidget *  dieplease 
)

Definition at line 7221 of file widget-helper.c.

◆ lives_widget_get_allocation_height()

int lives_widget_get_allocation_height ( LiVESWidget *  )

◆ lives_widget_get_allocation_width()

int lives_widget_get_allocation_width ( LiVESWidget *  )

◆ lives_widget_get_allocation_x()

int lives_widget_get_allocation_x ( LiVESWidget *  )

Definition at line 5425 of file widget-helper.c.

Referenced by align_horizontal_with().

◆ lives_widget_get_allocation_y()

int lives_widget_get_allocation_y ( LiVESWidget *  )

Definition at line 5440 of file widget-helper.c.

Referenced by all_expose_overlay().

◆ lives_widget_get_bg_state_color()

boolean lives_widget_get_bg_state_color ( LiVESWidget *  ,
LiVESWidgetState  state,
LiVESWidgetColor *   
)

Definition at line 2213 of file widget-helper.c.

◆ lives_widget_get_display()

LiVESXDisplay* lives_widget_get_display ( LiVESWidget *  )

Definition at line 7229 of file widget-helper.c.

◆ lives_widget_get_display_type()

lives_display_t lives_widget_get_display_type ( LiVESWidget *  )

Definition at line 7285 of file widget-helper.c.

Referenced by lives_widget_get_xwinid().

◆ lives_widget_get_fg_color()

boolean lives_widget_get_fg_color ( LiVESWidget *  ,
LiVESWidgetColor *   
)

Definition at line 11290 of file widget-helper.c.

◆ lives_widget_get_fg_state_color()

boolean lives_widget_get_fg_state_color ( LiVESWidget *  ,
LiVESWidgetState  state,
LiVESWidgetColor *   
)

Definition at line 2191 of file widget-helper.c.

Referenced by lives_widget_get_fg_color().

◆ lives_widget_get_mod_mask()

boolean lives_widget_get_mod_mask ( LiVESWidget *  ,
LiVESXModifierType *  modmask 
)

◆ lives_widget_get_modmask()

boolean lives_widget_get_modmask ( LiVESXDevice *  ,
LiVESWidget *  ,
LiVESXModifierType *  modmask 
)

Definition at line 7195 of file widget-helper.c.

Referenced by on_hrule_update(), and on_timeline_press().

◆ lives_widget_get_no_show_all()

boolean lives_widget_get_no_show_all ( LiVESWidget *  )

Definition at line 4877 of file widget-helper.c.

◆ lives_widget_get_parent()

LiVESWidget* lives_widget_get_parent ( LiVESWidget *  )

◆ lives_widget_get_pointer()

boolean lives_widget_get_pointer ( LiVESXDevice *  ,
LiVESWidget *  ,
int *  x,
int *  y 
)

◆ lives_widget_get_position()

boolean lives_widget_get_position ( LiVESWidget *  ,
int *  x,
int *  y 
)

Definition at line 2802 of file widget-helper.c.

◆ lives_widget_get_preferred_size()

boolean lives_widget_get_preferred_size ( LiVESWidget *  ,
LiVESRequisition *  min_size,
LiVESRequisition *  nat_size 
)

Definition at line 4855 of file widget-helper.c.

◆ lives_widget_get_sensitive()

boolean lives_widget_get_sensitive ( LiVESWidget *  )

Definition at line 1497 of file widget-helper.c.

◆ lives_widget_get_state()

LiVESWidgetState lives_widget_get_state ( LiVESWidget *  widget)

◆ lives_widget_get_toplevel()

LiVESWidget* lives_widget_get_toplevel ( LiVESWidget *  )

◆ lives_widget_get_window()

LiVESWindow* lives_widget_get_window ( LiVESWidget *  )

Definition at line 4771 of file widget-helper.c.

◆ lives_widget_get_xwindow()

LiVESXWindow* lives_widget_get_xwindow ( LiVESWidget *  )

◆ lives_widget_get_xwinid()

uint64_t lives_widget_get_xwinid ( LiVESWidget *  ,
const char *  failure_msg 
)

Definition at line 7298 of file widget-helper.c.

Referenced by on_vppa_ok_clicked().

◆ lives_widget_grab_default()

boolean lives_widget_grab_default ( LiVESWidget *  )

Definition at line 4722 of file widget-helper.c.

Referenced by dlg_focus_changed(), and lives_button_grab_default_special().

◆ lives_widget_grab_focus()

boolean lives_widget_grab_focus ( LiVESWidget *  )

◆ lives_widget_has_default()

boolean lives_widget_has_default ( LiVESWidget *  )

Definition at line 2999 of file widget-helper.c.

◆ lives_widget_has_focus()

boolean lives_widget_has_focus ( LiVESWidget *  )

physical

Definition at line 2981 of file widget-helper.c.

◆ lives_widget_hide()

boolean lives_widget_hide ( LiVESWidget *  )

◆ lives_widget_is_ancestor()

boolean lives_widget_is_ancestor ( LiVESWidget *  ,
LiVESWidget *  ancestor 
)

Definition at line 1740 of file widget-helper.c.

Referenced by rte_reset_defs_clicked().

◆ lives_widget_is_focus()

boolean lives_widget_is_focus ( LiVESWidget *  )

logical

Definition at line 2990 of file widget-helper.c.

◆ lives_widget_is_realized()

boolean lives_widget_is_realized ( LiVESWidget *  )

Definition at line 4916 of file widget-helper.c.

◆ lives_widget_is_sensitive()

boolean lives_widget_is_sensitive ( LiVESWidget *  )

◆ lives_widget_is_visible()

boolean lives_widget_is_visible ( LiVESWidget *  )

◆ lives_widget_nullify_with()

boolean lives_widget_nullify_with ( LiVESWidget *  ,
void **   
)

Definition at line 7213 of file widget-helper.c.

Referenced by widget_add_preview().

◆ lives_widget_object_ref()

boolean lives_widget_object_ref ( livespointer  )

◆ lives_widget_object_ref_sink()

boolean lives_widget_object_ref_sink ( livespointer  )

Definition at line 845 of file widget-helper.c.

◆ lives_widget_object_set_data_auto()

void lives_widget_object_set_data_auto ( LiVESWidgetObject *  ,
const char *  key,
livespointer  data 
)

Definition at line 285 of file widget-helper.c.

Referenced by add_audio_track(), and on_rename_track_activate().

◆ lives_widget_object_set_data_list()

void lives_widget_object_set_data_list ( LiVESWidgetObject *  ,
const char *  key,
LiVESList *  list 
)

◆ lives_widget_object_set_data_widget_object()

void lives_widget_object_set_data_widget_object ( LiVESWidgetObject *  ,
const char *  key,
livespointer  other 
)

Definition at line 298 of file widget-helper.c.

Referenced by add_audio_track().

◆ lives_widget_object_unref()

boolean lives_widget_object_unref ( livespointer  )

◆ lives_widget_process_updates()

boolean lives_widget_process_updates ( LiVESWidget *  )

◆ lives_widget_queue_draw()

boolean lives_widget_queue_draw ( LiVESWidget *  )

◆ lives_widget_queue_draw_and_update()

boolean lives_widget_queue_draw_and_update ( LiVESWidget *  )

◆ lives_widget_queue_draw_area()

boolean lives_widget_queue_draw_area ( LiVESWidget *  ,
int  x,
int  y,
int  width,
int  height 
)

Definition at line 1593 of file widget-helper.c.

Referenced by unpaint_line().

◆ lives_widget_queue_draw_if_visible()

boolean lives_widget_queue_draw_if_visible ( LiVESWidget *  )

◆ lives_widget_queue_resize()

boolean lives_widget_queue_resize ( LiVESWidget *  )

Definition at line 1605 of file widget-helper.c.

Referenced by on_liveinp_advanced_clicked(), and resize_widgets_for_monitor().

◆ lives_widget_realize()

boolean lives_widget_realize ( LiVESWidget *  )

Definition at line 1571 of file widget-helper.c.

◆ lives_widget_remove_accelerator()

boolean lives_widget_remove_accelerator ( LiVESWidget *  ,
LiVESAccelGroup *  ,
uint32_t  accel_key,
LiVESXModifierType  accel_mods 
)

Definition at line 4843 of file widget-helper.c.

◆ lives_widget_reparent()

boolean lives_widget_reparent ( LiVESWidget *  ,
LiVESWidget *  new_parent 
)

Definition at line 1721 of file widget-helper.c.

Referenced by multitrack().

◆ lives_widget_set_app_paintable()

boolean lives_widget_set_app_paintable ( LiVESWidget *  ,
boolean  paintable 
)

◆ lives_widget_set_base_color()

boolean lives_widget_set_base_color ( LiVESWidget *  ,
LiVESWidgetState  state,
const LiVESWidgetColor *   
)

◆ lives_widget_set_bg_color()

boolean lives_widget_set_bg_color ( LiVESWidget *  ,
LiVESWidgetState  state,
const LiVESWidgetColor *   
)

◆ lives_widget_set_border_color()

boolean lives_widget_set_border_color ( LiVESWidget *  ,
LiVESWidgetState  state,
const LiVESWidgetColor *   
)

Definition at line 2165 of file widget-helper.c.

◆ lives_widget_set_can_default()

boolean lives_widget_set_can_default ( LiVESWidget *  ,
boolean  state 
)

◆ lives_widget_set_can_focus()

boolean lives_widget_set_can_focus ( LiVESWidget *  ,
boolean  state 
)

◆ lives_widget_set_can_focus_and_default()

boolean lives_widget_set_can_focus_and_default ( LiVESWidget *  )

◆ lives_widget_set_events()

boolean lives_widget_set_events ( LiVESWidget *  ,
int  events 
)

Definition at line 4830 of file widget-helper.c.

Referenced by make_preview_box(), and widget_add_preview().

◆ lives_widget_set_fg_color()

boolean lives_widget_set_fg_color ( LiVESWidget *  ,
LiVESWidgetState  state,
const LiVESWidgetColor *   
)

◆ lives_widget_set_focus_on_click()

boolean lives_widget_set_focus_on_click ( LiVESWidget *  ,
boolean  focus 
)

Definition at line 4395 of file widget-helper.c.

Referenced by lives_button_set_focus_on_click(), and make_preview_box().

◆ lives_widget_set_frozen()

boolean lives_widget_set_frozen ( LiVESWidget *  ,
boolean  state 
)

Definition at line 7964 of file widget-helper.c.

Referenced by play_file().

◆ lives_widget_set_halign()

boolean lives_widget_set_halign ( LiVESWidget *  ,
LiVESAlign  align 
)

◆ lives_widget_set_hexpand()

boolean lives_widget_set_hexpand ( LiVESWidget *  ,
boolean  state 
)

◆ lives_widget_set_margin()

boolean lives_widget_set_margin ( LiVESWidget *  ,
int  margin 
)

Definition at line 2568 of file widget-helper.c.

◆ lives_widget_set_margin_bottom()

boolean lives_widget_set_margin_bottom ( LiVESWidget *  ,
int  margin 
)

◆ lives_widget_set_margin_left()

boolean lives_widget_set_margin_left ( LiVESWidget *  ,
int  margin 
)

◆ lives_widget_set_margin_right()

boolean lives_widget_set_margin_right ( LiVESWidget *  ,
int  margin 
)

◆ lives_widget_set_margin_top()

boolean lives_widget_set_margin_top ( LiVESWidget *  ,
int  margin 
)

◆ lives_widget_set_maximum_size()

boolean lives_widget_set_maximum_size ( LiVESWidget *  ,
int  width,
int  height 
)

Definition at line 1641 of file widget-helper.c.

◆ lives_widget_set_minimum_size()

boolean lives_widget_set_minimum_size ( LiVESWidget *  ,
int  width,
int  height 
)

Definition at line 1624 of file widget-helper.c.

◆ lives_widget_set_no_show_all()

boolean lives_widget_set_no_show_all ( LiVESWidget *  ,
boolean  set 
)

◆ lives_widget_set_opacity()

boolean lives_widget_set_opacity ( LiVESWidget *  widget,
double  opacity 
)

◆ lives_widget_set_outline_color()

boolean lives_widget_set_outline_color ( LiVESWidget *  ,
LiVESWidgetState  state,
const LiVESWidgetColor *   
)

Definition at line 2151 of file widget-helper.c.

◆ lives_widget_set_pack_type()

boolean lives_widget_set_pack_type ( LiVESBox *  ,
LiVESWidget *  ,
LiVESPackType   
)

Definition at line 7448 of file widget-helper.c.

◆ lives_widget_set_padding()

boolean lives_widget_set_padding ( LiVESWidget *  ,
int  padding 
)

Definition at line 2582 of file widget-helper.c.

◆ lives_widget_set_sensitive()

boolean lives_widget_set_sensitive ( LiVESWidget *  ,
boolean  state 
)

Definition at line 1477 of file widget-helper.c.

Referenced by activate_mt_preview(), add_lmap_error(), add_rfx_effects2(), add_to_clipmenu(), after_vpp_changed(), apply_button_set_enabled(), ce_thumbs_liberate_clip_area(), clear_lmap_errors(), close_current_file(), create_audfade_dialog(), create_camwindow(), create_cds_dialog(), create_comments_dialog(), create_encoder_prep_dialog(), create_insert_dialog(), create_resaudw(), desensitize(), do_effect(), enable_record(), get_region_overlap(), in_out_end_changed(), in_out_start_changed(), invalidate_preview(), lives2lives_read_stream(), lives_menu_add_separator(), lives_progress_bar_pulse(), lives_progress_bar_set_fraction(), lives_widget_set_frozen(), make_preview_box(), mt_backup(), mt_clip_select(), mt_delete_clips(), mt_desensitise(), mt_init_start_end_spins(), mt_post_playback(), mt_prepare_for_playback(), mt_selection_lock(), mt_sensitise(), mt_spin_end_value_changed(), mt_spin_start_value_changed(), mt_swap_play_pause(), multitrack(), multitrack_playall(), on_audio_toggled(), on_camff_clicked(), on_camgrab_clicked(), on_camplay_clicked(), on_camrew_clicked(), on_camstop_clicked(), on_cancel_keep_button_clicked(), on_del_node_clicked(), on_encoder_entry_changed(), on_fit_toggled(), on_fx_insa_clicked(), on_fx_insb_clicked(), on_fx_pre_activate(), on_hrule_reset(), on_insertwsound_toggled(), on_lerrors_clear_clicked(), on_load_audio_activate(), on_load_cdtrack_ok_clicked(), on_lock_selwidth_activate(), on_loop_cont_activate(), on_loop_video_activate(), on_open_activate(), on_open_loc_activate(), on_open_sel_activate(), on_open_utube_activate(), on_open_vcd_activate(), on_paramwindow_button_clicked(), on_playclip_activate(), on_prefs_apply_clicked(), on_prerender_aud_activate(), on_prv_link_toggled(), on_rb_audrec_time_toggled(), on_redo_activate(), on_render_activate(), on_resaudw_asamps_changed(), on_resetp_clicked(), on_rewind_activate(), on_seltrack_activate(), on_set_pvals_clicked(), on_stop_activate(), on_stop_clicked(), on_timeline_press(), on_timeline_release(), on_undo_activate(), on_warn_mask_toggled(), play_file(), prefsw_set_astream_settings(), prefsw_set_rec_after_settings(), procw_desensitize(), reload_set(), remove_current_from_affected_layouts(), render_to_clip(), replace_with_delegates(), rfxbuilder_to_script(), rte_on_off_callback(), rte_window_set_interactive(), sensitize(), sensitize_rfx(), set_interactive(), set_new_set_name(), set_params_unchanged(), set_redoable(), set_undoable(), show_lives(), show_warn_image(), start_render_effect_events(), switch_aud_to_jack(), switch_aud_to_none(), switch_aud_to_pulse(), switch_aud_to_sox(), switch_to_file(), track_select(), unselect_all(), update_rfx_menus(), and update_sel_menu().

◆ lives_widget_set_sensitive_with()

boolean lives_widget_set_sensitive_with ( LiVESWidget *  ,
LiVESWidget *  other 
)

Definition at line 8857 of file widget-helper.c.

Referenced by lives_standard_combo_new().

◆ lives_widget_set_show_hide_parent()

boolean lives_widget_set_show_hide_parent ( LiVESWidget *  )

Definition at line 8937 of file widget-helper.c.

Referenced by align_horizontal_with(), and lives_layout_pack().

◆ lives_widget_set_show_hide_with()

boolean lives_widget_set_show_hide_with ( LiVESWidget *  ,
LiVESWidget *  other 
)

◆ lives_widget_set_size_request()

boolean lives_widget_set_size_request ( LiVESWidget *  ,
int  width,
int  height 
)

◆ lives_widget_set_state()

boolean lives_widget_set_state ( LiVESWidget *  ,
LiVESWidgetState  state 
)

Definition at line 5485 of file widget-helper.c.

◆ lives_widget_set_text_color()

boolean lives_widget_set_text_color ( LiVESWidget *  ,
LiVESWidgetState  state,
const LiVESWidgetColor *   
)

◆ lives_widget_set_text_size()

boolean lives_widget_set_text_size ( LiVESWidget *  ,
LiVESWidgetState  state,
const char *  size 
)

◆ lives_widget_set_tooltip_text()

LiVESWidget* lives_widget_set_tooltip_text ( LiVESWidget *  ,
const char *  text 
)

◆ lives_widget_set_valign()

boolean lives_widget_set_valign ( LiVESWidget *  ,
LiVESAlign  align 
)

◆ lives_widget_set_vexpand()

boolean lives_widget_set_vexpand ( LiVESWidget *  ,
boolean  state 
)

◆ lives_widget_show()

boolean lives_widget_show ( LiVESWidget *  )

◆ lives_widget_show_all()

boolean lives_widget_show_all ( LiVESWidget *  )

◆ lives_widget_show_all_from_bg()

boolean lives_widget_show_all_from_bg ( LiVESWidget *  )

Definition at line 1535 of file widget-helper.c.

◆ lives_widget_show_now()

boolean lives_widget_show_now ( LiVESWidget *  )

◆ lives_widget_unparent()

boolean lives_widget_unparent ( LiVESWidget *  )

◆ lives_window_add_accel_group()

boolean lives_window_add_accel_group ( LiVESWindow *  ,
LiVESAccelGroup *  group 
)

◆ lives_window_center()

boolean lives_window_center ( LiVESWindow *  )

◆ lives_window_fullscreen()

boolean lives_window_fullscreen ( LiVESWindow *  )

Definition at line 2871 of file widget-helper.c.

Referenced by vid_playback_plugin_exit().

◆ lives_window_get_focus()

LiVESWidget* lives_window_get_focus ( LiVESWindow *  )

Definition at line 2907 of file widget-helper.c.

◆ lives_window_get_inner_size()

boolean lives_window_get_inner_size ( LiVESWindow *  ,
int *  x,
int *  y 
)

Definition at line 12240 of file widget-helper.c.

Referenced by get_player_size().

◆ lives_window_get_modal()

boolean lives_window_get_modal ( LiVESWindow *  )

Definition at line 2674 of file widget-helper.c.

◆ lives_window_get_position()

boolean lives_window_get_position ( LiVESWindow *  ,
int *  x,
int *  y 
)

Definition at line 2815 of file widget-helper.c.

◆ lives_window_get_title()

const char* lives_window_get_title ( LiVESWindow *  )

Definition at line 2782 of file widget-helper.c.

◆ lives_window_maximize()

boolean lives_window_maximize ( LiVESWindow *  )

◆ lives_window_move()

boolean lives_window_move ( LiVESWindow *  ,
int  x,
int  y 
)

Definition at line 2793 of file widget-helper.c.

◆ lives_window_new()

LiVESWidget* lives_window_new ( LiVESWindowType  wintype)

Definition at line 2611 of file widget-helper.c.

Referenced by amixer_show(), and splash_init().

◆ lives_window_present()

boolean lives_window_present ( LiVESWindow *  )

◆ lives_window_remove_accel_group()

boolean lives_window_remove_accel_group ( LiVESWindow *  ,
LiVESAccelGroup *  group 
)

Definition at line 3007 of file widget-helper.c.

Referenced by after_param_text_focus_changed(), and multitrack().

◆ lives_window_resize()

boolean lives_window_resize ( LiVESWindow *  ,
int  width,
int  height 
)

Definition at line 2847 of file widget-helper.c.

Referenced by choose_file_with_preview(), on_liveinp_advanced_clicked(), and resize().

◆ lives_window_set_auto_startup_notification()

boolean lives_window_set_auto_startup_notification ( boolean  set)

Definition at line 2727 of file widget-helper.c.

Referenced by splash_init().

◆ lives_window_set_decorated()

boolean lives_window_set_decorated ( LiVESWindow *  ,
boolean  decorated 
)

Definition at line 2718 of file widget-helper.c.

Referenced by create_processing(), and splash_init().

◆ lives_window_set_default_size()

boolean lives_window_set_default_size ( LiVESWindow *  ,
int  width,
int  height 
)

Definition at line 2767 of file widget-helper.c.

Referenced by create_prefs_dialog().

◆ lives_window_set_deletable()

boolean lives_window_set_deletable ( LiVESWindow *  ,
boolean  deletable 
)

Definition at line 2682 of file widget-helper.c.

◆ lives_window_set_hide_titlebar_when_maximized()

boolean lives_window_set_hide_titlebar_when_maximized ( LiVESWindow *  ,
boolean  setting 
)

Definition at line 2833 of file widget-helper.c.

Referenced by lazy_startup_checks(), resize(), and resize_message_area().

◆ lives_window_set_keep_above()

boolean lives_window_set_keep_above ( LiVESWindow *  ,
boolean  keep_below 
)

Definition at line 2709 of file widget-helper.c.

Referenced by do_startup_interface_query(), and do_workdir_query().

◆ lives_window_set_keep_below()

boolean lives_window_set_keep_below ( LiVESWindow *  ,
boolean  keep_below 
)

◆ lives_window_set_modal()

boolean lives_window_set_modal ( LiVESWindow *  ,
boolean  modal 
)

Definition at line 2650 of file widget-helper.c.

◆ lives_window_set_monitor()

boolean lives_window_set_monitor ( LiVESWindow *  window,
int  monnum 
)

Definition at line 2751 of file widget-helper.c.

Referenced by create_processing(), lives_message_dialog_new(), and splash_init().

◆ lives_window_set_position()

boolean lives_window_set_position ( LiVESWindow *  ,
LiVESWindowPosition  pos 
)

Definition at line 2824 of file widget-helper.c.

Referenced by lives_window_uncenter().

◆ lives_window_set_resizable()

boolean lives_window_set_resizable ( LiVESWindow *  ,
boolean  resizable 
)

Definition at line 2691 of file widget-helper.c.

Referenced by create_opensel_dialog().

◆ lives_window_set_title()

boolean lives_window_set_title ( LiVESWindow *  ,
const char *  title 
)

◆ lives_window_set_transient_for()

boolean lives_window_set_transient_for ( LiVESWindow *  ,
LiVESWindow *  parent 
)

Definition at line 2634 of file widget-helper.c.

Referenced by amixer_show(), and choose_file().

◆ lives_window_uncenter()

boolean lives_window_uncenter ( LiVESWindow *  )

Definition at line 11284 of file widget-helper.c.

◆ lives_window_unfullscreen()

boolean lives_window_unfullscreen ( LiVESWindow *  )

Definition at line 2880 of file widget-helper.c.

Referenced by on_sepwin_activate().

◆ lives_window_unmaximize()

boolean lives_window_unmaximize ( LiVESWindow *  )

Definition at line 2898 of file widget-helper.c.

Referenced by choose_file_with_preview(), and resize().

◆ lives_xwindow_create_similar_surface()

lives_painter_surface_t* lives_xwindow_create_similar_surface ( LiVESXWindow *  window,
lives_painter_content_t  cont,
int  width,
int  height 
)

Definition at line 689 of file widget-helper.c.

Referenced by lives_widget_create_painter_surface(), and resize().

◆ lives_xwindow_get_frame_extents()

boolean lives_xwindow_get_frame_extents ( LiVESXWindow *  ,
lives_rect_t  
)

Definition at line 1702 of file widget-helper.c.

◆ lives_xwindow_get_origin()

boolean lives_xwindow_get_origin ( LiVESXWindow *  ,
int *  posx,
int *  posy 
)

Definition at line 1693 of file widget-helper.c.

◆ lives_xwindow_invalidate_rect()

boolean lives_xwindow_invalidate_rect ( LiVESXWindow *  ,
lives_rect_t ,
boolean  inv_childs 
)

Definition at line 1711 of file widget-helper.c.

◆ lives_xwindow_raise()

boolean lives_xwindow_raise ( LiVESXWindow *  )

Definition at line 6312 of file widget-helper.c.

Referenced by do_quick_switch(), and on_vppa_cancel_clicked().

◆ lives_xwindow_set_cursor()

boolean lives_xwindow_set_cursor ( LiVESXWindow *  ,
LiVESXCursor *   
)

Definition at line 6321 of file widget-helper.c.

Referenced by unhide_cursor().

◆ lives_xwindow_set_keep_above()

boolean lives_xwindow_set_keep_above ( LiVESXWindow *  ,
boolean  setting 
)

Definition at line 4780 of file widget-helper.c.

Referenced by prepare_to_play_foreign().

◆ menu_sets_sensitive()

boolean menu_sets_sensitive ( LiVESCheckMenuItem *  ,
LiVESWidget *  ,
boolean  invert 
)

Definition at line 11435 of file widget-helper.c.

◆ menu_sets_visible()

boolean menu_sets_visible ( LiVESCheckMenuItem *  ,
LiVESWidget *  ,
boolean  invert 
)

Definition at line 11448 of file widget-helper.c.

◆ set_button_image_border_colour()

void set_button_image_border_colour ( LiVESButton *  ,
LiVESWidgetState  state,
LiVESWidgetColor *   
)

◆ set_child_alt_colour()

void set_child_alt_colour ( LiVESWidget *  ,
boolean  set_all 
)

◆ set_child_alt_colour_prelight()

void set_child_alt_colour_prelight ( LiVESWidget *  )

Definition at line 11672 of file widget-helper.c.

◆ set_child_colour()

void set_child_colour ( LiVESWidget *  ,
boolean  set_all 
)

◆ set_child_colour3()

void set_child_colour3 ( LiVESWidget *  ,
boolean  set_all 
)

Definition at line 11698 of file widget-helper.c.

◆ set_child_dimmed_colour()

void set_child_dimmed_colour ( LiVESWidget *  ,
int  dim 
)

Definition at line 11611 of file widget-helper.c.

Referenced by lives_standard_label_new().

◆ set_child_dimmed_colour2()

void set_child_dimmed_colour2 ( LiVESWidget *  ,
int  dim 
)

◆ set_submenu_colours()

boolean set_submenu_colours ( LiVESMenu *  ,
LiVESWidgetColor *  colf,
LiVESWidgetColor *  colb 
)

Definition at line 11762 of file widget-helper.c.

Referenced by set_colours(), set_mt_colours(), and set_submenu_colours().

◆ set_tooltips_state()

boolean set_tooltips_state ( LiVESWidget *  ,
boolean  state 
)

Definition at line 11542 of file widget-helper.c.

Referenced by pref_factory_bool().

◆ show_warn_image()

boolean show_warn_image ( LiVESWidget *  ,
const char *  text 
)

Definition at line 7889 of file widget-helper.c.

◆ toggle_button_toggle()

boolean toggle_button_toggle ( LiVESToggleButton *  )

◆ toggle_sets_sensitive()

boolean toggle_sets_sensitive ( LiVESToggleButton *  ,
LiVESWidget *  ,
boolean  invert 
)

set callbacks

Definition at line 11427 of file widget-helper.c.

Referenced by create_insert_dialog().

◆ toggle_sets_sensitive_cond()

boolean toggle_sets_sensitive_cond ( LiVESToggleButton *  ,
LiVESWidget *  ,
livespointer  condsens,
livespointer  condinsens,
boolean  invert 
)

◆ toggle_sets_visible()

boolean toggle_sets_visible ( LiVESToggleButton *  ,
LiVESWidget *  ,
boolean  invert 
)

Definition at line 11440 of file widget-helper.c.

◆ toggle_toggles_var()

boolean toggle_toggles_var ( LiVESToggleButton *  ,
boolean var,
boolean  invert 
)

Definition at line 11485 of file widget-helper.c.

Referenced by create_insert_dialog().

◆ toggle_toolbutton_sets_sensitive()

boolean toggle_toolbutton_sets_sensitive ( LiVESToggleToolButton *  ,
LiVESWidget *  ,
boolean  invert 
)

Definition at line 11431 of file widget-helper.c.

◆ toggle_toolbutton_sets_visible()

boolean toggle_toolbutton_sets_visible ( LiVESToggleToolButton *  ,
LiVESWidget *  ,
boolean  invert 
)

Definition at line 11444 of file widget-helper.c.

◆ unhide_cursor()

boolean unhide_cursor ( LiVESXWindow *  )

Definition at line 12056 of file widget-helper.c.

Referenced by mt_post_playback().

◆ widget_act_toggle()

boolean widget_act_toggle ( LiVESWidget *  ,
LiVESWidget *   
)

Definition at line 11455 of file widget-helper.c.

◆ widget_color_to_lives_rgba()

lives_colRGBA64_t* widget_color_to_lives_rgba ( lives_colRGBA64_t ,
LiVESWidgetColor *   
)

◆ widget_helper_init()

boolean widget_helper_init ( void  )

Definition at line 10919 of file widget-helper.c.

◆ widget_helper_set_stock_icon_alts()

void widget_helper_set_stock_icon_alts ( LiVESIconTheme *  )

Definition at line 10909 of file widget-helper.c.

◆ widget_inact_toggle()

boolean widget_inact_toggle ( LiVESWidget *  ,
LiVESWidget *   
)

Definition at line 11466 of file widget-helper.c.

◆ widget_opts_rescale()

boolean widget_opts_rescale ( double  scale)

Definition at line 10991 of file widget-helper.c.

Variable Documentation

◆ def_widget_opts

widget_opts_t def_widget_opts

Definition at line 1443 of file widget-helper.h.

Referenced by widget_helper_init(), and widget_opts_rescale().

◆ LIVES_STOCK_LABEL_APPLY

char LIVES_STOCK_LABEL_APPLY[32]

Definition at line 1385 of file widget-helper.h.

Referenced by widget_helper_init().

◆ LIVES_STOCK_LABEL_CANCEL

char LIVES_STOCK_LABEL_CANCEL[32]

stock labels, these are set up in widget_helper_init()

Definition at line 1377 of file widget-helper.h.

Referenced by choose_file(), and widget_helper_init().

◆ LIVES_STOCK_LABEL_CLOSE

char LIVES_STOCK_LABEL_CLOSE[32]

Definition at line 1386 of file widget-helper.h.

Referenced by widget_helper_init().

◆ LIVES_STOCK_LABEL_CLOSE_WINDOW

char LIVES_STOCK_LABEL_CLOSE_WINDOW[32]

Definition at line 1400 of file widget-helper.h.

Referenced by create_camwindow(), and widget_helper_init().

◆ LIVES_STOCK_LABEL_DELETE

char LIVES_STOCK_LABEL_DELETE[32]

Definition at line 1389 of file widget-helper.h.

Referenced by widget_helper_init().

◆ LIVES_STOCK_LABEL_GO_FORWARD

char LIVES_STOCK_LABEL_GO_FORWARD[32]

Definition at line 1391 of file widget-helper.h.

Referenced by widget_helper_init().

◆ LIVES_STOCK_LABEL_MEDIA_FORWARD

char LIVES_STOCK_LABEL_MEDIA_FORWARD[32]

Definition at line 1393 of file widget-helper.h.

Referenced by create_camwindow(), and widget_helper_init().

◆ LIVES_STOCK_LABEL_MEDIA_PAUSE

char LIVES_STOCK_LABEL_MEDIA_PAUSE[32]

Definition at line 1397 of file widget-helper.h.

Referenced by on_camplay_clicked(), and widget_helper_init().

◆ LIVES_STOCK_LABEL_MEDIA_PLAY

char LIVES_STOCK_LABEL_MEDIA_PLAY[32]

◆ LIVES_STOCK_LABEL_MEDIA_RECORD

char LIVES_STOCK_LABEL_MEDIA_RECORD[32]

Definition at line 1398 of file widget-helper.h.

Referenced by widget_helper_init().

◆ LIVES_STOCK_LABEL_MEDIA_REWIND

char LIVES_STOCK_LABEL_MEDIA_REWIND[32]

Definition at line 1394 of file widget-helper.h.

Referenced by create_camwindow(), and widget_helper_init().

◆ LIVES_STOCK_LABEL_MEDIA_STOP

char LIVES_STOCK_LABEL_MEDIA_STOP[32]

Definition at line 1395 of file widget-helper.h.

Referenced by create_camwindow(), and widget_helper_init().

◆ LIVES_STOCK_LABEL_NO

char LIVES_STOCK_LABEL_NO[32]

Definition at line 1380 of file widget-helper.h.

Referenced by widget_helper_init().

◆ LIVES_STOCK_LABEL_OK

char LIVES_STOCK_LABEL_OK[32]

Definition at line 1378 of file widget-helper.h.

Referenced by widget_helper_init().

◆ LIVES_STOCK_LABEL_OPEN

char LIVES_STOCK_LABEL_OPEN[32]

Definition at line 1383 of file widget-helper.h.

Referenced by choose_file(), and widget_helper_init().

◆ LIVES_STOCK_LABEL_QUIT

char LIVES_STOCK_LABEL_QUIT[32]

◆ LIVES_STOCK_LABEL_REFRESH

char LIVES_STOCK_LABEL_REFRESH[32]

Definition at line 1388 of file widget-helper.h.

Referenced by widget_helper_init().

◆ LIVES_STOCK_LABEL_REVERT

char LIVES_STOCK_LABEL_REVERT[32]

Definition at line 1387 of file widget-helper.h.

Referenced by widget_helper_init().

◆ LIVES_STOCK_LABEL_SAVE

char LIVES_STOCK_LABEL_SAVE[32]

◆ LIVES_STOCK_LABEL_SAVE_AS

char LIVES_STOCK_LABEL_SAVE_AS[32]

Definition at line 1382 of file widget-helper.h.

Referenced by widget_helper_init().

◆ LIVES_STOCK_LABEL_SELECT

char LIVES_STOCK_LABEL_SELECT[32]

Definition at line 1402 of file widget-helper.h.

Referenced by choose_file(), and widget_helper_init().

◆ LIVES_STOCK_LABEL_SELECT_ALL

char LIVES_STOCK_LABEL_SELECT_ALL[32]

Definition at line 1390 of file widget-helper.h.

Referenced by widget_helper_init().

◆ LIVES_STOCK_LABEL_SKIP

char LIVES_STOCK_LABEL_SKIP[32]

Definition at line 1401 of file widget-helper.h.

Referenced by widget_helper_init().

◆ LIVES_STOCK_LABEL_YES

char LIVES_STOCK_LABEL_YES[32]

Definition at line 1379 of file widget-helper.h.

Referenced by widget_helper_init().

◆ widget_opts

widget_opts_t widget_opts

Definition at line 1442 of file widget-helper.h.

Referenced by add_audio_track(), add_context_label(), add_file_info(), add_fill_to_box(), add_hsep_to_box(), add_mt_param_box(), add_param_label_to_box(), add_param_to_box(), add_resnn_label(), add_spring_to_box(), add_to_clipmenu(), add_video_options(), add_vsep_to_box(), align_horizontal_with(), all_expose_overlay(), amixer_add_channel_slider(), amixer_show(), ask_permission_dialog_complex(), autolives_pre_dialog(), check_for_bad_ffmpeg(), check_for_lock_file(), check_storage_space(), check_workdir_valid(), choose_file(), create_audfade_dialog(), create_camwindow(), create_cds_dialog(), create_cdtrack_dialog(), create_cleardisk_advanced_dialog(), create_clip_info_window(), create_combo_dialog(), create_comments_dialog(), create_encoder_prep_dialog(), create_event_list_dialog(), create_insert_dialog(), create_location_dialog(), create_message_dialog(), create_new_pb_speed(), create_opensel_dialog(), create_pandh_dialog(), create_prefs_dialog(), create_processing(), create_rename_dialog(), create_resaudw(), create_text_window(), do_audio_choice_dialog(), do_effect(), do_error_dialog_with_check(), do_foundclips_query(), do_imgfmts_error(), do_keys_window(), do_messages_window(), do_mix_error(), do_mt_keys_window(), do_please_install(), do_plugin_encoder_error(), do_resize_dlg(), do_startup_interface_query(), do_system_failed_error(), do_workdir_query(), do_write_failed_error_s(), do_write_failed_error_s_with_retry(), explain_missing_activate(), filter_cleanup(), framedraw_add_label(), funkify_dialog(), get_border_size(), get_window_stack_level(), get_wm_caps(), lives2lives_read_stream(), lives_button_box_make_first(), lives_button_new(), lives_button_set_image_from_stock(), lives_check_menu_item_new_with_label(), lives_color_button_set_title(), lives_dialog_add_action_widget(), lives_dialog_add_button_from_stock(), lives_entry_set_text(), lives_expander_new(), lives_glowing_check_button_new(), lives_glowing_tool_button_new(), lives_image_menu_item_new_with_label(), lives_label_new(), lives_label_set_markup(), lives_label_set_text(), lives_layout_add_fill(), lives_layout_add_label(), lives_layout_add_separator(), lives_layout_expansion_row_new(), lives_layout_hbox_new(), lives_layout_label_set_text(), lives_layout_new(), lives_layout_pack(), lives_menu_item_new_with_label(), lives_menu_item_set_text(), lives_menu_set_title(), lives_message_dialog_new(), lives_pixbuf_new_from_stock_at_size(), lives_progress_bar_pulse(), lives_progress_bar_set_fraction(), lives_radio_menu_item_new_with_label(), lives_standard_check_button_new(), lives_standard_check_menu_item_new_with_label(), lives_standard_color_button_new(), lives_standard_combo_new(), lives_standard_drawing_area_new(), lives_standard_entry_new(), lives_standard_formatted_label_new(), lives_standard_frame_new(), lives_standard_hpaned_new(), lives_standard_hscale_new(), lives_standard_hseparator_new(), lives_standard_image_menu_item_new_from_stock(), lives_standard_image_menu_item_new_with_label(), lives_standard_label_new(), lives_standard_menu_item_new(), lives_standard_menu_item_new_with_label(), lives_standard_menu_new(), lives_standard_menu_tool_button_new(), lives_standard_notebook_new(), lives_standard_progress_bar_new(), lives_standard_radio_button_new(), lives_standard_radio_menu_item_new_with_label(), lives_standard_spin_button_new(), lives_standard_switch_new(), lives_standard_table_new(), lives_standard_text_view_new(), lives_standard_tool_button_new(), lives_standard_toolbar_new(), lives_standard_vpaned_new(), lives_standard_vseparator_new(), lives_toolbar_insert_label(), lives_widget_apply_theme(), lives_widget_apply_theme2(), lives_widget_apply_theme3(), lives_widget_apply_theme_dimmed(), lives_widget_apply_theme_dimmed2(), lives_widget_set_show_hide_with(), lives_window_center(), lives_window_get_inner_size(), lives_window_set_title(), load_frame_image(), load_vpp_defaults(), mt_init_start_end_spins(), multitrack(), on_about_activate(), on_capture_activate(), on_cleardisk_activate(), on_decplug_advanced_clicked(), on_delete_rfx_activate(), on_details_button_clicked(), on_fade_activate(), on_fade_pressed(), on_fx_pre_activate(), on_hrule_reset(), on_hrule_set(), on_hrule_update(), on_import_proj_activate(), on_mouse_scroll(), on_mouse_sel_start(), on_mouse_sel_update(), on_promote_rfx_activate(), on_quit_activate(), on_recaudclip_ok_clicked(), on_resaudio_ok_clicked(), on_rte_info_clicked(), on_select_all_activate(), on_send_lives2lives_activate(), on_sepwin_activate(), on_showfct_activate(), on_timeline_press(), on_timeline_update(), on_track_release(), on_vpp_advanced_clicked(), open_vid_playback_plugin(), popup_lmap_errors(), pref_factory_bool(), prepare_to_play_foreign(), prompt_for_script_name(), resize(), rfxbuilder_to_script(), run_youtube_dialog(), script_to_rfxbuilder(), scrolled_textview(), set_mt_colours(), splash_init(), splash_msg(), start_render_effect_events(), startup_message_info(), startup_message_nonfatal_dismissable(), transition_add_in_out(), trash_rb(), update_grav_mode(), update_insert_mode(), widget_add_preview(), widget_helper_init(), and widget_opts_rescale().