Type Alias: AdwInlineViewSwitcherProps
AdwInlineViewSwitcherProps =
WidgetProps&object
Defined in: generated/jsx.ts:4460
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:4468 |
children? | ReactNode | - | generated/jsx.ts:4483 |
displayMode? | Adw.InlineViewSwitcherDisplayMode | The display mode. Determines what the toggles display: a label, an icon or both. ![]() | generated/jsx.ts:4476 |
homogeneous? | boolean | Whether all toggles take the same size. | generated/jsx.ts:4478 |
orientation? | Gtk.Orientation | The orientation of the orientable. | generated/jsx.ts:4482 |
ref? | Ref<Adw.InlineViewSwitcher> | - | generated/jsx.ts:4484 |
stack? | Adw.ViewStack | null | The stack the view switcher controls. | generated/jsx.ts:4480 |
