Libxfce4panel.PanelPluginClass

Fields

Name

Type

Access

Description

about

object

r

See Libxfce4panel.PanelPlugin ::about for more information.

configure_plugin

object

r

See Libxfce4panel.PanelPlugin ::configure-plugin for more information.

construct

object

r

This function is for object orientated plugins and triggered after the init function of the object. When this function is triggered, the plugin information like name, display name, comment and unique id are available. This is also the place where you would call functions like Libxfce4panel.PanelPlugin.menu_show_configure(). You can see this as the replacement of Libxfce4panel.PanelPluginFunc for object based plugins.

free_data

object

r

See Libxfce4panel.PanelPlugin ::free-data for more information.

mode_changed

object

r

See Libxfce4panel.PanelPlugin ::mode-changed for more information.

nrows_changed

object

r

See Libxfce4panel.PanelPlugin ::nrows-changed for more information.

orientation_changed

object

r

See Libxfce4panel.PanelPlugin ::orientation-changed for more information.

remote_event

object

r

See Libxfce4panel.PanelPlugin ::remote-event for more information.

removed

object

r

See Libxfce4panel.PanelPlugin ::removed for more information.

reserved1

object

r

reserved2

object

r

save

object

r

See Libxfce4panel.PanelPlugin ::save for more information.

screen_position_changed

object

r

See Libxfce4panel.PanelPlugin ::screen-position-changed for more information.

size_changed

object

r

See Libxfce4panel.PanelPlugin ::size-changed for more information.

Methods

None

Details

class Libxfce4panel.PanelPluginClass

Class of an Libxfce4panel.PanelPlugin. The interface can be used to create GObject.Object based plugin.