Top | ![]() |
![]() |
![]() |
![]() |
void ide_preferences_addin_load (IdePreferencesAddin *self
,DzlPreferences *preferences
);
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.
void ide_preferences_addin_unload (IdePreferencesAddin *self
,DzlPreferences *preferences
);
This interface method is called when the preferences addin should remove all controls
added to preferences
. This could happen during desctruction of preferences
, or when
the plugin is unloaded.