]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/listbox.h
No real changes, just make wxWindow::CanScroll() virtual.
[wxWidgets.git] / include / wx / gtk1 / listbox.h
index be62c96846a0a3d025de2ee00d79dde6ba8e2746..96968fc15345b268278d939a9666b3d678653a1b 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        wx/gtk1/listbox.h
 // Purpose:     wxListBox class declaration
 // Author:      Robert Roebling
-// Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -12,6 +11,8 @@
 
 #include "wx/list.h"
 
+typedef struct _GtkList GtkList;
+
 class WXDLLIMPEXP_FWD_BASE wxSortedArrayString;
 
 //-----------------------------------------------------------------------------