Skip to main content

Type Alias: AdwInlineViewSwitcherProps

AdwInlineViewSwitcherProps = WidgetProps & object

Defined in: generated/jsx.ts:4460

Props for the AdwInlineViewSwitcher widget.

Type Declaration

NameTypeDescriptionDefined in
canShrink?booleanWhether 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.InlineViewSwitcherDisplayModeThe display mode. Determines what the toggles display: a label, an icon or both. inline-view-switcher-display-modesgenerated/jsx.ts:4476
homogeneous?booleanWhether all toggles take the same size.generated/jsx.ts:4478
orientation?Gtk.OrientationThe orientation of the orientable.generated/jsx.ts:4482
ref?Ref<Adw.InlineViewSwitcher>-generated/jsx.ts:4484
stack?Adw.ViewStack | nullThe stack the view switcher controls.generated/jsx.ts:4480