[][src]Struct gtk::SpinButtonBuilder

pub struct SpinButtonBuilder { /* fields omitted */ }

Implementations

impl SpinButtonBuilder[src]

pub fn new() -> Self[src]

pub fn build(self) -> SpinButton[src]

pub fn adjustment<P: IsA<Adjustment>>(self, adjustment: &P) -> Self[src]

pub fn climb_rate(self, climb_rate: f64) -> Self[src]

pub fn digits(self, digits: u32) -> Self[src]

pub fn numeric(self, numeric: bool) -> Self[src]

pub fn snap_to_ticks(self, snap_to_ticks: bool) -> Self[src]

pub fn update_policy(self, update_policy: SpinButtonUpdatePolicy) -> Self[src]

pub fn value(self, value: f64) -> Self[src]

pub fn wrap(self, wrap: bool) -> Self[src]

pub fn activates_default(self, activates_default: bool) -> Self[src]

pub fn attributes(self, attributes: &AttrList) -> Self[src]

pub fn buffer<P: IsA<EntryBuffer>>(self, buffer: &P) -> Self[src]

pub fn caps_lock_warning(self, caps_lock_warning: bool) -> Self[src]

pub fn completion<P: IsA<EntryCompletion>>(self, completion: &P) -> Self[src]

pub fn editable(self, editable: bool) -> Self[src]

pub fn enable_emoji_completion(self, enable_emoji_completion: bool) -> Self[src]

pub fn has_frame(self, has_frame: bool) -> Self[src]

pub fn im_module(self, im_module: &str) -> Self[src]

pub fn input_hints(self, input_hints: InputHints) -> Self[src]

pub fn input_purpose(self, input_purpose: InputPurpose) -> Self[src]

pub fn invisible_char(self, invisible_char: u32) -> Self[src]

pub fn invisible_char_set(self, invisible_char_set: bool) -> Self[src]

pub fn max_length(self, max_length: i32) -> Self[src]

pub fn max_width_chars(self, max_width_chars: i32) -> Self[src]

pub fn overwrite_mode(self, overwrite_mode: bool) -> Self[src]

pub fn placeholder_text(self, placeholder_text: &str) -> Self[src]

pub fn populate_all(self, populate_all: bool) -> Self[src]

pub fn primary_icon_activatable(self, primary_icon_activatable: bool) -> Self[src]

pub fn primary_icon_gicon<P: IsA<Icon>>(self, primary_icon_gicon: &P) -> Self[src]

pub fn primary_icon_name(self, primary_icon_name: &str) -> Self[src]

pub fn primary_icon_pixbuf(self, primary_icon_pixbuf: &Pixbuf) -> Self[src]

pub fn primary_icon_sensitive(self, primary_icon_sensitive: bool) -> Self[src]

pub fn primary_icon_tooltip_markup(
    self,
    primary_icon_tooltip_markup: &str
) -> Self
[src]

pub fn primary_icon_tooltip_text(self, primary_icon_tooltip_text: &str) -> Self[src]

pub fn progress_fraction(self, progress_fraction: f64) -> Self[src]

pub fn progress_pulse_step(self, progress_pulse_step: f64) -> Self[src]

pub fn secondary_icon_activatable(
    self,
    secondary_icon_activatable: bool
) -> Self
[src]

pub fn secondary_icon_gicon<P: IsA<Icon>>(
    self,
    secondary_icon_gicon: &P
) -> Self
[src]

pub fn secondary_icon_name(self, secondary_icon_name: &str) -> Self[src]

pub fn secondary_icon_pixbuf(self, secondary_icon_pixbuf: &Pixbuf) -> Self[src]

pub fn secondary_icon_sensitive(self, secondary_icon_sensitive: bool) -> Self[src]

pub fn secondary_icon_tooltip_markup(
    self,
    secondary_icon_tooltip_markup: &str
) -> Self
[src]

pub fn secondary_icon_tooltip_text(
    self,
    secondary_icon_tooltip_text: &str
) -> Self
[src]

pub fn shadow_type(self, shadow_type: ShadowType) -> Self[src]

pub fn show_emoji_icon(self, show_emoji_icon: bool) -> Self[src]

pub fn tabs(self, tabs: &TabArray) -> Self[src]

pub fn text(self, text: &str) -> Self[src]

pub fn truncate_multiline(self, truncate_multiline: bool) -> Self[src]

pub fn visibility(self, visibility: bool) -> Self[src]

pub fn width_chars(self, width_chars: i32) -> Self[src]

pub fn xalign(self, xalign: f32) -> Self[src]

pub fn app_paintable(self, app_paintable: bool) -> Self[src]

pub fn can_default(self, can_default: bool) -> Self[src]

pub fn can_focus(self, can_focus: bool) -> Self[src]

pub fn events(self, events: EventMask) -> Self[src]

pub fn expand(self, expand: bool) -> Self[src]

pub fn focus_on_click(self, focus_on_click: bool) -> Self[src]

pub fn halign(self, halign: Align) -> Self[src]

pub fn has_default(self, has_default: bool) -> Self[src]

pub fn has_focus(self, has_focus: bool) -> Self[src]

pub fn has_tooltip(self, has_tooltip: bool) -> Self[src]

pub fn height_request(self, height_request: i32) -> Self[src]

pub fn hexpand(self, hexpand: bool) -> Self[src]

pub fn hexpand_set(self, hexpand_set: bool) -> Self[src]

pub fn is_focus(self, is_focus: bool) -> Self[src]

pub fn margin(self, margin: i32) -> Self[src]

pub fn margin_bottom(self, margin_bottom: i32) -> Self[src]

pub fn margin_end(self, margin_end: i32) -> Self[src]

pub fn margin_start(self, margin_start: i32) -> Self[src]

pub fn margin_top(self, margin_top: i32) -> Self[src]

pub fn name(self, name: &str) -> Self[src]

pub fn no_show_all(self, no_show_all: bool) -> Self[src]

pub fn opacity(self, opacity: f64) -> Self[src]

pub fn parent<P: IsA<Container>>(self, parent: &P) -> Self[src]

pub fn receives_default(self, receives_default: bool) -> Self[src]

pub fn sensitive(self, sensitive: bool) -> Self[src]

pub fn tooltip_markup(self, tooltip_markup: &str) -> Self[src]

pub fn tooltip_text(self, tooltip_text: &str) -> Self[src]

pub fn valign(self, valign: Align) -> Self[src]

pub fn vexpand(self, vexpand: bool) -> Self[src]

pub fn vexpand_set(self, vexpand_set: bool) -> Self[src]

pub fn visible(self, visible: bool) -> Self[src]

pub fn width_request(self, width_request: i32) -> Self[src]

pub fn editing_canceled(self, editing_canceled: bool) -> Self[src]

pub fn orientation(self, orientation: Orientation) -> Self[src]

Trait Implementations

impl Clone for SpinButtonBuilder[src]

impl Default for SpinButtonBuilder[src]

Auto Trait Implementations

impl RefUnwindSafe for SpinButtonBuilder

impl !Send for SpinButtonBuilder

impl !Sync for SpinButtonBuilder

impl Unpin for SpinButtonBuilder

impl UnwindSafe for SpinButtonBuilder

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.