Salome HOME
Add setCurrentLine to PyEditor API.
[modules/gui.git] / tools / PyEditor / src / python / PyEditorPy.sip
index 854e7a86b54a01d9e70aea88f2febf7b3f02b807..ec0d1e7cc4c6668570092e3255b71c5db051b03b 100644 (file)
@@ -93,6 +93,7 @@ public slots:
   void deleteSelected();
   void append( const QString& );  
   void setText( const QString& text );
+  void setCurrentLine( int );
 
 protected:
   virtual void keyPressEvent( QKeyEvent* );
@@ -165,6 +166,8 @@ public slots:
 
   void setText( const QString& );
 
+  void setCurrentLine( int );
+
 signals:
   void modificationChanged( bool );
   void undoAvailable( bool );