Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/windowing/StarImageStretchWidget.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/windowing/StarImageStretchWidget.hpp')
-rw-r--r--source/windowing/StarImageStretchWidget.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/windowing/StarImageStretchWidget.hpp b/source/windowing/StarImageStretchWidget.hpp
index cdc4f46..c3ade1c 100644
--- a/source/windowing/StarImageStretchWidget.hpp
+++ b/source/windowing/StarImageStretchWidget.hpp
@@ -9,6 +9,8 @@ STAR_CLASS(ImageStretchWidget);
class ImageStretchWidget : public Widget {
public:
ImageStretchWidget(ImageStretchSet const& imageStretchSet, GuiDirection direction);
+ void setImageStretchSet(String const& beginImage, String const& innerImage, String const& endImage);
+
virtual ~ImageStretchWidget() {}
protected: