]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/controls/ctrl_resize.hpp
Explain what "OSD" is in the title (not in the button, however)
[vlc] / modules / gui / skins2 / controls / ctrl_resize.hpp
index 9a708d7d3653c81507db5b33280c6ac8d8572e2e..01857c78b278d4419b396a97f305aaaecd9748fa 100644 (file)
@@ -59,6 +59,9 @@ class CtrlResize: public CtrlFlat
         /// Get the position of the decorated control in the layout, if any
         virtual const Position *getPosition() const;
 
+        /// Method called when the control is resized
+        virtual void onResize();
+
         /// Get the type of control (custom RTTI)
         virtual string getType() const { return m_rCtrl.getType(); }