diff options
Diffstat (limited to 'gui/PopUpWidget.h')
-rw-r--r-- | gui/PopUpWidget.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/PopUpWidget.h b/gui/PopUpWidget.h index bfa549c05a..471e5c9154 100644 --- a/gui/PopUpWidget.h +++ b/gui/PopUpWidget.h @@ -56,12 +56,12 @@ protected: String _label; uint _labelWidth; + int _leftPadding; + int _rightPadding; + public: - PopUpWidget(GuiObject *boss, int x, int y, int w, int h, const String &label, uint labelWidth = 0, WidgetSize ws = kDefaultWidgetSize); PopUpWidget(GuiObject *boss, String name, const String &label, uint labelWidth = 0); - void init(); - void handleMouseDown(int x, int y, int button, int clickCount); void appendEntry(const String &entry, uint32 tag = (uint32)-1); |