Struct conrod::widget::tabs::Tabs [] [src]

pub struct Tabs<'a> { /* fields omitted */ }

A wrapper around a list of Canvasses that displays them as a list of selectable tabs.

Methods

impl<'a> Tabs<'a>
[src]

Construct some new Canvas Tabs.

Set the initially selected tab with a Canvas via its widget::Id.

Set the padding for all edges.

Layout the tabs horizontally.

Layout the tabs vertically.

Build the Tabs widget with the given styling for its Canvasses.

If the Tabs has some widget::canvas::Style, assign the left padding.

If the Tabs has some widget::canvas::Style, assign the left padding.

If the Tabs has some widget::canvas::Style, assign the left padding.

If the Tabs has some widget::canvas::Style, assign the left padding.

The width of a vertical Tabs selection bar, or the height of a horizontal one.

Build the type's self.$($assignee).+ with the given $Type.

Build the type's self.$($assignee).+ with the given $Type.

Build the type's self.$($assignee).+ with the given $Type.

Trait Implementations

impl<'a> Widget for Tabs<'a>
[src]

State to be stored within the Uis widget cache. Read more

Every widget is required to have its own associated Style type. This type is intended to contain high-level styling information for the widget that can be optionally specified by a user of the widget. Read more

The type of event yielded by the widget, returned via the Widget::set function. Read more

Return the initial State of the Widget. Read more

Return the styling of the widget. Read more

The area on which child widgets will be placed when using the Place Positionable methods.

Update the state of the Tabs.

The default Position for the widget along the x axis. Read more

The default Position for the widget along the y axis. Read more

The default width for the Widget. Read more

The default height of the widget. Read more

If the widget is draggable, implement this method and return the position and dimensions of the draggable space. The position should be relative to the center of the widget. Read more

Set the parent widget for this Widget by passing the WidgetId of the parent. Read more

Specify that this widget has no parent widgets.

Set whether or not the Widget should be placed on the kid_area. Read more

Indicates that the Widget is used as a non-interactive graphical element for some other widget. Read more

Set whether or not the widget is floating (the default is false). A typical example of a floating widget would be a pop-up or alert window. Read more

Indicates that all widgets who are children of this widget should be cropped to the kid_area of this widget. Read more

Makes the widget's KidArea scrollable. Read more

Makes the widget's KidArea scrollable. Read more

Set whether or not the widget's KidArea is scrollable (the default is false). Read more

A builder method that "lifts" the Widget through the given build function. Read more

A builder method that mutates the Widget with the given mutate function. Read more

A method that conditionally builds the Widget with the given build function. Read more

A method that optionally builds the the Widget with the given build function. Read more

Note: There should be no need to override this method. Read more

impl<'a> Colorable for Tabs<'a>
[src]

Set the color of the widget.

Set the color of the widget from rgba values.

Set the color of the widget from rgb values.

Set the color of the widget from hsla values.

Set the color of the widget from hsl values.

impl<'a> Borderable for Tabs<'a>
[src]

Set the width of the widget's border.

Set the color of the widget's border.

Set the color of the widget's border with rgba values.

Set the color of the widget's border with rgb values.

Set the color of the widget's border with hsla values.

Set the color of the widget's border with hsl values.