More name changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Program: wxWindows Widgets Sample
|
||||
// Program: wxWidgets Widgets Sample
|
||||
// Name: button.cpp
|
||||
// Purpose: Part of the widgets sample showing wxButton
|
||||
// Author: Vadim Zeitlin
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Program: wxWindows Widgets Sample
|
||||
// Program: wxWidgets Widgets Sample
|
||||
// Name: checkbox.cpp
|
||||
// Purpose: Part of the widgets sample showing wxCheckBox
|
||||
// Author: Dimitri Schoolwerth
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Program: wxWindows Widgets Sample
|
||||
// Program: wxWidgets Widgets Sample
|
||||
// Name: combobox.cpp
|
||||
// Purpose: Part of the widgets sample showing wxComboBox
|
||||
// Author: Vadim Zeitlin
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Program: wxWindows Widgets Sample
|
||||
// Program: wxWidgets Widgets Sample
|
||||
// Name: gauge.cpp
|
||||
// Purpose: Part of the widgets sample showing wxGauge
|
||||
// Author: Vadim Zeitlin
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Program: wxWindows Widgets Sample
|
||||
// Program: wxWidgets Widgets Sample
|
||||
// Name: listbox.cpp
|
||||
// Purpose: Part of the widgets sample showing wxListbox
|
||||
// Author: Vadim Zeitlin
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Program: wxWindows Widgets Sample
|
||||
// Program: wxWidgets Widgets Sample
|
||||
// Name: notebook.cpp
|
||||
// Purpose: Part of the widgets sample showing wxNotebook
|
||||
// Author: Vadim Zeitlin
|
||||
@@ -78,7 +78,7 @@ enum Orient
|
||||
Orient_Max
|
||||
};
|
||||
|
||||
// old versions of wxWindows don't define this style
|
||||
// old versions of wxWidgets don't define this style
|
||||
#ifndef wxNB_TOP
|
||||
#define wxNB_TOP (0)
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Program: wxWindows Widgets Sample
|
||||
// Program: wxWidgets Widgets Sample
|
||||
// Name: radiobox.cpp
|
||||
// Purpose: Part of the widgets sample showing wxRadioBox
|
||||
// Author: Vadim Zeitlin
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Program: wxWindows Widgets Sample
|
||||
// Program: wxWidgets Widgets Sample
|
||||
// Name: slider.cpp
|
||||
// Purpose: Part of the widgets sample showing wxSlider
|
||||
// Author: Vadim Zeitlin
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Program: wxWindows Widgets Sample
|
||||
// Program: wxWidgets Widgets Sample
|
||||
// Name: spinbtn.cpp
|
||||
// Purpose: Part of the widgets sample showing wxSpinButton
|
||||
// Author: Vadim Zeitlin
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Program: wxWindows Widgets Sample
|
||||
// Program: wxWidgets Widgets Sample
|
||||
// Name: static.cpp
|
||||
// Purpose: Part of the widgets sample showing various static controls
|
||||
// Author: Vadim Zeitlin
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Program: wxWindows Widgets Sample
|
||||
// Program: wxWidgets Widgets Sample
|
||||
// Name: textctrl.cpp
|
||||
// Purpose: part of the widgets sample showing wxTextCtrl
|
||||
// Author: Vadim Zeitlin
|
||||
@@ -203,7 +203,7 @@ protected:
|
||||
wxString m_range10_20;
|
||||
|
||||
private:
|
||||
// any class wishing to process wxWindows events must use this macro
|
||||
// any class wishing to process wxWidgets events must use this macro
|
||||
DECLARE_EVENT_TABLE()
|
||||
DECLARE_WIDGETS_PAGE(TextWidgetsPage)
|
||||
};
|
||||
|
@@ -1,7 +1,7 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Program: wxWindows Widgets Sample
|
||||
// Program: wxWidgets Widgets Sample
|
||||
// Name: widgets.cpp
|
||||
// Purpose: Sample showing most of the simple wxWindows widgets
|
||||
// Purpose: Sample showing most of the simple wxWidgets widgets
|
||||
// Author: Vadim Zeitlin
|
||||
// Created: 27.03.01
|
||||
// Id: $Id$
|
||||
@@ -102,7 +102,7 @@ private:
|
||||
// and the image list for it
|
||||
wxImageList *m_imaglist;
|
||||
|
||||
// any class wishing to process wxWindows events must use this macro
|
||||
// any class wishing to process wxWidgets events must use this macro
|
||||
DECLARE_EVENT_TABLE()
|
||||
};
|
||||
|
||||
@@ -210,7 +210,7 @@ bool WidgetsApp::OnInit()
|
||||
#elif defined(__WXMOTIF__)
|
||||
title += _T("wxMOTIF");
|
||||
#else
|
||||
title += _T("wxWindows");
|
||||
title += _T("wxWidgets");
|
||||
#endif
|
||||
|
||||
wxFrame *frame = new WidgetsFrame(title + _T(" widgets demo"));
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Program: wxWindows Widgets Sample
|
||||
// Program: wxWidgets Widgets Sample
|
||||
// Name: widgets.h
|
||||
// Purpose: Common stuff for all widgets project files
|
||||
// Author: Vadim Zeitlin
|
||||
|
Reference in New Issue
Block a user