2005-05-04 18:57:50 +00:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
2006-01-23 02:28:01 +00:00
|
|
|
// Name: wx/gtk1/accel.h
|
2005-05-04 18:57:50 +00:00
|
|
|
// Purpose: wxAcceleratorTable redirection file
|
|
|
|
// Author: Julian Smart
|
|
|
|
// Modified by:
|
|
|
|
// Created:
|
|
|
|
// Copyright: (c) Julian Smart
|
|
|
|
// RCS-ID: $Id$
|
|
|
|
// Licence: wxWindows licence
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2001-06-26 20:59:19 +00:00
|
|
|
// VZ: keeping the old file just in case we're going to have a native GTK+
|
|
|
|
// wxAcceleratorTable implementation one day, but for now use the generic
|
|
|
|
// version
|
|
|
|
#include "wx/generic/accel.h"
|