Struct dui::control::toggle::Toggle [] [src]

pub struct Toggle(_);

See the [IUP Toggle Documentation][1]. [1]: http://webserver2.tecgraf.puc-rio.br/iup/en/elem/iuptoggle.html

Methods

impl Toggle
[src]

[src]

Creates a toggle with no text.

[src]

Creates a toggle with the specified text.

Trait Implementations

impl Element for Toggle
[src]

[src]

Gets the raw IUP handle associated with this element.

[src]

Constructs an Element from a raw IUP handle. Read more

[src]

Gets the [class name][1] the derived object should be targeting. [1]: http://webserver2.tecgraf.puc-rio.br/iup/en/func/iupgetclassname.html Read more

[src]

Constructs a specialized Element object from a general Handle if they are compatible.

[src]

Constructs from a name associated with a element handle (with Element::add_handle_name or LED).

[src]

Constructs an Element from a raw IUP handle. Read more

[src]

Gets the [class name][1] of this element. [1]: http://webserver2.tecgraf.puc-rio.br/iup/en/func/iupgetclassname.html Read more

[src]

Destroys an interface element and all its children. Read more

[src]

Checks if a specific attribute exists in the element.

[src]

Returns the names of all attributes of an element that are set in its internal hash table only. Read more

[src]

Sets an interface element attribute. Read more

[src]

Gets an interface element attribute. Read more

[src]

Sets a raw interface element attribute. Read more

[src]

Gets a raw interface element attribute.

[src]

Associates a element with an attribute. Read more

[src]

Gets the handle associated with an attribute.

[src]

Clears the value associated with an attribute and use the default value.

[src]

Removes an attribute from element and its children if the attrib is inheritable. Read more

[src]

Returns the identifier of an interface element that has an associated handle name using Element::add_handle_name or using LED. Read more

[src]

Associates a handle name with an interface element. Read more

[src]

Clears the handle name association on the specified name. Read more

impl Debug for Toggle
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for Toggle
[src]

impl Clone for Toggle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl DestroyCb for Toggle
[src]

[src]

[src]

impl From<Toggle> for Handle
[src]

[src]

Performs the conversion.

impl Widget for Toggle
[src]

[src]

Creates (maps) the native interface objects corresponding to the given IUP interface elements. Read more

[src]

Unmap the element from the native system. It will also unmap all its children. Read more

[src]

Shows an interfance element. Read more

[src]

Hides an interface element. Read more

impl Node for Toggle
[src]

[src]

Detaches an interface element from its parent. Read more

[src]

Moves an interface element from one position in the hierarchy tree to another. Read more

[src]

Returns the parent of a element.

[src]

Returns the brother of an element.

[src]

Returns the handle of the dialog that contains that interface element. Read more

[src]

Returns the identifier of the child element that has the NAME attribute equals to the given value on the same dialog hierarchy. Read more

[src]

Updates the size and layout of all controls in the same dialog. Read more

[src]

Updates the size and layout of controls after changing size attributes, or attributes that affect the size of the control. Read more

[src]

Mark the element to be redraw when the control returns to the system.

[src]

Mark the element children to be redraw when the control returns to the system.

[src]

Force the element and its children to be redraw immediately.

impl MapCb for Toggle
[src]

[src]

[src]

impl UnmapCb for Toggle
[src]

[src]

[src]

impl GetFocusCb for Toggle
[src]

[src]

[src]

impl KillFocusCb for Toggle
[src]

[src]

[src]

impl EnterWindowCb for Toggle
[src]

[src]

[src]

impl LeaveWindowCb for Toggle
[src]

[src]

[src]

impl HelpCb for Toggle
[src]

[src]

[src]

impl ValueChangedCb for Toggle
[src]

Called after the value was interactively changed by the user.

Called after the ACTION callback, but under the same context.

[src]

[src]

impl ToggleAction for Toggle
[src]

See the ToggleAction documentation.

[src]

[src]

Auto Trait Implementations

impl !Send for Toggle

impl !Sync for Toggle