Developer Documentation
Python.cc
1 #include "CoreWidget.hh"
2 
4 
5 
6  if ( OpenFlipper::Options::nogui() )
7  return;
8 
9  if ( pythonWidget_ == 0 ) {
10  pythonWidget_ = new PythonWidget( this );
11  }
12 
13  pythonWidget_->show();
14 }
PythonWidget * pythonWidget_
Pointer to the about widget.
Definition: CoreWidget.hh:1241
void showPythonScriptInterpreter()
Pointer to the OptionsWidget.
Definition: Python.cc:3