This commit is contained in:
cozman 2003-05-20 00:06:10 +00:00
parent 03841b7e31
commit acb812219a
10 changed files with 22 additions and 22 deletions

View File

@ -9,11 +9,11 @@
*******************************************************************************/
/*!
\file ZE_ZConfigFile.h
\brief Definition file for ZConfigFile.
\file GewiButton.cpp
\brief Implementation of GButton.
Definition file for ZConfigFile, an INI-style config file format.
<br>$ id: ZE_ZConfigFile.h,v 1.9 2003/02/10 04:40:16 cozman Exp $<br>
Implementation of GButton, a simple button class.
<br>$Id: GewiButton.cpp,v 1.2 2003/05/20 00:06:10 cozman Exp $<br>
\author James Turk
**/

View File

@ -9,11 +9,11 @@
*******************************************************************************/
/*!
\file GewiContainer.h
\file GewiContainer.cpp
\brief Implementation of GContainer.
Implementation of GContainer, a barebones widget that can contain child widgets.
<br>$Id: GewiContainer.cpp,v 1.2 2003/05/20 00:06:10 cozman Exp $<br>
<br>$Id: GewiContainer.cpp,v 1.3 2003/05/20 00:08:55 cozman Exp $<br>
\author James Turk
**/

View File

@ -9,11 +9,11 @@
*******************************************************************************/
/*!
\file GewiEngine.h
\file GewiEngine.cpp
\brief Implementation of GewiEngine.
Implementation of GewiEngine, core engine for Gewi GUI control.
<br>$Id: GewiEngine.cpp,v 1.2 2003/05/20 00:06:10 cozman Exp $<br>
<br>$Id: GewiEngine.cpp,v 1.3 2003/05/20 00:08:55 cozman Exp $<br>
\author James Turk
**/

View File

@ -9,11 +9,11 @@
*******************************************************************************/
/*!
\file GewiSlider.h
\file GewiSlider.cpp
\brief Implementation of GSlider, GHorizSlider and GVertSlider.
Implementation of GSlider, GHorizSlider and GVertSlider, the slide-select classes for Gewi.
<br>$Id: GewiSlider.cpp,v 1.2 2003/05/20 00:06:10 cozman Exp $<br>
<br>$Id: GewiSlider.cpp,v 1.3 2003/05/20 00:08:55 cozman Exp $<br>
\author James Turk
**/

View File

@ -9,11 +9,11 @@
*******************************************************************************/
/*!
\file GewiStaticText.h
\file GewiStaticText.cpp
\brief Implementation of GStaticText.
Implementation of GStaticText, file to hold static text, labels and such.
<br>$Id: GewiStaticText.cpp,v 1.2 2003/05/20 00:06:10 cozman Exp $<br>
<br>$Id: GewiStaticText.cpp,v 1.3 2003/05/20 00:08:55 cozman Exp $<br>
\author James Turk
**/

View File

@ -9,11 +9,11 @@
*******************************************************************************/
/*!
\file GewiTextButton.h
\file GewiTextButton.cpp
\brief Implementation of GTextButton.
Implementation of GTextButton, a GButton that has a text label.
<br>$Id: GewiTextButton.cpp,v 1.2 2003/05/20 00:06:10 cozman Exp $<br>
<br>$Id: GewiTextButton.cpp,v 1.3 2003/05/20 00:08:55 cozman Exp $<br>
\author James Turk
**/

View File

@ -9,11 +9,11 @@
*******************************************************************************/
/*!
\file GewiTextField.h
\file GewiTextField.cpp
\brief Implementation of GTextField.
Implementation of GTextField, text input area widget.
<br>$Id: GewiTextField.cpp,v 1.2 2003/05/20 00:06:10 cozman Exp $<br>
<br>$Id: GewiTextField.cpp,v 1.3 2003/05/20 00:08:55 cozman Exp $<br>
\author James Turk
**/

View File

@ -9,11 +9,11 @@
*******************************************************************************/
/*!
\file GewiWidget.h
\file GewiWidget.cpp
\brief Implementation of GWidget.
Implementation of GWidget, virtual widget base class.
<br>$Id: GewiWidget.cpp,v 1.2 2003/05/20 00:06:10 cozman Exp $<br>
<br>$Id: GewiWidget.cpp,v 1.3 2003/05/20 00:08:55 cozman Exp $<br>
\author James Turk
**/

View File

@ -9,11 +9,11 @@
*******************************************************************************/
/*!
\file GewiWidgetList.h
\file GewiWidgetList.cpp
\brief Implementation of WidgetList.
Implementation of WidgetList, a list of widgets used by GewiEngine and GContainers.
<br>$Id: GewiWidgetList.cpp,v 1.2 2003/05/20 00:06:10 cozman Exp $<br>
<br>$Id: GewiWidgetList.cpp,v 1.3 2003/05/20 00:08:55 cozman Exp $<br>
\author James Turk
**/

View File

@ -9,11 +9,11 @@
*******************************************************************************/
/*!
\file GewiWindow.h
\file GewiWindow.cpp
\brief Implementation of GWindow.
Implementation of GWindow, a basic window class based on GContainer.
<br>$Id: GewiWindow.cpp,v 1.2 2003/05/20 00:06:10 cozman Exp $<br>
<br>$Id: GewiWindow.cpp,v 1.3 2003/05/20 00:08:55 cozman Exp $<br>
\author James Turk
**/