/dports/net-p2p/amule/aMule-2.3.3/src/ |
H A D | ClientDetailDialog.cpp | 73 CastChild(ID_DNAME, wxStaticText)->SetLabel( in OnInitDialog() 77 CastChild(ID_DHASH, wxStaticText)->SetLabel( in OnInitDialog() 87 CastChild(ID_DSOFT, wxStaticText)->SetLabel( in OnInitDialog() 90 CastChild(ID_DSOFT, wxStaticText)->SetLabel( in OnInitDialog() 99 CastChild(ID_DID, wxStaticText)->SetLabel( in OnInitDialog() 103 CastChild(ID_DIP, wxStaticText)->SetLabel( in OnInitDialog() 109 CastChild(ID_DSIP, wxStaticText)->SetLabel( in OnInitDialog() 146 CastChild(ID_DDUP, wxStaticText)->SetLabel( in OnInitDialog() 150 CastChild(ID_DDOWN, wxStaticText)->SetLabel( in OnInitDialog() 154 CastChild(ID_DAVUR, wxStaticText)->SetLabel( in OnInitDialog() [all …]
|
H A D | CatDialog.cpp | 78 CastChild(IDC_TITLE, wxTextCtrl)->SetValue(m_category->title); in BEGIN_EVENT_TABLE() 87 CastChild(IDC_TITLE, wxTextCtrl)->SetValue(_("New Category")); in BEGIN_EVENT_TABLE() 89 CastChild(IDC_COMMENT, wxTextCtrl)->SetValue(wxEmptyString); in BEGIN_EVENT_TABLE() 90 CastChild(IDC_PRIOCOMBO,wxChoice)->SetSelection(0); in BEGIN_EVENT_TABLE() 98 CastChild(IDC_BROWSE, wxButton)->Destroy(); in BEGIN_EVENT_TABLE() 122 wxString dir = CastChild(IDC_INCOMING, wxTextCtrl)->GetValue(); in OnBnClickedBrowse() 128 CastChild(IDC_INCOMING, wxTextCtrl)->SetValue(dir); in OnBnClickedBrowse() 135 wxString newname = CastChild(IDC_TITLE, wxTextCtrl)->GetValue(); in OnBnClickedOk() 194 CastChild(IDC_COMMENT, wxTextCtrl)->GetValue(), in OnBnClickedOk() 196 CastChild(IDC_PRIOCOMBO, wxChoice)->GetSelection()); in OnBnClickedOk() [all …]
|
H A D | SearchDlg.cpp | 90 m_progressbar = CastChild( ID_SEARCHPROGRESS, wxGauge ); in BEGIN_EVENT_TABLE() 93 m_notebook = CastChild( ID_NOTEBOOK, CMuleNotebook ); in BEGIN_EVENT_TABLE() 118 CastChild( IDC_TypeSearch, wxChoice )->SetSelection(0); in BEGIN_EVENT_TABLE() 119 CastChild( IDC_SEARCHMINSIZE, wxChoice )->SetSelection(2); in BEGIN_EVENT_TABLE() 120 CastChild( IDC_SEARCHMAXSIZE, wxChoice )->SetSelection(2); in BEGIN_EVENT_TABLE() 570 CastChild( IDC_SEARCHNAME, wxTextCtrl )->Clear(); in OnBnClickedReset() 571 CastChild( IDC_EDITSEARCHEXTENSION, wxTextCtrl )->Clear(); in OnBnClickedReset() 572 CastChild( IDC_SPINSEARCHMIN, wxSpinCtrl )->SetValue(0); in OnBnClickedReset() 574 CastChild( IDC_SPINSEARCHMAX, wxSpinCtrl )->SetValue(0); in OnBnClickedReset() 577 CastChild( IDC_TypeSearch, wxChoice )->SetSelection(0); in OnBnClickedReset() [all …]
|
H A D | FileDetailDialog.cpp | 102 CastChild(IDC_FSIZE,wxControl)->SetLabel(bufferS); in UpdateData() 105 CastChild(IDC_PARTCOUNT,wxControl)->SetLabel(bufferS); in UpdateData() 112 CastChild(IDC_PROCCOMPL,wxControl)->SetLabel(bufferS); in UpdateData() 114 CastChild(IDC_DATARATE,wxControl)->SetLabel(bufferS); in UpdateData() 116 CastChild(IDC_SOURCECOUNT,wxControl)->SetLabel(bufferS); in UpdateData() 118 CastChild(IDC_SOURCECOUNT2,wxControl)->SetLabel(bufferS); in UpdateData() 122 CastChild(IDC_PARTAVAILABLE,wxControl)->SetLabel(bufferS); in UpdateData() 124 CastChild(IDC_DLACTIVETIME, wxControl)->SetLabel(bufferS); in UpdateData() 138 CastChild(IDC_CMTBT, wxControl)->Enable(!list.empty()); in UpdateData() 242 CastChild(IDC_FILENAME, wxTextCtrl)->SetValue(s); in setValueForFilenameTextEdit() [all …]
|
H A D | ServerWnd.cpp | 60 serverlistctrl = CastChild( ID_SERVERLIST, CServerListCtrl ); in BEGIN_EVENT_TABLE() 63 CastChild( ID_SRV_SPLITTER, wxSplitterWindow )->SetSashGravity(0.5f); in BEGIN_EVENT_TABLE() 68 wxListCtrl* ED2KInfoList = CastChild( ID_ED2KINFO, wxListCtrl ); in BEGIN_EVENT_TABLE() 73 wxListCtrl* KadInfoList = CastChild( ID_KADINFO, wxListCtrl ); in BEGIN_EVENT_TABLE() 99 wxString serveraddr = CastChild( IDC_IPADDRESS, wxTextCtrl )->GetValue(); in OnBnClickedAddserver() 100 long port = StrToULong( CastChild( IDC_SPORT, wxTextCtrl )->GetValue() ); in OnBnClickedAddserver() 116 CastChild( IDC_SERVERNAME, wxTextCtrl )->Clear(); in OnBnClickedAddserver() 117 CastChild( IDC_IPADDRESS, wxTextCtrl )->Clear(); in OnBnClickedAddserver() 118 CastChild( IDC_SPORT, wxTextCtrl )->Clear(); in OnBnClickedAddserver() 158 wxListCtrl* ED2KInfoList = CastChild( ID_ED2KINFO, wxListCtrl ); in UpdateED2KInfo() [all …]
|
H A D | SharedFilesWnd.cpp | 56 m_bar_requests = CastChild( wxT("popbar"), wxGauge ); in BEGIN_EVENT_TABLE() 57 m_bar_accepted = CastChild( wxT("popbarAccept"), wxGauge ); in BEGIN_EVENT_TABLE() 58 m_bar_transfer = CastChild( wxT("popbarTrans"), wxGauge ); in BEGIN_EVENT_TABLE() 59 m_radioClientMode = CastChild( ID_SHOW_CLIENTS_MODE, wxRadioBox ); in BEGIN_EVENT_TABLE() 60 sharedfilesctrl = CastChild( wxT("sharedFilesCt"), CSharedFilesCtrl ); in BEGIN_EVENT_TABLE() 151 CastChild(IDC_SREQUESTED, wxStaticText)->SetLabel( wxT("- / -") ); in SelectionUpdated() 155 CastChild(IDC_SACCEPTED, wxStaticText)->SetLabel( wxT("- / -") ); in SelectionUpdated() 159 CastChild(IDC_STRANSFERRED, wxStaticText)->SetLabel( wxT("- / -") ); in SelectionUpdated() 170 CastChild(IDC_SREQUESTED, wxStaticText)->SetLabel(labelReq); in SelectionUpdated() 176 CastChild(IDC_SACCEPTED, wxStaticText)->SetLabel(labelAcc); in SelectionUpdated() [all …]
|
H A D | PrefsUnifiedDlg.cpp | 204 m_PrefsIcons = CastChild(ID_PREFSLISTCTRL, wxListCtrl); in PrefsUnifiedDlg() 247 CastChild(IDC_BROWSERTABS, wxCheckBox)->Enable(false); in PrefsUnifiedDlg() 343 m_buttonColor = CastChild(IDC_COLOR_BUTTON, wxButton); in PrefsUnifiedDlg() 344 m_choiceColor = CastChild(IDC_COLORSELECTOR, wxChoice); in PrefsUnifiedDlg() 443 CastChild(IDC_EXIT, wxCheckBox)->SetValue(false); in TransferToWindow() 515 CastChild(IDC_NOTIF, wxCheckBox)->SetValue(false); in TransferToWindow() 634 CastChild(IDC_AUTOSERVER, wxCheckBox)->IsChecked() ) { in OnOk() 860 CastChild(event.GetId(), wxCheckBox)->IsChecked() ) { in OnCheckBoxChange() 1029 wxTextCtrl* widget = CastChild( id, wxTextCtrl ); in OnButtonDir() 1069 wxTextCtrl* widget = CastChild( id, wxTextCtrl ); in OnButtonBrowseApplication() [all …]
|
H A D | CommentDialog.cpp | 43 ratebox = CastChild( IDC_RATELIST, wxChoice ); in CCommentDialog() 60 wxString comment = CastChild( IDC_CMT_TEXT, wxTextCtrl )->GetValue(); in BEGIN_EVENT_TABLE() 67 CastChild(IDC_CMT_TEXT, wxTextCtrl)->SetValue(wxEmptyString); in OnBnClickedClear() 77 CastChild(IDC_CMT_TEXT, wxTextCtrl)->SetValue(m_file->GetFileComment()); in OnInitDialog() 78 CastChild(IDC_CMT_TEXT, wxTextCtrl)->SetMaxLength(MAXFILECOMMENTLEN); in OnInitDialog()
|
H A D | AddFriend.cpp | 54 wxString name = CastChild(ID_USERNAME, wxTextCtrl)->GetValue().Strip(wxString::both); in OnAddBtn() 55 wxString hash = CastChild(ID_USERHASH, wxTextCtrl)->GetValue().Strip(wxString::both); in OnAddBtn() 56 wxString fullip = CastChild(ID_IPADDRESS, wxTextCtrl)->GetValue().Strip(wxString::both); in OnAddBtn() 57 uint16 port = StrToULong( CastChild(ID_IPORT, wxTextCtrl)->GetValue() ); in OnAddBtn()
|
H A D | ChatWnd.cpp | 64 chatselector = CastChild( IDC_CHATSELECTOR, CChatSelector ); in BEGIN_EVENT_TABLE() 69 friendlistctrl = CastChild( ID_FRIENDLIST, CFriendListCtrl ); in BEGIN_EVENT_TABLE() 160 wxString message = CastChild(IDC_CMESSAGE, wxTextCtrl)->GetValue(); in OnBnClickedCsend() 174 CastChild(IDC_CMESSAGE, wxTextCtrl)->Clear(); in OnAllPagesClosed() 221 CastChild(IDC_CMESSAGE, wxTextCtrl)->Clear(); in SendMessage() 226 CastChild(IDC_CMESSAGE, wxTextCtrl)->SetFocus(); in SendMessage()
|
H A D | KadDlg.cpp | 71 m_kad_scope = CastChild( wxT("kadScope"), COScopeCtrl ); in Init() 85 wxButton* bootstrap = CastChild(ID_KNOWNNODECONNECT, wxButton); in Init() 116 CColorFrameCtrl* ctrl = CastChild(aRes[i], CColorFrameCtrl); in SetGraphColors() 148 wxStaticText* label = CastChild( wxT("nodesListLabel"), wxStaticText ); in UpdateNodeCount() 164 enable &= !CastChild(textfields[i], wxTextCtrl)->GetValue().IsEmpty(); in OnFieldsChange()
|
H A D | TransferWnd.cpp | 86 downloadlistctrl = CastChild( wxT("downloadList"), CDownloadListCtrl ); in BEGIN_EVENT_TABLE() 87 clientlistctrl = CastChild( ID_CLIENTLIST, CSourceListCtrl ); in BEGIN_EVENT_TABLE() 88 m_dlTab = CastChild( ID_CATEGORIES, CMuleNotebook ); in BEGIN_EVENT_TABLE() 91 CastChild(ID_BTNCLRCOMPL, wxBitmapButton)->SetBitmapDisabled(amuleDlgImages(34)); in BEGIN_EVENT_TABLE() 130 wxSplitterWindow* splitter = CastChild( wxT("splitterWnd"), wxSplitterWindow ); in ~CTransferWnd() 398 wxSplitterWindow* splitter = CastChild( wxT("splitterWnd"), wxSplitterWindow ); 423 wxSplitterWindow* splitter = CastChild( wxT("splitterWnd"), wxSplitterWindow ); 424 wxBitmapButton* button = CastChild( ID_CLIENTTOGGLE, wxBitmapButton );
|
H A D | StatisticsDlg.cpp | 68 pscopeDL = CastChild( wxT("dloadScope"), COScopeCtrl ); in CStatisticsDlg() 70 pscopeUL = CastChild( wxT("uloadScope"), COScopeCtrl ); in CStatisticsDlg() 72 pscopeConn = CastChild( wxT("otherScope"), COScopeCtrl ); in CStatisticsDlg() 74 stattree = CastChild( wxT("statTree"), wxTreeCtrl ); in CStatisticsDlg() 147 if ((ctrl = CastChild(iRes, CColorFrameCtrl)) == NULL) { in ApplyStatsColor() 187 wxStaticText* label = CastChild( ID_ACTIVEC, wxStaticText ); in UpdateStatGraphs()
|
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/ |
H A D | ClientDetailDialog.cpp | 73 CastChild(ID_DNAME, wxStaticText)->SetLabel( in OnInitDialog() 77 CastChild(ID_DHASH, wxStaticText)->SetLabel( in OnInitDialog() 87 CastChild(ID_DSOFT, wxStaticText)->SetLabel( in OnInitDialog() 90 CastChild(ID_DSOFT, wxStaticText)->SetLabel( in OnInitDialog() 99 CastChild(ID_DID, wxStaticText)->SetLabel( in OnInitDialog() 103 CastChild(ID_DIP, wxStaticText)->SetLabel( in OnInitDialog() 109 CastChild(ID_DSIP, wxStaticText)->SetLabel( in OnInitDialog() 146 CastChild(ID_DDUP, wxStaticText)->SetLabel( in OnInitDialog() 150 CastChild(ID_DDOWN, wxStaticText)->SetLabel( in OnInitDialog() 154 CastChild(ID_DAVUR, wxStaticText)->SetLabel( in OnInitDialog() [all …]
|
H A D | CatDialog.cpp | 78 CastChild(IDC_TITLE, wxTextCtrl)->SetValue(m_category->title); in BEGIN_EVENT_TABLE() 87 CastChild(IDC_TITLE, wxTextCtrl)->SetValue(_("New Category")); in BEGIN_EVENT_TABLE() 89 CastChild(IDC_COMMENT, wxTextCtrl)->SetValue(wxEmptyString); in BEGIN_EVENT_TABLE() 90 CastChild(IDC_PRIOCOMBO,wxChoice)->SetSelection(0); in BEGIN_EVENT_TABLE() 98 CastChild(IDC_BROWSE, wxButton)->Destroy(); in BEGIN_EVENT_TABLE() 122 wxString dir = CastChild(IDC_INCOMING, wxTextCtrl)->GetValue(); in OnBnClickedBrowse() 128 CastChild(IDC_INCOMING, wxTextCtrl)->SetValue(dir); in OnBnClickedBrowse() 135 wxString newname = CastChild(IDC_TITLE, wxTextCtrl)->GetValue(); in OnBnClickedOk() 194 CastChild(IDC_COMMENT, wxTextCtrl)->GetValue(), in OnBnClickedOk() 196 CastChild(IDC_PRIOCOMBO, wxChoice)->GetSelection()); in OnBnClickedOk() [all …]
|
H A D | SearchDlg.cpp | 90 m_progressbar = CastChild( ID_SEARCHPROGRESS, wxGauge ); in BEGIN_EVENT_TABLE() 93 m_notebook = CastChild( ID_NOTEBOOK, CMuleNotebook ); in BEGIN_EVENT_TABLE() 118 CastChild( IDC_TypeSearch, wxChoice )->SetSelection(0); in BEGIN_EVENT_TABLE() 119 CastChild( IDC_SEARCHMINSIZE, wxChoice )->SetSelection(2); in BEGIN_EVENT_TABLE() 120 CastChild( IDC_SEARCHMAXSIZE, wxChoice )->SetSelection(2); in BEGIN_EVENT_TABLE() 570 CastChild( IDC_SEARCHNAME, wxTextCtrl )->Clear(); in OnBnClickedReset() 571 CastChild( IDC_EDITSEARCHEXTENSION, wxTextCtrl )->Clear(); in OnBnClickedReset() 572 CastChild( IDC_SPINSEARCHMIN, wxSpinCtrl )->SetValue(0); in OnBnClickedReset() 574 CastChild( IDC_SPINSEARCHMAX, wxSpinCtrl )->SetValue(0); in OnBnClickedReset() 577 CastChild( IDC_TypeSearch, wxChoice )->SetSelection(0); in OnBnClickedReset() [all …]
|
H A D | FileDetailDialog.cpp | 102 CastChild(IDC_FSIZE,wxControl)->SetLabel(bufferS); 105 CastChild(IDC_PARTCOUNT,wxControl)->SetLabel(bufferS); 112 CastChild(IDC_PROCCOMPL,wxControl)->SetLabel(bufferS); 114 CastChild(IDC_DATARATE,wxControl)->SetLabel(bufferS); 116 CastChild(IDC_SOURCECOUNT,wxControl)->SetLabel(bufferS); 118 CastChild(IDC_SOURCECOUNT2,wxControl)->SetLabel(bufferS); 122 CastChild(IDC_PARTAVAILABLE,wxControl)->SetLabel(bufferS); 124 CastChild(IDC_DLACTIVETIME, wxControl)->SetLabel(bufferS); 138 CastChild(IDC_CMTBT, wxControl)->Enable(!list.empty()); 242 CastChild(IDC_FILENAME, wxTextCtrl)->SetValue(s); [all …]
|
H A D | ServerWnd.cpp | 60 serverlistctrl = CastChild( ID_SERVERLIST, CServerListCtrl ); in BEGIN_EVENT_TABLE() 63 CastChild( ID_SRV_SPLITTER, wxSplitterWindow )->SetSashGravity(0.5f); in BEGIN_EVENT_TABLE() 68 wxListCtrl* ED2KInfoList = CastChild( ID_ED2KINFO, wxListCtrl ); in BEGIN_EVENT_TABLE() 73 wxListCtrl* KadInfoList = CastChild( ID_KADINFO, wxListCtrl ); in BEGIN_EVENT_TABLE() 99 wxString serveraddr = CastChild( IDC_IPADDRESS, wxTextCtrl )->GetValue(); in OnBnClickedAddserver() 100 long port = StrToULong( CastChild( IDC_SPORT, wxTextCtrl )->GetValue() ); in OnBnClickedAddserver() 116 CastChild( IDC_SERVERNAME, wxTextCtrl )->Clear(); in OnBnClickedAddserver() 117 CastChild( IDC_IPADDRESS, wxTextCtrl )->Clear(); in OnBnClickedAddserver() 118 CastChild( IDC_SPORT, wxTextCtrl )->Clear(); in OnBnClickedAddserver() 158 wxListCtrl* ED2KInfoList = CastChild( ID_ED2KINFO, wxListCtrl ); in UpdateED2KInfo() [all …]
|
H A D | SharedFilesWnd.cpp | 56 m_bar_requests = CastChild( wxT("popbar"), wxGauge ); in BEGIN_EVENT_TABLE() 57 m_bar_accepted = CastChild( wxT("popbarAccept"), wxGauge ); in BEGIN_EVENT_TABLE() 58 m_bar_transfer = CastChild( wxT("popbarTrans"), wxGauge ); in BEGIN_EVENT_TABLE() 59 m_radioClientMode = CastChild( ID_SHOW_CLIENTS_MODE, wxRadioBox ); in BEGIN_EVENT_TABLE() 60 sharedfilesctrl = CastChild( wxT("sharedFilesCt"), CSharedFilesCtrl ); in BEGIN_EVENT_TABLE() 151 CastChild(IDC_SREQUESTED, wxStaticText)->SetLabel( wxT("- / -") ); in SelectionUpdated() 155 CastChild(IDC_SACCEPTED, wxStaticText)->SetLabel( wxT("- / -") ); in SelectionUpdated() 159 CastChild(IDC_STRANSFERRED, wxStaticText)->SetLabel( wxT("- / -") ); in SelectionUpdated() 170 CastChild(IDC_SREQUESTED, wxStaticText)->SetLabel(labelReq); in SelectionUpdated() 176 CastChild(IDC_SACCEPTED, wxStaticText)->SetLabel(labelAcc); in SelectionUpdated() [all …]
|
H A D | PrefsUnifiedDlg.cpp | 204 m_PrefsIcons = CastChild(ID_PREFSLISTCTRL, wxListCtrl); in PrefsUnifiedDlg() 247 CastChild(IDC_BROWSERTABS, wxCheckBox)->Enable(false); in PrefsUnifiedDlg() 343 m_buttonColor = CastChild(IDC_COLOR_BUTTON, wxButton); in PrefsUnifiedDlg() 344 m_choiceColor = CastChild(IDC_COLORSELECTOR, wxChoice); in PrefsUnifiedDlg() 443 CastChild(IDC_EXIT, wxCheckBox)->SetValue(false); in TransferToWindow() 448 if (!CastChild(IDC_MSGFILTER, wxCheckBox)->IsChecked()) { in TransferToWindow() 629 CastChild(IDC_AUTOSERVER, wxCheckBox)->IsChecked() ) { in OnOk() 855 CastChild(event.GetId(), wxCheckBox)->IsChecked() ) { in OnCheckBoxChange() 1020 wxTextCtrl* widget = CastChild( id, wxTextCtrl ); in OnButtonDir() 1060 wxTextCtrl* widget = CastChild( id, wxTextCtrl ); in OnButtonBrowseApplication() [all …]
|
H A D | CommentDialog.cpp | 43 ratebox = CastChild( IDC_RATELIST, wxChoice ); in CCommentDialog() 60 wxString comment = CastChild( IDC_CMT_TEXT, wxTextCtrl )->GetValue(); in BEGIN_EVENT_TABLE() 67 CastChild(IDC_CMT_TEXT, wxTextCtrl)->SetValue(wxEmptyString); in OnBnClickedClear() 77 CastChild(IDC_CMT_TEXT, wxTextCtrl)->SetValue(m_file->GetFileComment()); in OnInitDialog() 78 CastChild(IDC_CMT_TEXT, wxTextCtrl)->SetMaxLength(MAXFILECOMMENTLEN); in OnInitDialog()
|
H A D | AddFriend.cpp | 54 wxString name = CastChild(ID_USERNAME, wxTextCtrl)->GetValue().Strip(wxString::both); in OnAddBtn() 55 wxString hash = CastChild(ID_USERHASH, wxTextCtrl)->GetValue().Strip(wxString::both); in OnAddBtn() 56 wxString fullip = CastChild(ID_IPADDRESS, wxTextCtrl)->GetValue().Strip(wxString::both); in OnAddBtn() 57 uint16 port = StrToULong( CastChild(ID_IPORT, wxTextCtrl)->GetValue() ); in OnAddBtn()
|
H A D | ChatWnd.cpp | 64 chatselector = CastChild( IDC_CHATSELECTOR, CChatSelector ); in BEGIN_EVENT_TABLE() 69 friendlistctrl = CastChild( ID_FRIENDLIST, CFriendListCtrl ); in BEGIN_EVENT_TABLE() 160 wxString message = CastChild(IDC_CMESSAGE, wxTextCtrl)->GetValue(); in OnBnClickedCsend() 174 CastChild(IDC_CMESSAGE, wxTextCtrl)->Clear(); in OnAllPagesClosed() 221 CastChild(IDC_CMESSAGE, wxTextCtrl)->Clear(); in SendMessage() 226 CastChild(IDC_CMESSAGE, wxTextCtrl)->SetFocus(); in SendMessage()
|
H A D | KadDlg.cpp | 71 m_kad_scope = CastChild( wxT("kadScope"), COScopeCtrl ); in Init() 85 wxButton* bootstrap = CastChild(ID_KNOWNNODECONNECT, wxButton); in Init() 116 CColorFrameCtrl* ctrl = CastChild(aRes[i], CColorFrameCtrl); in SetGraphColors() 148 wxStaticText* label = CastChild( wxT("nodesListLabel"), wxStaticText ); in UpdateNodeCount() 164 enable &= !CastChild(textfields[i], wxTextCtrl)->GetValue().IsEmpty(); in OnFieldsChange()
|
H A D | TransferWnd.cpp | 86 downloadlistctrl = CastChild( wxT("downloadList"), CDownloadListCtrl ); in BEGIN_EVENT_TABLE() 87 clientlistctrl = CastChild( ID_CLIENTLIST, CSourceListCtrl ); in BEGIN_EVENT_TABLE() 88 m_dlTab = CastChild( ID_CATEGORIES, CMuleNotebook ); in BEGIN_EVENT_TABLE() 91 CastChild(ID_BTNCLRCOMPL, wxBitmapButton)->SetBitmapDisabled(amuleDlgImages(34)); in BEGIN_EVENT_TABLE() 130 wxSplitterWindow* splitter = CastChild( wxT("splitterWnd"), wxSplitterWindow ); in ~CTransferWnd() 398 wxSplitterWindow* splitter = CastChild( wxT("splitterWnd"), wxSplitterWindow ); 423 wxSplitterWindow* splitter = CastChild( wxT("splitterWnd"), wxSplitterWindow ); 424 wxBitmapButton* button = CastChild( ID_CLIENTTOGGLE, wxBitmapButton );
|