FloatingPaneMode

value class FloatingPaneMode(val type: Int)

Represents the different modes a floating pane can be in.

Each mode is represented by an integer value. The modes can be combined using bitwise operations.

Available modes:

  • MODE_NONE: The floating pane is not active.

  • MODE_BOTTOM: The floating pane is docked to the bottom of the screen.

  • MODE_SIDE: The floating pane is docked to the side of the screen.

  • MODE_FLOATING: The floating pane is floating freely on the screen.

  • MODE_ALL: A combination of all possible modes.

Constructors

Link copied to clipboard
constructor(type: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val type: Int

Functions

Link copied to clipboard