Lines Matching refs:ListBoxControl
79 class ListBoxControl : public ListBox class
82 ListBoxControl( Window* pParent, WinBits nStyle, IListBoxListener* pListBoxListener );
83 virtual ~ListBoxControl();
95 ListBoxControl::ListBoxControl( Window* pParent, WinBits nStyle, IListBoxListener* pListBoxListener… in ListBoxControl() function in framework::ListBoxControl
101 ListBoxControl::~ListBoxControl() in ~ListBoxControl()
106 void ListBoxControl::Select() in Select()
113 void ListBoxControl::DoubleClick() in DoubleClick()
120 void ListBoxControl::GetFocus() in GetFocus()
127 void ListBoxControl::LoseFocus() in LoseFocus()
134 long ListBoxControl::PreNotify( NotifyEvent& rNEvt ) in PreNotify()
157 … m_pListBoxControl = new ListBoxControl( m_pToolbar, WB_DROPDOWN|WB_AUTOHSCROLL|WB_BORDER, this ); in DropdownToolbarController()