RAGS - v1.10.0
Preparing search index...
widgets/eventbox
newEventBox
Function newEventBox
newEventBox
<
Child
extends
Widget
=
Widget
,
Attr
=
unknown
>
(
...
props
:
[
props
:
EventBoxProps
<
Child
,
Attr
,
EventBox
<
Child
,
Attr
>
>
,
child
?:
Child
,
]
,
)
:
EventBox
<
Child
,
Attr
>
Create a new EventBox for capturing input events on a child widget.
Type Parameters
Child
extends
Widget
=
Widget
Attr
=
unknown
Parameters
...
props
:
[
props
:
EventBoxProps
<
Child
,
Attr
,
EventBox
<
Child
,
Attr
>
>
,
child
?:
Child
]
Returns
EventBox
<
Child
,
Attr
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
RAGS - v1.10.0
Loading...
Create a new EventBox for capturing input events on a child widget.