// Name: wx/gtk/listbox.h
// Purpose: wxListBox class declaration
// Author: Robert Roebling
-// Id: $Id$
// Copyright: (c) 1998 Robert Roebling
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_GTK_LISTBOX_H_
#define _WX_GTK_LISTBOX_H_
-struct _GtkTreeEntry;
+struct _wxTreeEntry;
struct _GtkTreeIter;
//-----------------------------------------------------------------------------
bool m_hasCheckBoxes;
#endif // wxUSE_CHECKLISTBOX
- struct _GtkTreeEntry* GTKGetEntry(unsigned pos) const;
+ struct _wxTreeEntry* GTKGetEntry(unsigned pos) const;
void GTKDisableEvents();
void GTKEnableEvents();