This commit is contained in:
parent
8df9ff4010
commit
8134a7d46e
1 changed files with 3 additions and 0 deletions
|
@ -34,10 +34,13 @@
|
||||||
class CGUIFactory
|
class CGUIFactory
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
// Creates a frame containing a value button with text label
|
||||||
static void createValueButtonFrame(class CGUIObject *_parent,
|
static void createValueButtonFrame(class CGUIObject *_parent,
|
||||||
int _x,int _y,int _w, int _h,
|
int _x,int _y,int _w, int _h,
|
||||||
int _textId,
|
int _textId,
|
||||||
int *_target,int _value);
|
int *_target,int _value);
|
||||||
|
|
||||||
|
// Creates a frame containing a slider button, readout and text label
|
||||||
static void createSliderButtonFrame(class CGUIObject *_parent,
|
static void createSliderButtonFrame(class CGUIObject *_parent,
|
||||||
int _x,int _y,int _w, int _h,
|
int _x,int _y,int _w, int _h,
|
||||||
int _textId,
|
int _textId,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue