Import find_widget from twidget.
This loads the templated version, which can be handy at times.
This commit is contained in:
parent
4db5627a13
commit
c03a7fc55b
1 changed files with 3 additions and 0 deletions
|
@ -223,6 +223,9 @@ public:
|
|||
const twidget* find_widget(const std::string& id,
|
||||
const bool must_be_active) const;
|
||||
|
||||
/** Import overloaded versions. */
|
||||
using twidget::find_widget;
|
||||
|
||||
/** Inherited from twidget.*/
|
||||
bool has_widget(const twidget* widget) const;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue