// Name: wx/gtk/window.h
// Purpose:
// Author: Robert Roebling
-// Id: $Id$
// Copyright: (c) 1998 Robert Roebling
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#define WXUNUSED_IN_GTK3(x) x
#endif
-// helper structure that holds class that holds GtkIMContext object and
-// some additional data needed for key events processing
-struct wxGtkIMData;
-
typedef struct _GdkEventKey GdkEventKey;
typedef struct _GtkIMContext GtkIMContext;