21 #ifndef __ANTARES_TOOLBOX_ACTION_GUI_H__
22 #define __ANTARES_TOOLBOX_ACTION_GUI_H__
25 #include "../wx-wrapper.h"
38 namespace Dispatcher::GUI
43 void Layout(wxSizer* sizer);
48 void Refresh(wxWindow* window);
53 void Refresh(wxWindow* window, uint delay);
58 template<
class FormT,
class ParentT>
59 void CreateAndShowModal(ParentT* parent = NULL);
64 void Close(wxWindow* window);
69 void Close(wxWindow* window, uint delay);
74 void ShowModal(wxDialog* window,
bool destroy =
true);
83 void Show(wxWindow* window,
bool focus =
true,
bool makeModal =
false);
93 void Destroy(wxWindow* window);
98 void Destroy(wxTimer* window);
void Close()
Close all resources related to the local policies.
Definition: policy.cpp:260