]> git.saurik.com Git - wxWidgets.git/blame - include/wx/gtk/accel.h
Added wxDataViewProgressCell with native code
[wxWidgets.git] / include / wx / gtk / accel.h
CommitLineData
99d80019
JS
1/////////////////////////////////////////////////////////////////////////////
2// Name: wx/gtk/accel.h
3// Purpose: wxAcceleratorTable redirection file
4// Author: Julian Smart
5// Modified by:
6// Created:
7// Copyright: (c) Julian Smart
8// RCS-ID: $Id$
9// Licence: wxWindows licence
10/////////////////////////////////////////////////////////////////////////////
11
1e6feb95
VZ
12// VZ: keeping the old file just in case we're going to have a native GTK+
13// wxAcceleratorTable implementation one day, but for now use the generic
14// version
15#include "wx/generic/accel.h"