Struct rstk::scale::TkScale[][src]

pub struct TkScale {
    pub id: String,
}
Expand description

Refers to a scale widget

Fields

id: String

Implementations

Sets the function to be called whenever the scale value is changed.

Sets the minimum value for the scale.

Sets the maximum value for the scale.

Retrieves the scale’s value.

Set the scale’s value.

Displayed length of scale in pixels.

Sets the state of the widget (normal or disabled).

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Creates a GridLayout instance for placing this widget within its parent.

Sets properties for widget layout directly through Tk: see Tk manual for options. Read more

Removes this widget from layout.

Creates a PackLayout instance for placing this widget within its parent

Sets properties for widget layout

Removes this widget from layout

Returns the widget’s id reference - used within tk

Binds a command to this widget to call on given event pattern

Retrieve the value of a configuration option as a string. Read more

Used to change properties of a widget. This function can be used to directly configure the widget using an option-value string pair: Read more

Destroys a widget and its children.

winfo retrieves information about widget. Read more

Makes this widget the focus window (e.g. for key presses)

Returns the widget x position in pixels, within its parent.

Returns the widget y position in pixels, within its parent.

Returns the widget height in pixels.

Returns the widget width in pixels.

Returns the position of the mouse on screen of widget as (x,y).

Gives the x position of the mouse on screen of widget.

Gives the y position of the mouse on screen of widget.

Height of screen of widget in pixels.

Height of screen of widget in millimetres.

Width of screen of widget in pixels.

Width of screen of widget in millimetres.

Lowers the widget in stacking order.

Raises the widget in stacking order.

Sets property for a given column of the grid layout contained within this widget. Read more

Sets property for a given row of the grid layout contained within this widget. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.