[−][src]Crate orbtk_widgets
Base OrbTk widget library.
Modules
behaviors | Behavior widgets are provides a default set of event actions like mouse event handling. Use them as child to expand the event behavior of your widget. |
prelude |
Structs
Button | The |
ButtonCtx | Represents a widget context that provides methods to access the properties of a widget. |
Canvas | Canvas is used to render 3D graphics. |
CanvasCtx | Represents a widget context that provides methods to access the properties of a widget. |
CheckBox | The |
CheckBoxCtx | Represents a widget context that provides methods to access the properties of a widget. |
ComboBox | The |
ComboBoxCtx | Represents a widget context that provides methods to access the properties of a widget. |
ComboBoxItem | The |
ComboBoxItemCtx | Represents a widget context that provides methods to access the properties of a widget. |
ComboBoxItemState | The |
ComboBoxState | The |
Container | The |
ContainerCtx | Represents a widget context that provides methods to access the properties of a widget. |
Cursor | The |
CursorCtx | Represents a widget context that provides methods to access the properties of a widget. |
CursorState | |
FontIconBlock | The |
FontIconBlockCtx | Represents a widget context that provides methods to access the properties of a widget. |
Grid | The |
GridCtx | Represents a widget context that provides methods to access the properties of a widget. |
ImageWidget | The |
ImageWidgetCtx | Represents a widget context that provides methods to access the properties of a widget. |
ItemsWidget | The |
ItemsWidgetCtx | Represents a widget context that provides methods to access the properties of a widget. |
ItemsWidgetState | |
ListView | The |
ListViewCtx | Represents a widget context that provides methods to access the properties of a widget. |
ListViewItem | The |
ListViewItemCtx | Represents a widget context that provides methods to access the properties of a widget. |
ListViewItemState | The |
ListViewState | The |
NumericBox |
|
NumericBoxCtx | Represents a widget context that provides methods to access the properties of a widget. |
NumericBoxState | |
Popup | The |
PopupCtx | Represents a widget context that provides methods to access the properties of a widget. |
PopupState | The |
ProgressBar | The |
ProgressBarCtx | Represents a widget context that provides methods to access the properties of a widget. |
ScrollBar | The |
ScrollBarCtx | Represents a widget context that provides methods to access the properties of a widget. |
ScrollIndicator | The |
ScrollIndicatorCtx | Represents a widget context that provides methods to access the properties of a widget. |
ScrollIndicatorState | The |
ScrollViewer | The |
ScrollViewerCtx | Represents a widget context that provides methods to access the properties of a widget. |
ScrollViewerState | The |
Slider | The |
SliderCtx | Represents a widget context that provides methods to access the properties of a widget. |
SliderState | The |
Stack | The |
StackCtx | Represents a widget context that provides methods to access the properties of a widget. |
Switch | The |
SwitchCtx | Represents a widget context that provides methods to access the properties of a widget. |
SwitchState | State to handle the position of switch toggle. |
TabHeader | The |
TabHeaderCtx | Represents a widget context that provides methods to access the properties of a widget. |
TabHeaderState | The |
TabWidget | The |
TabWidgetCtx | Represents a widget context that provides methods to access the properties of a widget. |
TabWidgetState | Through the TabWidgetState it is possible to control the behaviour of TabWidget. Nearly every called function on TabWidgetState will not be executed immediatly, but they are instead stored and executed during the update phase, in the same order they are submitted. |
TextBlock | The |
TextBlockCtx | Represents a widget context that provides methods to access the properties of a widget. |
TextBox | The |
TextBoxCtx | Represents a widget context that provides methods to access the properties of a widget. |
ToggleButton | The |
ToggleButtonCtx | Represents a widget context that provides methods to access the properties of a widget. |
Window | The |
WindowCtx | Represents a widget context that provides methods to access the properties of a widget. |
Enums
InputAction |
Statics
ID_INPUT | |
STYLE_BTN | |
STYLE_INPUT | |
STYLE_PROGRESS_BAR | |
STYLE_PROGRESS_BAR_INDICATOR | |
STYLE_SCROLL_BAR | |
STYLE_SLIDER | |
STYLE_TEXT_BOX | |
STYLE_WINDOW |
Functions
button | Gets a context wrapper to access the properties of the widget. |
canvas | Gets a context wrapper to access the properties of the widget. |
check_box | Gets a context wrapper to access the properties of the widget. |
combo_box | Gets a context wrapper to access the properties of the widget. |
combo_box_item | Gets a context wrapper to access the properties of the widget. |
container | Gets a context wrapper to access the properties of the widget. |
cursor | Gets a context wrapper to access the properties of the widget. |
font_icon_block | Gets a context wrapper to access the properties of the widget. |
grid | Gets a context wrapper to access the properties of the widget. |
image_widget | Gets a context wrapper to access the properties of the widget. |
items_widget | Gets a context wrapper to access the properties of the widget. |
list_view | Gets a context wrapper to access the properties of the widget. |
list_view_item | Gets a context wrapper to access the properties of the widget. |
numeric_box | Gets a context wrapper to access the properties of the widget. |
popup | Gets a context wrapper to access the properties of the widget. |
progress_bar | Gets a context wrapper to access the properties of the widget. |
scroll_bar | Gets a context wrapper to access the properties of the widget. |
scroll_indicator | Gets a context wrapper to access the properties of the widget. |
scroll_viewer | Gets a context wrapper to access the properties of the widget. |
slider | Gets a context wrapper to access the properties of the widget. |
stack | Gets a context wrapper to access the properties of the widget. |
switch | Gets a context wrapper to access the properties of the widget. |
tab_header | Gets a context wrapper to access the properties of the widget. |
tab_widget | Gets a context wrapper to access the properties of the widget. |
text_block | Gets a context wrapper to access the properties of the widget. |
text_box | Gets a context wrapper to access the properties of the widget. |
toggle_button | Gets a context wrapper to access the properties of the widget. |
window | Gets a context wrapper to access the properties of the widget. |