Package io.github.kingpulse.definitions
Class WindowStateAction
- java.lang.Object
-
- io.github.kingpulse.definitions.WindowStateAction
-
public class WindowStateAction extends java.lang.ObjectUsed for the xdo_window_state functions action parameter. See xdo.h or xdotool interface. Author: Edwin Heerschap
-
-
Field Summary
Fields Modifier and Type Field Description static longNET_WM_STATE_ADDstatic longNET_WM_STATE_REMOVEstatic longNET_WM_STATE_TOGGLE
-
Constructor Summary
Constructors Constructor Description WindowStateAction()
-
-
-
Field Detail
-
NET_WM_STATE_REMOVE
public static final long NET_WM_STATE_REMOVE
- See Also:
- Constant Field Values
-
NET_WM_STATE_ADD
public static final long NET_WM_STATE_ADD
- See Also:
- Constant Field Values
-
NET_WM_STATE_TOGGLE
public static final long NET_WM_STATE_TOGGLE
- See Also:
- Constant Field Values
-
-