From 8134a7d46e5fcff41dc88c67f0cc0a4d95d6ef27 Mon Sep 17 00:00:00 2001 From: Paul Date: Wed, 22 Nov 2000 23:03:41 +0000 Subject: [PATCH] --- source/gui/gfactory.h | 3 +++ 1 file changed, 3 insertions(+) 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,