Rachel
Toggle table of contents
3.5.0
desktop
Target filter
desktop
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.ui
/
love.yinlin.compose.ui.window
Package-level
declarations
Types
Functions
Types
Context
Menu
Scope
Link copied to clipboard
desktop
@
Stable
class
ContextMenuScope
Functions
Context
Menu
Link copied to clipboard
desktop
@
Composable
fun
ContextMenu
(
menus
:
ContextMenuScope
.
(
)
->
Unit
,
enabled
:
Boolean
=
true
,
content
:
@
Composable
(
)
->
Unit
)
Context
Menu
Provider
Link copied to clipboard
desktop
@
Composable
fun
ContextMenuProvider
(
menus
:
ContextMenuScope
.
(
)
->
Unit
,
enabled
:
Boolean
=
true
,
content
:
@
Composable
(
)
->
Unit
)
Drag
Area
Link copied to clipboard
desktop
@
Composable
fun
WindowScope
.
DragArea
(
enabled
:
Boolean
=
true
,
onLongClick
:
(
Offset
)
->
Unit
?
=
null
,
onDoubleClick
:
(
Offset
)
->
Unit
?
=
null
,
content
:
@
Composable
(
)
->
Unit
)