toggle menu
ui
1.0.0-SNAPSHOT
jvm
switch theme
search in API
ui
/
org.jetbrains.jewel.ui.component.styling
/
ActionButton
Action
Button
@
Composable
fun
ActionButton
(
onClick
:
(
)
->
Unit
,
modifier
:
Modifier
=
Modifier
,
enabled
:
Boolean
=
true
,
focusable
:
Boolean
=
true
,
style
:
IconButtonStyle
=
JewelTheme.iconButtonStyle
,
contentPadding
:
PaddingValues
=
PaddingValues(horizontal = 4.dp)
,
interactionSource
:
MutableInteractionSource
=
remember { MutableInteractionSource() }
,
content
:
@
Composable
(
)
->
Unit
)
@
Composable
fun
ActionButton
(
onClick
:
(
)
->
Unit
,
tooltip
:
@
Composable
(
)
->
Unit
,
modifier
:
Modifier
=
Modifier
,
enabled
:
Boolean
=
true
,
focusable
:
Boolean
=
true
,
style
:
IconButtonStyle
=
JewelTheme.iconButtonStyle
,
contentPadding
:
PaddingValues
=
PaddingValues(horizontal = 4.dp)
,
tooltipStyle
:
TooltipStyle
=
JewelTheme.tooltipStyle
,
tooltipPlacement
:
TooltipPlacement
=
FixedCursorPoint(offset = DpOffset(0.dp, 16.dp))
,
interactionSource
:
MutableInteractionSource
=
remember { MutableInteractionSource() }
,
content
:
@
Composable
(
)
->
Unit
)