Import line: | PeasUI = imports.gi.PeasUI; |
GIR File: | PeasUI-1.0.gir |
C documentation: | PeasUIConfigurable |
Interface : | Configurable |
Show / Hide Inherited methods, properties and signals |
None |
Method / Constructor | Defined By | |
---|---|---|
Creates the configure dialog widget for the plugin.
Creates the configure dialog widget for the plugin. The default implementation returns NULL.
|
PeasUI.Configurable | |
is_configurable
()
:
Boolean
Returns whether the plugin is configurable.
Returns whether the plugin is configurable. The default implementation of the is_configurable() method will return TRUE if the create_configure_dialog() method was overriden, hence you won't usually need to override this method.
|
PeasUI.Configurable |
None |