Exemplo n.º 1
0
void Entity_registerPreferencesPage()
{
  PreferencesDialog_addDisplayPage(FreeCaller1<PreferenceGroup&, Entity_constructPage>());
}
Exemplo n.º 2
0
void Entity_registerPreferencesPage(){
	PreferencesDialog_addDisplayPage( makeCallbackF(Entity_constructPage) );
}