mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-02 00:42:24 +00:00
whitespaces
svn-id: r9125
This commit is contained in:
parent
78cabd46bb
commit
8c8f22f65a
10
gui/widget.h
10
gui/widget.h
@ -142,9 +142,9 @@ public:
|
||||
StaticTextWidget(Dialog *boss, int x, int y, int w, int h, const String &text, int align);
|
||||
void setValue(int value);
|
||||
void setLabel(const String &label) { _label = label; }
|
||||
const String &getLabel() const { return _label; }
|
||||
void setAlign(int align) { _align = align; }
|
||||
int getAlign() const { return _align; }
|
||||
const String &getLabel() const { return _label; }
|
||||
void setAlign(int align) { _align = align; }
|
||||
int getAlign() const { return _align; }
|
||||
|
||||
protected:
|
||||
void drawWidget(bool hilite);
|
||||
@ -159,8 +159,8 @@ protected:
|
||||
public:
|
||||
ButtonWidget(Dialog *boss, int x, int y, int w, int h, const String &label, uint32 cmd = 0, uint8 hotkey = 0);
|
||||
|
||||
void setCmd(uint32 cmd) { _cmd = cmd; }
|
||||
uint32 getCmd() const { return _cmd; }
|
||||
void setCmd(uint32 cmd) { _cmd = cmd; }
|
||||
uint32 getCmd() const { return _cmd; }
|
||||
|
||||
void handleMouseUp(int x, int y, int button, int clickCount);
|
||||
void handleMouseEntered(int button) { setFlags(WIDGET_HILITED); draw(); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user