Import find_widget from twidget.

This loads the templated version, which can be handy at times.
This commit is contained in:
Mark de Wever 2008-12-07 15:09:20 +00:00
parent 4db5627a13
commit c03a7fc55b

View file

@ -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;