Documentation
¶
Index ¶
- func AutoExclusiveZoneEnable(window *gtk.Window)
- func InitForWindow(window *gtk.Window)
- func SetAnchor(window *gtk.Window, side LayerShellEdgeFlags, pinned bool)
- func SetExclusiveZone(window *gtk.Window, size int)
- func SetKeyboardMode(window *gtk.Window, mode LayerShellKeyboardMode)
- func SetLayer(window *gtk.Window, layer LayerShellLayerFlags)
- func SetLayerNamespace(window *gtk.Window, namespace string)
- func SetMargin(window *gtk.Window, side LayerShellEdgeFlags, margin int)
- func SetMonitor(window *gtk.Window, monitor *gdk.Monitor)
- type LayerShellEdgeFlags
- type LayerShellKeyboardMode
- type LayerShellLayerFlags
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AutoExclusiveZoneEnable ¶
func InitForWindow ¶
func SetExclusiveZone ¶
func SetKeyboardMode ¶
func SetKeyboardMode(window *gtk.Window, mode LayerShellKeyboardMode)
func SetLayer ¶
func SetLayer(window *gtk.Window, layer LayerShellLayerFlags)
func SetLayerNamespace ¶
Types ¶
type LayerShellEdgeFlags ¶
type LayerShellEdgeFlags int
const ( LAYER_SHELL_EDGE_LEFT LayerShellEdgeFlags = iota LAYER_SHELL_EDGE_RIGHT LAYER_SHELL_EDGE_TOP LAYER_SHELL_EDGE_BOTTOM )
type LayerShellKeyboardMode ¶
type LayerShellKeyboardMode int
const ( LAYER_SHELL_KEYBOARD_MODE_NONE LayerShellKeyboardMode = iota LAYER_SHELL_KEYBOARD_MODE_EXCLUSIVE LAYER_SHELL_KEYBOARD_MODE_ON_DEMAND LAYER_SHELL_KEYBOARD_MODE_ENTRY_NUMBER )
type LayerShellLayerFlags ¶
type LayerShellLayerFlags int
const ( LAYER_SHELL_LAYER_BACKGROUND LayerShellLayerFlags = iota LAYER_SHELL_LAYER_BOTTOM LAYER_SHELL_LAYER_TOP LAYER_SHELL_LAYER_OVERLAY )
Click to show internal directories.
Click to hide internal directories.