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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/xrc/
H A Dcustclas.h24 // Class definition: MyResizableListCtrl
28 class MyResizableListCtrl : public wxListCtrl class in inherits:wxListCtrl
35 // MyResizableListCtrl(){} constructor in addition to your regular one.
36 DECLARE_DYNAMIC_CLASS( MyResizableListCtrl )
54 MyResizableListCtrl( wxWindow *parent = NULL,
64 ~MyResizableListCtrl(){};
H A Dcustclas.cpp60 IMPLEMENT_DYNAMIC_CLASS( MyResizableListCtrl, wxListCtrl )
66 BEGIN_EVENT_TABLE( MyResizableListCtrl, wxListCtrl )
68 EVT_RIGHT_DOWN( MyResizableListCtrl::ContextSensitiveMenu )
70 EVT_SIZE( MyResizableListCtrl::OnSize )
79 MyResizableListCtrl::MyResizableListCtrl( wxWindow *parent, wxWindowID id, function in class:MyResizableListCtrl
97 void MyResizableListCtrl::ContextSensitiveMenu( wxMouseEvent& event )
119 void MyResizableListCtrl::OnSize( wxSizeEvent &event )
130 void MyResizableListCtrl::SetColumnWidths()
H A Dmyframe.cpp270 MyResizableListCtrl* a_myResizableListCtrl = new MyResizableListCtrl(&dlg,

Completed in 97 milliseconds