platformtools
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
platformtools
rtlwindows
/
io.github.kdroidfilter.platformtools.rtlwindows
Package-level
declarations
Functions
Properties
Properties
GWL_
EXSTYLE
Link copied to clipboard
const
val
GWL_EXSTYLE
:
Int
SWP_
FRAMECHANGED
Link copied to clipboard
const
val
SWP_FRAMECHANGED
:
Int
=
32
SWP_
NOMOVE
Link copied to clipboard
const
val
SWP_NOMOVE
:
Int
=
1
SWP_
NOSIZE
Link copied to clipboard
const
val
SWP_NOSIZE
:
Int
=
2
SWP_
NOZORDER
Link copied to clipboard
const
val
SWP_NOZORDER
:
Int
=
4
WS_
EX_
LAYOUTRTL
Link copied to clipboard
const
val
WS_EX_LAYOUTRTL
:
Int
WS_
EX_
RTLREADING
Link copied to clipboard
const
val
WS_EX_RTLREADING
:
Int
Functions
set
Windows
Rtl
Layout
Link copied to clipboard
fun
Window
.
setWindowsRtlLayout
(
)
Apply or remove RTL mirroring on the given AWT/Compose
Window
.