#include "WPythonWidget.h"
#include <Wt/WTextArea.h>
#include <Wt/WPushButton.h>
#include <Wt/WVBoxLayout.h>
#include <Wt/WMessageBox.h>
#include <Wt/WJavaScript.h>
#include <SceneGraph.h>
#include <pybind11/embed.h>
Go to the source code of this file.