Module components::native [−][src]
Structs
| ActorManager | |
| Adjustment | |
| BorderImage | BorderImage: uri: uri of a supported image file top: top border slice width right: right border slice width bottom: bottom border slice width left: bottom border slice width |
| BoxLayoutChild | |
| Button | |
| ButtonGroup | |
| Clipboard | |
| ComboBox | |
| Dialog | |
| Entry | |
| Expander | |
| FadeEffect | |
| FloatingWidget | |
| FocusManager | |
| Focusable | |
| Frame | |
| Grid | |
| Icon | |
| IconTheme | |
| Image | |
| ItemFactory | |
| ItemView | |
| KineticScrollView | |
| Label | |
| ListView | |
| Menu | |
| Notebook | |
| Padding | Padding: top: padding from the top right: padding from the right bottom: padding from the bottom left: padding from the left |
| Pager | |
| PathBar | |
| ProgressBar | |
| PushAction | |
| ScrollBar | |
| ScrollView | |
| Settings | |
| Slider | |
| Spinner | |
| Stack | |
| StackChild | |
| Style | |
| Surface | |
| Table | |
| TableChild | |
| TextShadow | TextShadow: h_offset: horizontal shadow offset v_offset: vertical shadow offset blur: blur distance color: shadow color |
| TextureCache | |
| Toggle | |
| Toolbar | |
| Tooltip | |
| Viewport | |
| Widget | |
| Window |
Enums
| Align | Align: Start: Align at the beginning of the axis Middle: Align in the middle of the axis End: Align at the end of the axis |
| AutomaticScroll | |
| DisplayStyle | DisplayStyle: None: The actor is not displayed at all Inline: The actor is displayed as normal |
| FocusDirection | |
| FocusHint | |
| FontWeight | FontWeight: Normal: Normal font weight Bold: Bold font weight Bolder: Bolder font weight Lighter: Lighter font weight |
| ImageScaleMode | ImageScaleMode: None: Do not apply any scaling and center the image within the allocation Fit: Scale the image, but maintain the aspect ratio so that it fits exactly within the allocation Crop: Scale and crop the image so that it covers the entire allocation while retaining the correct aspect ratio |
| KineticScrollViewState | |
| Position | Position: Top: The top position Right: The right position Bottom: The bottom position Left: The left position |
| ScrollPolicy | ScrollPolicy: None: Never scroll Horizontal: Only allow horizontal scrolling Vertical: Only allow vertical scrolling Both: Allow scrolling both horizontally and vertically Automatic: Automatically align scroll to horizontal or vertical direction or both depending on the drag angle. |
| TextAlign | TextAlign: Left: align text to the left Right: align text to the right Center: center the text Justify: justify the text |
| VisibilityStyle | VisibilityStyle: Visible: The actor is visible Hidden: The actor is invisible (but is still allocated space) |
| WindowRotation | WindowRotation: Rotation0: Zero degrees of rotation Rotation90: 90 degrees of rotation Rotation180: 180 degrees of rotation Rotation270: 270 degrees of rotation |