Struct rstk::check_button::TkCheckButton[][src]

pub struct TkCheckButton {
    pub id: String,
    // some fields omitted
}
Expand description

Refers to a check-button widget

Fields

id: String

Implementations

Sets the function to be called when the button is clicked. This function takes one boolean parameter, which is the new state of the check button.

Toggles the button’s state and calls the button’s command, as if it were clicked.

Returns true/false if button is selected (checked) or not.

Sets the selected (checked) state.

Sets the state of the button, usually normal (clickable) or disabled (unclickable).

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.

Sets how to arrange the image relative to the text.

Sets the font to use for text.

Sets the foreground (text) colour.

Sets an image to display on the widget.

Sets space around the widget. Takes an array of up to four values, specifying the number of pixels on the different sides: Read more

Sets the text label for the widget.

Underlines the character at the given index position.

Sets the width of the widget, in characters

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.