Libxfce4panel.PanelPluginClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
about |
r |
See |
|
configure_plugin |
r |
See |
|
construct |
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 |
|
free_data |
r |
See |
|
mode_changed |
r |
See |
|
nrows_changed |
r |
See |
|
orientation_changed |
r |
See |
|
remote_event |
r |
See |
|
removed |
r |
See |
|
reserved1 |
r |
||
reserved2 |
r |
||
save |
r |
See |
|
screen_position_changed |
r |
See |
|
size_changed |
r |
See |
Methods¶
None
Details¶
- class Libxfce4panel.PanelPluginClass¶
Class of an
Libxfce4panel.PanelPlugin
. The interface can be used to createGObject.Object
based plugin.