From 5aa5429c62096034769ffdaef92a0fcb5db08301 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 5 Jan 2015 15:47:31 +0300 Subject: Allow set pressed item in widgetgroup and child objects. --- src/gui/widgets/radiogroup.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui/widgets/radiogroup.h') diff --git a/src/gui/widgets/radiogroup.h b/src/gui/widgets/radiogroup.h index 77aa4228d..7cb1689c5 100644 --- a/src/gui/widgets/radiogroup.h +++ b/src/gui/widgets/radiogroup.h @@ -33,7 +33,8 @@ class RadioGroup final : public WidgetGroup A_DELETE_COPY(RadioGroup) - Widget *createWidget(const std::string &name) + Widget *createWidget(const std::string &name, + const bool pressed = false) const override final A_WARN_UNUSED; }; -- cgit v1.2.3-70-g09d2