QGIS/python/gui/qgscodeeditor.sip

15 lines
321 B
Plaintext
Raw Normal View History

2014-07-12 20:50:08 +10:00
class QgsCodeEditor: QsciScintilla
{
%TypeHeaderCode
#include <qgscodeeditor.h>
%End
public:
QgsCodeEditor( QWidget *parent /TransferThis/ = 0, QString title = "" , bool folding = false, bool margin = false );
~QgsCodeEditor();
bool enableMargin( bool margin );
void enableFolding( bool folding);
};