Documentation ¶
Index ¶
- func Bind(tr *desktop.Tracker)
- func BindAddons(tr *desktop.Tracker)
- func BindDbus(tr *desktop.Tracker)
- func BindKeys(tr *desktop.Tracker)
- func BindMouse(tr *desktop.Tracker)
- func BindSignal(tr *desktop.Tracker)
- func BindTray(tr *desktop.Tracker)
- func CycleNext(tr *desktop.Tracker, ws *desktop.Workspace) bool
- func CyclePrevious(tr *desktop.Tracker, ws *desktop.Workspace) bool
- func DecreaseMaster(tr *desktop.Tracker, ws *desktop.Workspace) bool
- func DecreaseProportion(tr *desktop.Tracker, ws *desktop.Workspace) bool
- func DecreaseSlave(tr *desktop.Tracker, ws *desktop.Workspace) bool
- func DisableDecoration(tr *desktop.Tracker, ws *desktop.Workspace) bool
- func DisableTiling(tr *desktop.Tracker, ws *desktop.Workspace) bool
- func Disconnect()
- func EnableDecoration(tr *desktop.Tracker, ws *desktop.Workspace) bool
- func EnableTiling(tr *desktop.Tracker, ws *desktop.Workspace) bool
- func ExecuteAction(action string, tr *desktop.Tracker, ws *desktop.Workspace) bool
- func ExecuteActions(action string, tr *desktop.Tracker, mod string) bool
- func Exit(tr *desktop.Tracker) bool
- func External(command string) bool
- func FullscreenLayout(tr *desktop.Tracker, ws *desktop.Workspace) bool
- func GetProperty(name string) common.Map
- func HorizontalBottomLayout(tr *desktop.Tracker, ws *desktop.Workspace) bool
- func HorizontalTopLayout(tr *desktop.Tracker, ws *desktop.Workspace) bool
- func IncreaseMaster(tr *desktop.Tracker, ws *desktop.Workspace) bool
- func IncreaseProportion(tr *desktop.Tracker, ws *desktop.Workspace) bool
- func IncreaseSlave(tr *desktop.Tracker, ws *desktop.Workspace) bool
- func Introspect() map[string][]string
- func Listen(args []string)
- func MakeMaster(tr *desktop.Tracker, ws *desktop.Workspace) bool
- func MakeMasterNext(tr *desktop.Tracker, ws *desktop.Workspace) bool
- func MakeMasterPrevious(tr *desktop.Tracker, ws *desktop.Workspace) bool
- func MaximizedLayout(tr *desktop.Tracker, ws *desktop.Workspace) bool
- func Method(name string, args []string)
- func NextScreen(tr *desktop.Tracker, ws *desktop.Workspace) bool
- func NextWindow(tr *desktop.Tracker, ws *desktop.Workspace) bool
- func OnExecute(fun func(string, uint, uint))
- func PreviousScreen(tr *desktop.Tracker, ws *desktop.Workspace) bool
- func PreviousWindow(tr *desktop.Tracker, ws *desktop.Workspace) bool
- func Property(name string)
- func Reset(tr *desktop.Tracker, ws *desktop.Workspace) bool
- func Restart(tr *desktop.Tracker) bool
- func Restore(tr *desktop.Tracker, ws *desktop.Workspace) bool
- func SetProperty(name string, obj interface{})
- func ToggleDecoration(tr *desktop.Tracker, ws *desktop.Workspace) bool
- func ToggleTiling(tr *desktop.Tracker, ws *desktop.Workspace) bool
- func VerticalLeftLayout(tr *desktop.Tracker, ws *desktop.Workspace) bool
- func VerticalRightLayout(tr *desktop.Tracker, ws *desktop.Workspace) bool
- type Menu
- type Methods
- func (m Methods) ActionExecute(name string, desktop int32, screen int32) (string, *dbus.Error)
- func (m Methods) DesktopSwitch(desktop int32) (string, *dbus.Error)
- func (m Methods) Introspection() []introspect.Method
- func (m Methods) WindowActivate(id int32) (string, *dbus.Error)
- func (m Methods) WindowToDesktop(id int32, desktop int32) (string, *dbus.Error)
- func (m Methods) WindowToPosition(id int32, x int32, y int32) (string, *dbus.Error)
- func (m Methods) WindowToScreen(id int32, screen int32) (string, *dbus.Error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BindAddons ¶ added in v2.5.1
func BindSignal ¶
func DisableDecoration ¶ added in v2.5.1
func DisableTiling ¶ added in v2.5.1
func Disconnect ¶ added in v2.5.1
func Disconnect()
func EnableDecoration ¶ added in v2.5.1
func EnableTiling ¶ added in v2.5.1
func ExecuteAction ¶ added in v2.5.0
func ExecuteActions ¶ added in v2.5.0
func GetProperty ¶ added in v2.5.0
func HorizontalBottomLayout ¶
func HorizontalTopLayout ¶
func Introspect ¶ added in v2.5.0
func MaximizedLayout ¶ added in v2.5.0
func PreviousScreen ¶ added in v2.5.2
func SetProperty ¶ added in v2.5.0
func SetProperty(name string, obj interface{})
func ToggleDecoration ¶ added in v2.5.1
func ToggleTiling ¶ added in v2.5.1
Types ¶
type Methods ¶ added in v2.5.0
type Methods struct { Naming map[string][]string // Method and arguments names Tracker *desktop.Tracker // Workspace tracker instance }
func (Methods) ActionExecute ¶ added in v2.5.0
func (Methods) DesktopSwitch ¶ added in v2.5.0
func (Methods) Introspection ¶ added in v2.5.0
func (m Methods) Introspection() []introspect.Method
func (Methods) WindowActivate ¶ added in v2.5.0
func (Methods) WindowToDesktop ¶ added in v2.5.0
func (Methods) WindowToPosition ¶ added in v2.5.0
Click to show internal directories.
Click to hide internal directories.