Searched refs:caption (Results 1 - 25 of 84) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dchoicdgg.h46 const wxString& caption,
52 (void)Create(parent, message, caption, n, choices,
57 const wxString& caption,
63 (void)Create(parent, message, caption, choices,
69 const wxString& caption,
76 const wxString& caption,
106 const wxString& caption,
114 const wxString& caption,
122 const wxString& caption,
130 const wxString& caption,
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...]
H A Dnumdlgg.h37 const wxString& caption,
70 const wxString& caption,
H A Dtextdlgg.h41 const wxString& caption = wxGetTextFromUserPromptStr,
79 const wxString& caption = wxGetPasswordFromUserPromptStr,
94 const wxString& caption = wxGetTextFromUserPromptStr,
103 const wxString& caption = wxGetPasswordFromUserPromptStr,
H A Dmsgdlgg.h29 const wxString& caption = wxMessageBoxCaptionStr,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dchoicdgg.cpp85 const wxString& caption,
92 wxSingleChoiceDialog dialog(parent, message, caption, n, choices);
101 const wxString& caption,
110 wxString res = wxGetSingleChoice(message, caption, n, choices, parent,
118 const wxString& caption,
125 wxSingleChoiceDialog dialog(parent, message, caption, n, choices);
136 const wxString& caption,
145 int res = wxGetSingleChoiceIndex(message, caption, n, choices, parent,
153 const wxString& caption,
161 wxSingleChoiceDialog dialog(parent, message, caption,
84 wxGetSingleChoice( const wxString& message, const wxString& caption, int n, const wxString *choices, wxWindow *parent, int WXUNUSED(x), int WXUNUSED(y), bool WXUNUSED(centre), int WXUNUSED(width), int WXUNUSED(height) ) argument
100 wxGetSingleChoice( const wxString& message, const wxString& caption, const wxArrayString& aChoices, wxWindow *parent, int x, int y, bool centre, int width, int height) argument
117 wxGetSingleChoiceIndex( const wxString& message, const wxString& caption, int n, const wxString *choices, wxWindow *parent, int WXUNUSED(x), int WXUNUSED(y), bool WXUNUSED(centre), int WXUNUSED(width), int WXUNUSED(height) ) argument
135 wxGetSingleChoiceIndex( const wxString& message, const wxString& caption, const wxArrayString& aChoices, wxWindow *parent, int x, int y, bool centre, int width, int height) argument
152 wxGetSingleChoiceData( const wxString& message, const wxString& caption, int n, const wxString *choices, void **client_data, wxWindow *parent, int WXUNUSED(x), int WXUNUSED(y), bool WXUNUSED(centre), int WXUNUSED(width), int WXUNUSED(height) ) argument
172 wxGetSingleChoiceData( const wxString& message, const wxString& caption, const wxArrayString& aChoices, void **client_data, wxWindow *parent, int x, int y, bool centre, int width, int height) argument
191 wxGetMultipleChoices(wxArrayInt& selections, const wxString& message, const wxString& caption, int n, const wxString *choices, wxWindow *parent, int WXUNUSED(x), int WXUNUSED(y), bool WXUNUSED(centre), int WXUNUSED(width), int WXUNUSED(height)) argument
214 wxGetMultipleChoices(wxArrayInt& selections, const wxString& message, const wxString& caption, const wxArrayString& aChoices, wxWindow *parent, int x, int y, bool centre, int width, int height) argument
237 Create(wxWindow *parent, const wxString& message, const wxString& caption, int n, const wxString *choices, long styleDlg, const wxPoint& pos, long styleLbox) argument
290 Create(wxWindow *parent, const wxString& message, const wxString& caption, const wxArrayString& choices, long styleDlg, const wxPoint& pos, long styleLbox) argument
330 wxSingleChoiceDialog(wxWindow *parent, const wxString& message, const wxString& caption, int n, const wxString *choices, char **clientData, long style, const wxPoint& WXUNUSED(pos)) argument
342 wxSingleChoiceDialog(wxWindow *parent, const wxString& message, const wxString& caption, const wxArrayString& choices, char **clientData, long style, const wxPoint& WXUNUSED(pos)) argument
353 Create( wxWindow *parent, const wxString& message, const wxString& caption, int n, const wxString *choices, char **clientData, long style, const wxPoint& pos ) argument
378 Create( wxWindow *parent, const wxString& message, const wxString& caption, const wxArrayString& choices, char **clientData, long style, const wxPoint& pos ) argument
434 Create( wxWindow *parent, const wxString& message, const wxString& caption, int n, const wxString *choices, long style, const wxPoint& pos ) argument
458 Create( wxWindow *parent, const wxString& message, const wxString& caption, const wxArrayString& choices, long style, const wxPoint& pos ) argument
[all...]
H A Dtextdlgg.cpp70 const wxString& caption,
74 : wxDialog(parent, wxID_ANY, caption, pos, wxDefaultSize,
175 const wxString& caption,
179 : wxTextEntryDialog(parent, message, caption, value,
68 wxTextEntryDialog(wxWindow *parent, const wxString& message, const wxString& caption, const wxString& value, long style, const wxPoint& pos) argument
173 wxPasswordEntryDialog(wxWindow *parent, const wxString& message, const wxString& caption, const wxString& value, long style, const wxPoint& pos) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dcolordlg.h36 const wxColour& colInit = wxNullColour, const wxString& caption = wxEmptyString);
H A Dmsgdlg.h71 const wxString& caption = wxMessageBoxCaptionStr,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DEditServerListDlg.h36 const wxString& caption,
H A DEditServerListDlg.cpp40 const wxString& caption,
42 const wxString& filename) : wxDialog(parent, -1, caption,
39 EditServerListDlg(wxWindow *parent, const wxString& caption, const wxString& message, const wxString& filename) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/foldbar/foldpanelbar/
H A Dlayouttest.h67 LayoutTest( wxWindow* parent, wxWindowID id = SYMBOL_LAYOUTTEST_IDNAME, const wxString& caption = SYMBOL_LAYOUTTEST_TITLE, const wxPoint& pos = SYMBOL_LAYOUTTEST_POSITION, const wxSize& size = SYMBOL_LAYOUTTEST_SIZE, long style = SYMBOL_LAYOUTTEST_STYLE );
70 bool Create( wxWindow* parent, wxWindowID id = SYMBOL_LAYOUTTEST_IDNAME, const wxString& caption = SYMBOL_LAYOUTTEST_TITLE, const wxPoint& pos = SYMBOL_LAYOUTTEST_POSITION, const wxSize& size = SYMBOL_LAYOUTTEST_SIZE, long style = SYMBOL_LAYOUTTEST_STYLE );
H A Dlayouttest.cpp56 LayoutTest::LayoutTest( wxWindow* parent, wxWindowID id, const wxString& caption, const wxPoint& pos, const wxSize& size, long style ) argument
58 Create(parent, id, caption, pos, size, style);
65 bool LayoutTest::Create( wxWindow* parent, wxWindowID id, const wxString& WXUNUSED(caption), const wxPoint& pos, const wxSize& size, long style )
H A Dfoldtestpanel.h80 FoldTestPanel( wxWindow* parent, wxWindowID id = SYMBOL_FOLDTESTPANEL_IDNAME, const wxString& caption = SYMBOL_FOLDTESTPANEL_TITLE, const wxPoint& pos = SYMBOL_FOLDTESTPANEL_POSITION, const wxSize& size = SYMBOL_FOLDTESTPANEL_SIZE, long style = SYMBOL_FOLDTESTPANEL_STYLE );
83 bool Create( wxWindow* parent, wxWindowID id = SYMBOL_FOLDTESTPANEL_IDNAME, const wxString& caption = SYMBOL_FOLDTESTPANEL_TITLE, const wxPoint& pos = SYMBOL_FOLDTESTPANEL_POSITION, const wxSize& size = SYMBOL_FOLDTESTPANEL_SIZE, long style = SYMBOL_FOLDTESTPANEL_STYLE );
H A Dtest.h80 TestTest( wxWindow* parent, wxWindowID id = SYMBOL_TESTTEST_IDNAME, const wxString& caption = SYMBOL_TESTTEST_TITLE, const wxPoint& pos = SYMBOL_TESTTEST_POSITION, const wxSize& size = SYMBOL_TESTTEST_SIZE, long style = SYMBOL_TESTTEST_STYLE );
83 bool Create( wxWindow* parent, wxWindowID id = SYMBOL_TESTTEST_IDNAME, const wxString& caption = SYMBOL_TESTTEST_TITLE, const wxPoint& pos = SYMBOL_TESTTEST_POSITION, const wxSize& size = SYMBOL_TESTTEST_SIZE, long style = SYMBOL_TESTTEST_STYLE );
H A Dfoldtestpanel.cpp62 FoldTestPanel::FoldTestPanel( wxWindow* parent, wxWindowID id, const wxString& caption, const wxPoint& pos, const wxSize& size, long style ) argument
64 Create(parent, id, caption, pos, size, style);
71 bool FoldTestPanel::Create( wxWindow* parent, wxWindowID id, const wxString& WXUNUSED(caption), const wxPoint& pos, const wxSize& size, long style )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dmsgdlg.h32 wxMessageDialog(wxWindow *parent, const wxString& message, const wxString& caption = wxMessageBoxCaptionStr,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dmsgdlg.h32 wxMessageDialog(wxWindow *parent, const wxString& message, const wxString& caption = wxMessageBoxCaptionStr,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dmsgdlg.h36 const wxString& caption = wxMessageBoxCaptionStr,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dmsgdlg.h36 const wxString& caption = wxMessageBoxCaptionStr,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dmsgdlg.h32 const wxString& caption = wxMessageBoxCaptionStr,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dmsgdlg.h27 const wxString& caption = wxMessageBoxCaptionStr,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dmsgdlg.h27 const wxString& caption = wxMessageBoxCaptionStr,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmsgdlg.cpp38 const wxString& caption,
42 m_caption = caption;
36 wxMessageDialog(wxWindow *parent, const wxString& message, const wxString& caption, long style, const wxPoint& WXUNUSED(pos)) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dmsgdlg.cpp33 const wxString& caption,
37 m_caption = caption;
31 wxMessageDialog(wxWindow *parent, const wxString& message, const wxString& caption, long style, const wxPoint& WXUNUSED(pos)) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dmsgdlg.cpp34 const wxString& caption,
38 m_caption = caption;
32 wxMessageDialog(wxWindow *parent, const wxString& message, const wxString& caption, long style, const wxPoint& WXUNUSED(pos)) argument

Completed in 210 milliseconds

1234