예제 #1
0
파일: glue.cpp 프로젝트: GWRon/wx.mod
MaxGauge::~MaxGauge() {
	wxunbind(this);
}
예제 #2
0
MaxListCtrl::~MaxListCtrl() {
	bmx_releaseallclientdata(this);
	wxunbind(this);
}
예제 #3
0
파일: glue.cpp 프로젝트: GWRon/wx.mod
MaxPopupWindow::~MaxPopupWindow()
{
	wxunbind(this);
}
예제 #4
0
파일: glue.cpp 프로젝트: thor20123/wxmax
MaxGenericDirCtrl::~MaxGenericDirCtrl() {
	wxunbind(this);
}
예제 #5
0
파일: glue.cpp 프로젝트: maxmods/wx.mod
MaxSFDiagramManager::~MaxSFDiagramManager() {
	wxunbind(this);
}
예제 #6
0
파일: glue.cpp 프로젝트: maxmods/wx.mod
MaxSplitterWindow::~MaxSplitterWindow() {
	wxunbind(this);
}
예제 #7
0
파일: glue.cpp 프로젝트: GWRon/wx.mod
void bmx_wxtreelistctrl_assignimagelist(wxTreeListCtrl * tree, wxImageList * list) {
	// need to unbind the imagelist, just in case! (so we don't try to delete it later)
	wxunbind(list);
	tree->AssignImageList(list);
}
예제 #8
0
파일: glue.cpp 프로젝트: maxmods/wx.mod
MaxStaticLine::~MaxStaticLine() {
	wxunbind(this);
}
예제 #9
0
파일: glue.cpp 프로젝트: GWRon/wx.mod
MaxSearchCtrl::~MaxSearchCtrl() {
	wxunbind(this);
}
예제 #10
0
파일: glue.cpp 프로젝트: maxmods/wx.mod
MaxCheckBox::~MaxCheckBox() {
	wxunbind(this);
}
예제 #11
0
파일: glue.cpp 프로젝트: maxmods/wx.mod
MaxBannerWindow::~MaxBannerWindow() {
	wxunbind(this);
}
예제 #12
0
파일: glue.cpp 프로젝트: GWRon/wx.mod
MaxImageList::~MaxImageList() {
	wxunbind(this);
}
예제 #13
0
MaxToggleButton::~MaxToggleButton() {
	wxunbind(this);
}
예제 #14
0
파일: glue.cpp 프로젝트: thor20123/wxmax
MaxSlider::~MaxSlider() {
	wxunbind(this);
}
예제 #15
0
MaxDocParentFrame::~MaxDocParentFrame() {
	wxunbind(this);
}
예제 #16
0
파일: glue.cpp 프로젝트: maxmods/wx.mod
MaxSpinButton::~MaxSpinButton() {
	wxunbind(this);
}
예제 #17
0
MaxProgressDialog::~MaxProgressDialog() {
	wxunbind(this);
}
예제 #18
0
MaxRearrangeCtrl::~MaxRearrangeCtrl()
{
	wxunbind(this);
}
예제 #19
0
파일: glue.cpp 프로젝트: GWRon/wx.mod
MaxTreeListCtrl::~MaxTreeListCtrl() {
	wxunbind(this);
}
예제 #20
0
파일: glue.cpp 프로젝트: thor20123/wxmax
MaxBitmapComboBox::~MaxBitmapComboBox() {
	wxunbind(this);
}
예제 #21
0
파일: glue.cpp 프로젝트: maxmods/wx.mod
MaxPropertySheetDialog::~MaxPropertySheetDialog() {
	wxunbind(this);
}
예제 #22
0
파일: glue.cpp 프로젝트: maxmods/wx.mod
MaxMenuBar::~MaxMenuBar() {
	wxunbind(this);
}
예제 #23
0
파일: glue.cpp 프로젝트: maxmods/wx.mod
MaxSFShapeCanvas::~MaxSFShapeCanvas() {
	wxunbind(this);
}
예제 #24
0
파일: glue.cpp 프로젝트: GWRon/wx.mod
MaxFontDialog::~MaxFontDialog() {
	wxunbind(this);
}
예제 #25
0
void bmx_wxlistctrl_assignimagelist(wxListCtrl * list, wxImageList * imageList, int which) {
	list->AssignImageList(imageList, which);
	wxunbind((wxObject *)imageList);
}
예제 #26
0
MaxKnob::~MaxKnob() {
	wxunbind(this);
}
예제 #27
0
파일: glue.cpp 프로젝트: GWRon/wx.mod
MaxProcess::~MaxProcess() {
	wxunbind(this);
}
예제 #28
0
파일: glue.cpp 프로젝트: GWRon/wx.mod
MaxArtProvider::~MaxArtProvider() {
	wxunbind(this);
}
예제 #29
0
파일: glue.cpp 프로젝트: maxmods/wx.mod
MaxSound::~MaxSound() {
	wxunbind(this);
}
예제 #30
0
MaxTreeCtrl::~MaxTreeCtrl() {
	wxunbind(this);
}