21#ifndef __ANTARES_TOOLBOX_ACTION_GUI_H__
22#define __ANTARES_TOOLBOX_ACTION_GUI_H__
25#include "../wx-wrapper.h"
45void Layout(wxSizer* sizer);
50void Refresh(wxWindow* window);
55void Refresh(wxWindow* window, uint delay);
60template<
class FormT,
class ParentT>
61void CreateAndShowModal(ParentT* parent = NULL);
66void Close(wxWindow* window);
71void Close(wxWindow* window, uint delay);
76void ShowModal(wxDialog* window,
bool destroy =
true);
85void Show(wxWindow* window,
bool focus =
true,
bool makeModal =
false);
95void Destroy(wxWindow* window);
100void Destroy(wxTimer* window);
void Close()
Close all resources related to the local policies.
Definition policy.cpp:262