Interface

Gtk-3.0GtkScaleButtonConstructorProps

interface ConstructorProps {
    action_name: string;
    action_target: GLib.Variant;
    actionName: string;
    actionTarget: GLib.Variant;
    adjustment: Gtk.Adjustment;
    always_show_image: boolean;
    alwaysShowImage: boolean;
    app_paintable: boolean;
    appPaintable: boolean;
    border_width: number;
    borderWidth: number;
    can_default: boolean;
    can_focus: boolean;
    canDefault: boolean;
    canFocus: boolean;
    child: Gtk.Widget;
    composite_child: boolean;
    compositeChild: boolean;
    double_buffered: boolean;
    doubleBuffered: boolean;
    events: Gdk.EventMask;
    expand: boolean;
    focus_on_click: boolean;
    focusOnClick: boolean;
    halign: Gtk.Align;
    has_default: boolean;
    has_focus: boolean;
    has_tooltip: boolean;
    hasDefault: boolean;
    hasFocus: boolean;
    hasTooltip: boolean;
    height_request: number;
    heightRequest: number;
    hexpand: boolean;
    hexpand_set: boolean;
    hexpandSet: boolean;
    icons: string[];
    image: Gtk.Widget;
    image_position: Gtk.PositionType;
    imagePosition: Gtk.PositionType;
    is_focus: boolean;
    isFocus: boolean;
    label: string;
    margin: number;
    margin_bottom: number;
    margin_end: number;
    margin_left: number;
    margin_right: number;
    margin_start: number;
    margin_top: number;
    marginBottom: number;
    marginEnd: number;
    marginLeft: number;
    marginRight: number;
    marginStart: number;
    marginTop: number;
    name: string;
    no_show_all: boolean;
    noShowAll: boolean;
    opacity: number;
    orientation: Gtk.Orientation;
    parent: Gtk.Container;
    receives_default: boolean;
    receivesDefault: boolean;
    related_action: Gtk.Action;
    relatedAction: Gtk.Action;
    relief: Gtk.ReliefStyle;
    resize_mode: Gtk.ResizeMode;
    resizeMode: Gtk.ResizeMode;
    scale_factor: number;
    scaleFactor: number;
    sensitive: boolean;
    size: Gtk.IconSize;
    style: Gtk.Style;
    tooltip_markup: string;
    tooltip_text: string;
    tooltipMarkup: string;
    tooltipText: string;
    use_action_appearance: boolean;
    use_stock: boolean;
    use_underline: boolean;
    useActionAppearance: boolean;
    useStock: boolean;
    useUnderline: boolean;
    valign: Gtk.Align;
    value: number;
    vexpand: boolean;
    vexpand_set: boolean;
    vexpandSet: boolean;
    visible: boolean;
    width_request: number;
    widthRequest: number;
    window: Gdk.Window;
    xalign: number;
    yalign: number;
}

Hierarchy (View Summary)

Index

Properties

adjustment: Gtk.Adjustment
icons: string[]
value: number

Properties - Inherited from Gtk.Button.ConstructorProps

action_name: string
action_target: GLib.Variant
actionName: string
actionTarget: GLib.Variant
always_show_image: boolean
alwaysShowImage: boolean
app_paintable: boolean
appPaintable: boolean
border_width: number
borderWidth: number
can_default: boolean
can_focus: boolean
canDefault: boolean
canFocus: boolean
child: Gtk.Widget
composite_child: boolean
compositeChild: boolean
double_buffered: boolean
doubleBuffered: boolean
events: Gdk.EventMask
expand: boolean
focus_on_click: boolean
focusOnClick: boolean
halign: Gtk.Align
has_default: boolean
has_focus: boolean
has_tooltip: boolean
hasDefault: boolean
hasFocus: boolean
hasTooltip: boolean
height_request: number
heightRequest: number
hexpand: boolean
hexpand_set: boolean
hexpandSet: boolean
image: Gtk.Widget
image_position: Gtk.PositionType
imagePosition: Gtk.PositionType
is_focus: boolean
isFocus: boolean
label: string
margin: number
margin_bottom: number
margin_end: number
margin_left: number
margin_right: number
margin_start: number
margin_top: number
marginBottom: number
marginEnd: number
marginLeft: number
marginRight: number
marginStart: number
marginTop: number
name: string
no_show_all: boolean
noShowAll: boolean
opacity: number
parent: Gtk.Container
receives_default: boolean
receivesDefault: boolean
related_action: Gtk.Action
relatedAction: Gtk.Action
resize_mode: Gtk.ResizeMode
resizeMode: Gtk.ResizeMode
scale_factor: number
scaleFactor: number
sensitive: boolean
style: Gtk.Style
tooltip_markup: string
tooltip_text: string
tooltipMarkup: string
tooltipText: string
use_action_appearance: boolean
use_stock: boolean
use_underline: boolean
useActionAppearance: boolean
useStock: boolean
useUnderline: boolean
valign: Gtk.Align
vexpand: boolean
vexpand_set: boolean
vexpandSet: boolean
visible: boolean
width_request: number
widthRequest: number
window: Gdk.Window
xalign: number
yalign: number

Properties - Inherited from Gtk.Orientable.ConstructorProps

orientation: Gtk.Orientation