16#ifndef __albaGUIComboBox_H__
17#define __albaGUIComboBox_H__
22#include <wx/listctrl.h>
41 const wxPoint& pos = wxDefaultPosition,
42 const wxSize& size = wxDefaultSize,
43 long style = wxTAB_TRAVERSAL | wxCLIP_CHILDREN);
49 bool MSWCommand(WXUINT param, WXWORD
id);
a ListBox that send albaEventNotification in the form albaEvent(this, widget_id, item_id,...
albaObserver * m_Listener
virtual ~albaGUIComboBox()
albaGUIComboBox(wxWindow *parent, wxWindowID id, wxArrayString array, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL|wxCLIP_CHILDREN)
void SetListener(albaObserver *listener)
Interface implementing the Observer of the Subject/Observer design pattern.