This commit is contained in:
Paul 2000-11-22 23:03:41 +00:00
parent 8df9ff4010
commit 8134a7d46e

View File

@ -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,