Exemple #1
0
 virtual void onLoad(  ){
     ::osiris::PythonState __pystate(getPythonThreadState());
     if( ::osiris::PythonOverride func_onLoad = this->get_override( "onLoad" ) )
         func_onLoad(  );
     else{
         __pystate.leave();
         this->::osiris::IHtmlControl::onLoad(  );
     }
 }
Exemple #2
0
 virtual void onLoad(  ){
     ::osiris::PythonState __pystate(getPythonThreadState());
     if( ::osiris::PythonOverride func_onLoad = this->get_override( "onLoad" ) )
         func_onLoad(  );
     else{
         __pystate.leave();
         this->::osiris::ExtensionsModuleViewerHidden::onLoad(  );
     }
 }