// Purpose:
// Author: Robert Roebling
// Created: 01/02/97
-// Id: $Id$
// Copyright: (c) 1998 Robert Roebling
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// custom list stores.
virtual void GTKCreateComboBoxWidget();
+ virtual wxSize DoGetSizeFromTextSize(int xlen, int ylen = -1) const;
+
virtual GtkEntry *GetEntry() const
{ return m_entry; }