]> git.saurik.com Git - wxWidgets.git/blame - contrib/include/wx/fl/dynbarhnd.h
added missing refresh when changing focus in wxListCtrl, added test for it in the...
[wxWidgets.git] / contrib / include / wx / fl / dynbarhnd.h
CommitLineData
8e08b761
JS
1/////////////////////////////////////////////////////////////////////////////
2// Name: No names yet.
3// Purpose: Contrib. demo
4// Author: Aleksandras Gluchovas
5// Modified by:
6// Created: 23/01/99
7// RCS-ID: $Id$
8// Copyright: (c) Aleksandras Gluchovas
9// Licence: wxWindows license
10/////////////////////////////////////////////////////////////////////////////
11
12#ifndef __DYNBARHND_G__
13#define __DYNBARHND_G__
14
15#ifdef __GNUG__
16 #pragma interface "dynbarhnd.h"
17#endif
18
19#include "wx/fl/controlbar.h"
20
21#endif /* __DYNBARHND_G__ */
22