// Purpose: Part of the widgets sample showing wxComboBox
// Created: 20.07.07
// Id: $Id$
-// License: wxWindows license
+// License: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_SAMPLE_WIDGETS_ITEMCONTAINER_H_
#define _WX_SAMPLE_WIDGETS_ITEMCONTAINER_H_
-// for compilers that support precompilation, includes "wx/wx.h".
-#include "wx/wxprec.h"
-
#include "widgets.h"
class ItemContainerWidgetsPage : public WidgetsPage
public:
ItemContainerWidgetsPage(WidgetsBookCtrl *book,
wxImageList *image_list,
- char* icon[]);
+ const char *const icon[]);
virtual ~ItemContainerWidgetsPage();
void OnButtonTestItemContainer(wxCommandEvent& event);
wxString DumpContainerData(const wxArrayString& expected) const;
+ static wxArrayString MakeArray(const wxSortedArrayString& sorted);
+
wxArrayString m_items;
wxSortedArrayString m_itemsSorted;
int m_trackedDataObjects;