Type Alias: AdwInlineViewSwitcherProps
AdwInlineViewSwitcherProps =
WidgetProps&object
Defined in: generated/jsx.ts:5527
Props for the AdwInlineViewSwitcher widget.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
canShrink? | boolean | Whether the toggles can be smaller than the natural size of their contents. If set to TRUE, the toggle labels will ellipsize. See AdwToggleGroup.can-shrink. | generated/jsx.ts:5535 |
children? | ReactNode | - | generated/jsx.ts:5550 |
displayMode? | Adw.InlineViewSwitcherDisplayMode | The display mode. Determines what the toggles display: a label, an icon or both. ![]() | generated/jsx.ts:5543 |
homogeneous? | boolean | Whether all toggles take the same size. | generated/jsx.ts:5545 |
onNotify? | (self, propName) => void | null | Called when any property on this widget changes. Param The widget that emitted the notification Param The name of the property that changed (in kebab-case) | generated/jsx.ts:5556 |
orientation? | Gtk.Orientation | The orientation of the orientable. | generated/jsx.ts:5549 |
ref? | Ref<Adw.InlineViewSwitcher> | - | generated/jsx.ts:5562 |
stack? | Adw.ViewStack | null | The stack the view switcher controls. | generated/jsx.ts:5547 |
