Method
IdePreferencesAddinload
Declaration
void
ide_preferences_addin_load (
IdePreferencesAddin* self,
DzlPreferences* preferences
)
Description
This interface method is called when a preferences addin is initialized. It
could be initialized from multiple preferences implementations, so consumers
should use the DzlPreferences
interface to add their preferences controls
to the container.
Such implementations might include a preferences dialog window, or a preferences widget which could be rendered as a perspective.
Available since: | 3.32 |