diff --git a/source/gui/gfactory.h b/source/gui/gfactory.h index 6a01543c3..84d89db16 100644 --- a/source/gui/gfactory.h +++ b/source/gui/gfactory.h @@ -34,10 +34,13 @@ class CGUIFactory { public: + // Creates a frame containing a value button with text label static void createValueButtonFrame(class CGUIObject *_parent, int _x,int _y,int _w, int _h, int _textId, int *_target,int _value); + + // Creates a frame containing a slider button, readout and text label static void createSliderButtonFrame(class CGUIObject *_parent, int _x,int _y,int _w, int _h, int _textId,