RAGS - v1.10.0
Preparing search index...
widgets/stack
StackProps
Type Alias StackProps<Children, Attr, Self>
StackProps
:
BaseProps
<
Self
,
Gtk.Stack.ConstructorProps
&
{
children
?:
Children
;
items
?:
[
string
,
Gtk.Widget
]
[]
;
shown
?:
keyof
Children
;
transition
?:
Transition
;
}
,
Attr
,
>
Props for the Stack widget.
Type Parameters
Children
extends
{
[
name
:
string
]:
Widget
}
=
{
[
name
:
string
]:
Widget
}
Attr
=
unknown
Self
=
Stack
<
Children
,
Attr
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
RAGS - v1.10.0
Loading...
Props for the Stack widget.