RAGS - v1.10.0
Preparing search index...
widgets/centerbox
CenterBoxProps
Type Alias CenterBoxProps<StartWidget, CenterWidget, EndWidget, Attr, Self>
CenterBoxProps
:
BaseProps
<
Self
,
Gtk.Box.ConstructorProps
&
{
center_widget
?:
CenterWidget
;
children
?:
[
StartWidget
?
,
CenterWidget
?
,
EndWidget
?
]
;
end_widget
?:
EndWidget
;
start_widget
?:
StartWidget
;
vertical
?:
boolean
;
}
,
Attr
,
>
Props for the CenterBox layout widget with start, center, and end slots.
Type Parameters
StartWidget
extends
Gtk.Widget
=
Gtk.Widget
CenterWidget
extends
Gtk.Widget
=
Gtk.Widget
EndWidget
extends
Gtk.Widget
=
Gtk.Widget
Attr
=
unknown
Self
=
CenterBox
<
StartWidget
,
CenterWidget
,
EndWidget
,
Attr
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
RAGS - v1.10.0
Loading...
Props for the CenterBox layout widget with start, center, and end slots.