gtk-d v3.6.6 (2017-08-06T14:57:30Z)
Home
Dub
Repo
PeasGtkConfigurableInterface
peasc
peastypes
Provides an interface for configurable plugins.
struct
PeasGtkConfigurableInterface {
GTypeInterface
gIface
;
extern (
C
)
GtkWidget
*
function
(
PeasGtkConfigurable
*
configurable
)
createConfigureWidget
;
}
Members
Variables
createConfigureWidget
GtkWidget
*
function
(
PeasGtkConfigurable
*
configurable
)
createConfigureWidget
;
gIface
GTypeInterface
gIface
;
The parent interface.
Meta
Source
See Implementation
peasc
peastypes
aliases
PeasExtension
PeasExtensionSetForeachFunc
PeasFactoryFunc
PluginInfoError
enums
PeasPluginInfoError
structs
GIArgument
PeasActivatable
PeasActivatableInterface
PeasEngine
PeasEngineClass
PeasEnginePrivate
PeasExtensionBase
PeasExtensionBaseClass
PeasExtensionBasePrivate
PeasExtensionSet
PeasExtensionSetClass
PeasExtensionSetPrivate
PeasGtkConfigurable
PeasGtkConfigurableInterface
PeasGtkPluginManager
PeasGtkPluginManagerClass
PeasGtkPluginManagerPrivate
PeasGtkPluginManagerView
PeasGtkPluginManagerViewClass
PeasGtkPluginManagerViewPrivate
PeasObjectModule
PeasObjectModuleClass
PeasObjectModulePrivate
PeasPluginInfo
Provides an interface for configurable plugins.