#if defined(Hiro_Action) namespace hiro { struct pAction : pObject { Declare(Action, Object) auto setEnabled(bool enabled) -> void; auto setVisible(bool visible) -> void; auto _parentMenu() -> maybe; auto _parentMenuBar() -> maybe; auto _parentPopupMenu() -> maybe; auto _synchronize() -> void; unsigned position = 0; }; } #endif