Salome HOME
Merge branch 'V8_3_asterstudy' into V8_3_BR
[modules/gui.git] / tools / PyEditor / src / PyEditor_Window.h
index 1369db1cdaee63dc81e8523c734b679be8f5d066..cd16eddb611366f2010ca284898bc4cd5c682ddb 100644 (file)
@@ -46,6 +46,8 @@ public:
 
   void        loadFile( const QString&, bool = true );
   bool        saveFile( const QString&, bool = true );
+
+  PyEditor_Widget* editor();
   
 protected:
   virtual void closeEvent( QCloseEvent* );