#include <ax/ax_utils.h>
Public Member Functions | |
| AxUIUtilities () | |
Static Public Member Functions | |
| static wxBorder | GetSuitableThemedBorderStyle () |
| Get a reasonable themed border style. | |
| static void | ChooseFolder (wxTextCtrl *textCtrl, wxWindow *win) |
| Choose a folder. | |
| static void | ChooseFile (wxTextCtrl *textCtrl, const wxString &wildcard, const wxString &ext, wxWindow *win) |
| Choose a file. | |
| static wxWindow * | FindWindowByClass (wxWindow *parent, wxClassInfo *info) |
| Find a child window by class. | |
| static wxWindow * | ChildWindowFromPoint (wxWindow *win, const wxPoint &pt, bool hidden=true, int depth=-1) |
| Gets a child window under the given point. | |
| static wxWindow * | ChildWindowFromPoint (const wxPoint &pt, bool hidden=true, int depth=-1) |
| AxUIUtilities::AxUIUtilities | ( | ) | [inline] |
| wxWindow * AxUIUtilities::ChildWindowFromPoint | ( | const wxPoint & | pt, | |
| bool | hidden = true, |
|||
| int | depth = -1 | |||
| ) | [static] |
| wxWindow * AxUIUtilities::ChildWindowFromPoint | ( | wxWindow * | win, | |
| const wxPoint & | pt, | |||
| bool | hidden = true, |
|||
| int | depth = -1 | |||
| ) | [static] |
Gets a child window under the given point.
| void AxUIUtilities::ChooseFile | ( | wxTextCtrl * | textCtrl, | |
| const wxString & | wildcard, | |||
| const wxString & | ext, | |||
| wxWindow * | win | |||
| ) | [static] |
Choose a file.
| void AxUIUtilities::ChooseFolder | ( | wxTextCtrl * | textCtrl, | |
| wxWindow * | win | |||
| ) | [static] |
Choose a folder.
| wxWindow * AxUIUtilities::FindWindowByClass | ( | wxWindow * | parent, | |
| wxClassInfo * | info | |||
| ) | [static] |
Find a child window by class.
| wxBorder AxUIUtilities::GetSuitableThemedBorderStyle | ( | ) | [static] |
Get a reasonable themed border style.
1.5.8