Searched refs:wxLogDialog (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dlogg.cpp99 class wxLogDialog : public wxDialog class in inherits:wxDialog
102 wxLogDialog(wxWindow *parent,
108 virtual ~wxLogDialog();
149 DECLARE_NO_COPY_CLASS(wxLogDialog)
152 BEGIN_EVENT_TABLE(wxLogDialog, wxDialog)
153 EVT_BUTTON(wxID_OK, wxLogDialog::OnOk)
154 EVT_BUTTON(wxID_MORE, wxLogDialog::OnDetails)
156 EVT_BUTTON(wxID_SAVE, wxLogDialog::OnSave)
158 EVT_LIST_ITEM_SELECTED(wxID_ANY, wxLogDialog::OnListSelect)
297 wxLogDialog dl
709 wxLogDialog::wxLogDialog(wxWindow *parent, function in class:wxLogDialog
[all...]

Completed in 110 milliseconds