Searched defs:wxCHOICEDLG_STYLE (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dchoicdgg.h28 #define wxCHOICEDLG_STYLE \ macro
31 #define wxCHOICEDLG_STYLE \ macro
44 wxAnyChoiceDialog(wxWindow *parent, const wxString& message, const wxString& caption, int n, const wxString *choices, long styleDlg = wxCHOICEDLG_STYLE, const wxPoint& pos = wxDefaultPosition, long styleLbox = wxLB_ALWAYS_SB) argument
55 wxAnyChoiceDialog(wxWindow *parent, const wxString& message, const wxString& caption, const wxArrayString& choices, long styleDlg = wxCHOICEDLG_STYLE, const wxPoint& pos = wxDefaultPosition, long styleLbox = wxLB_ALWAYS_SB) argument
172 wxMultiChoiceDialog(wxWindow *parent, const wxString& message, const wxString& caption, int n, const wxString *choices, long style = wxCHOICEDLG_STYLE, const wxPoint& pos = wxDefaultPosition) argument
182 wxMultiChoiceDialog(wxWindow *parent, const wxString& message, const wxString& caption, const wxArrayString& choices, long style = wxCHOICEDLG_STYLE, const wxPoint& pos = wxDefaultPosition) argument
[all...]

Completed in 43 milliseconds