diff options
author | Vladimir Krasheninnikov <boba09@list.ru> | 2025-03-16 14:15:20 +0100 |
---|---|---|
committer | Vladimir Krasheninnikov <boba09@list.ru> | 2025-03-16 14:15:20 +0100 |
commit | 80a500afc9f92514f02a1fd2a8a9b012779f3539 (patch) | |
tree | e2a6d172e7953ecfb85e75b68623b6e06c8ce495 /source/windowing/StarImageStretchWidget.hpp | |
parent | e8309c463d58b2ff8aab2e14a5b1e5f5065cecda (diff) |
Add widget.setImageStretchSet
Diffstat (limited to 'source/windowing/StarImageStretchWidget.hpp')
-rw-r--r-- | source/windowing/StarImageStretchWidget.hpp | 2 |
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: |