]> git.saurik.com Git - wxWidgets.git/blame - include/wx/textdlg.h
Added wxRIBBON_PANEL_FLEXIBLE flag to allow toolbars to wrap, taking up the optimum...
[wxWidgets.git] / include / wx / textdlg.h
CommitLineData
fc5414a1 1/////////////////////////////////////////////////////////////////////////////
80fdcdb9 2// Name: wx/textdlg.h
fc5414a1
VZ
3// Purpose: wxTextEntryDialog class
4// Author: Julian Smart
5// Modified by:
6// Created: 01/02/97
7// RCS-ID: $Id$
8// Copyright: (c) Julian Smart
65571936 9// Licence: wxWindows licence
fc5414a1
VZ
10/////////////////////////////////////////////////////////////////////////////
11
34138703
JS
12#ifndef _WX_TEXTDLG_H_BASE_
13#define _WX_TEXTDLG_H_BASE_
c801d85f
KB
14
15#include "wx/generic/textdlgg.h"
16
fc5414a1 17#endif // _WX_TEXTDLG_H_BASE_
31528cd3 18