commands.hpp
A set of command-defining classes that can be fed into widgets using the << operator.
-
class Close : public internal::WidgetCommand
- #include <commands.hpp>
The Close command will prevent the specified widget from accepting further appends (and instead revert to trying parents)
Public Functions
-
inline bool Trigger(internal::WidgetInfo &w) const override
-
inline bool Trigger(internal::WidgetInfo &w) const override