NCBI C++ ToolKit
|
Search Toolkit Book for CFixGenericListCtrl
#include <gui/widgets/wx/wx_utils.hpp>
Public Member Functions | |
CFixGenericListCtrl () | |
void | ConnectToControl (wxListCtrl &listCtrl) |
Private Member Functions | |
void | OnChildFocus (wxCommandEvent &event) |
Private Attributes | |
wxListCtrl * | m_ListCtrl |
Definition at line 321 of file wx_utils.hpp.
|
inline |
Definition at line 324 of file wx_utils.hpp.
void CFixGenericListCtrl::ConnectToControl | ( | wxListCtrl & | listCtrl | ) |
Definition at line 1167 of file wx_utils.cpp.
References _ASSERT, ITERATE, m_ListCtrl, OnChildFocus(), and wxT.
Referenced by CDiagConsoleList::Create(), CDataMiningPanel::CreateControls(), and CwxTableListCtrl::x_Init().
|
private |
Definition at line 1186 of file wx_utils.cpp.
References _ASSERT, and m_ListCtrl.
Referenced by ConnectToControl().
|
private |
Definition at line 330 of file wx_utils.hpp.
Referenced by ConnectToControl(), and OnChildFocus().