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:
authorYuSanka <yusanka@gmail.com>2020-10-13 13:17:39 +0300
committerOleksandra Yushchenko <yusanka@gmail.com>2020-11-02 17:48:30 +0300
commit74d6aea4d488ab4737f58953cc32c1a11f51835b (patch)
tree4531476eeb49f443ce783491ba4f6cc1b52bf931 /src/slic3r/GUI/wxExtensions.hpp
parente6ddcbab0c33d8791c873ee64d70ecc26a2c3d9d (diff)
Custom control: first implementation
Diffstat (limited to 'src/slic3r/GUI/wxExtensions.hpp')
-rw-r--r--src/slic3r/GUI/wxExtensions.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/slic3r/GUI/wxExtensions.hpp b/src/slic3r/GUI/wxExtensions.hpp
index 2bdc68e32..40596b4de 100644
--- a/src/slic3r/GUI/wxExtensions.hpp
+++ b/src/slic3r/GUI/wxExtensions.hpp
@@ -348,6 +348,8 @@ public:
void activate();
void blink();
+ const wxBitmap& get_bmp() const { return bmp.bmp(); }
+
private:
ScalableBitmap bmp;
bool show {false};