Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2018-03-06 13:39:44 +0300
committerbubnikv <bubnikv@gmail.com>2018-03-06 13:39:44 +0300
commit4a90ab1f6a1390df4ce332b342536ee61db6ebfd (patch)
treefd39028b4eb5c734cdbcc012251bef3d9c9e8ef4 /xs/src/slic3r/GUI/GUI.hpp
parent51da42734ade81cc789ae9862993771856f6a9dc (diff)
parente26ccfc2479ad373ab86d4c54d11c8e2194d19d8 (diff)
Merge branch 'octoprint'
Diffstat (limited to 'xs/src/slic3r/GUI/GUI.hpp')
-rw-r--r--xs/src/slic3r/GUI/GUI.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/xs/src/slic3r/GUI/GUI.hpp b/xs/src/slic3r/GUI/GUI.hpp
index c6922cebc..d9760ebf3 100644
--- a/xs/src/slic3r/GUI/GUI.hpp
+++ b/xs/src/slic3r/GUI/GUI.hpp
@@ -6,6 +6,7 @@
#include "Config.hpp"
class wxApp;
+class wxWindow;
class wxFrame;
class wxWindow;
class wxMenuBar;
@@ -121,6 +122,8 @@ wxString L_str(std::string str);
// Return wxString from std::string in UTF8
wxString from_u8(std::string str);
+wxWindow *get_widget_by_id(int id);
+
}
}