Enums

Details

class Libxfce4panel.PanelPluginMode(value)

Bases: GObject.GEnum

Orientation of the plugin in the panel.

New in version 4.10.

HORIZONTAL = 0

Horizontal panel and plugins

VERTICAL = 1

Vertical rotated panel and plugins

DESKBAR = 2

Vertical panel with horizontal plugins

class Libxfce4panel.PanelPluginProviderPropType(value)

Bases: GLib.Enum

SET_SIZE = 0
SET_ICON_SIZE = 1
SET_BACKGROUND_IMAGE = 10
ACTION_REMOVED = 11
ACTION_SAVE = 12
ACTION_QUIT = 13
ACTION_QUIT_FOR_RESTART = 14
ACTION_BACKGROUND_UNSET = 15
ACTION_SHOW_CONFIGURE = 16
ACTION_SHOW_ABOUT = 17
ACTION_ASK_REMOVE = 18
SET_OPACITY = 19
SET_DARK_MODE = 2
SET_MODE = 3
SET_SCREEN_POSITION = 4
SET_BACKGROUND_ALPHA = 5
SET_NROWS = 6
SET_LOCKED = 7
SET_SENSITIVE = 8
SET_BACKGROUND_COLOR = 9
class Libxfce4panel.PanelPluginProviderSignal(value)

Bases: GLib.Enum

MOVE_PLUGIN = 0
EXPAND_PLUGIN = 1
PANEL_LOGOUT = 10
PANEL_ABOUT = 11
PANEL_HELP = 12
SHOW_CONFIGURE = 13
SHOW_ABOUT = 14
FOCUS_PLUGIN = 15
SHRINK_PLUGIN = 16
UNSHRINK_PLUGIN = 17
COLLAPSE_PLUGIN = 2
SMALL_PLUGIN = 3
UNSMALL_PLUGIN = 4
LOCK_PANEL = 5
UNLOCK_PANEL = 6
REMOVE_PLUGIN = 7
ADD_NEW_ITEMS = 8
PANEL_PREFERENCES = 9
class Libxfce4panel.ScreenPosition(value)

Bases: GObject.GEnum

There are three screen positions for each side of the screen: LEFT/TOP, CENTER and RIGHT/BOTTOM. The Libxfce4panel.ScreenPosition is expressed as navigational direction, with possible addition of H or V to denote horizontal and vertical orientation. Additionally there are two floating positions, horizontal and vertical.

NONE = 0

No position has been set.

NW_H = 1

North West Horizontal

SW_H = 10

South West Horizontal

S = 11

South

SE_H = 12

South East Horizontal

FLOATING_H = 13

Floating Horizontal

FLOATING_V = 14

Floating Vertical

N = 2

North

NE_H = 3

North East Horizontal

NW_V = 4

North West Vertical

W = 5

West

SW_V = 6

South West Vertical

NE_V = 7

North East Vertical

E = 8

East

SE_V = 9

South East Vertical