This commit is contained in:
cozman 2003-05-19 23:53:53 +00:00
parent 662aece806
commit d12e57abd4
11 changed files with 43 additions and 43 deletions

View File

@ -10,10 +10,10 @@
/*! /*!
\file GewiButton.h \file GewiButton.h
\brief Definition file for GewiButton. \brief Definition file for GButton.
Definition file for GewiButton, a simple button class. Definition file for GButton, a simple button class.
<br>$ id: ZE_ZConfigFile.h,v 1.9 2003/02/10 04:40:16 cozman Exp $<br> <br>$id$<br>
\author James Turk \author James Turk
**/ **/

View File

@ -9,11 +9,11 @@
*******************************************************************************/ *******************************************************************************/
/*! /*!
\file ZE_ZConfigFile.h \file GewiContainer.h
\brief Definition file for ZConfigFile. \brief Definition file for GContainer.
Definition file for ZConfigFile, an INI-style config file format. Definition file for GContainer, a barebones widget that can contain child widgets.
<br>$ id: ZE_ZConfigFile.h,v 1.9 2003/02/10 04:40:16 cozman Exp $<br> <br>$id$<br>
\author James Turk \author James Turk
**/ **/

View File

@ -9,11 +9,11 @@
*******************************************************************************/ *******************************************************************************/
/*! /*!
\file ZE_ZConfigFile.h \file GewiEngine.h
\brief Definition file for ZConfigFile. \brief Definition file for GewiEngine.
Definition file for ZConfigFile, an INI-style config file format. Definition file for GewiEngine, core engine for Gewi GUI control.
<br>$ id: ZE_ZConfigFile.h,v 1.9 2003/02/10 04:40:16 cozman Exp $<br> <br>$id$<br>
\author James Turk \author James Turk
**/ **/

View File

@ -9,11 +9,11 @@
*******************************************************************************/ *******************************************************************************/
/*! /*!
\file ZE_ZConfigFile.h \file GewiIncludes.h
\brief Definition file for ZConfigFile. \brief Include file for Gewi.
Definition file for ZConfigFile, an INI-style config file format. Include file for Gewi, contains external includes for Gewi.
<br>$ id: ZE_ZConfigFile.h,v 1.9 2003/02/10 04:40:16 cozman Exp $<br> <br>$id$<br>
\author James Turk \author James Turk
**/ **/

View File

@ -9,11 +9,11 @@
*******************************************************************************/ *******************************************************************************/
/*! /*!
\file ZE_ZConfigFile.h \file GewiSlider.h
\brief Definition file for ZConfigFile. \brief Definition file for GSlider, GHorizSlider and GVertSlider.
Definition file for ZConfigFile, an INI-style config file format. Definition file for GSlider, GHorizSlider and GVertSlider, the slide-select classes for Gewi.
<br>$ id: ZE_ZConfigFile.h,v 1.9 2003/02/10 04:40:16 cozman Exp $<br> <br>$id$<br>
\author James Turk \author James Turk
**/ **/

View File

@ -9,11 +9,11 @@
*******************************************************************************/ *******************************************************************************/
/*! /*!
\file ZE_ZConfigFile.h \file GewiStaticText.h
\brief Definition file for ZConfigFile. \brief Definition file for GStaticText.
Definition file for ZConfigFile, an INI-style config file format. Definition file for GStaticText, file to hold static text, labels and such.
<br>$ id: ZE_ZConfigFile.h,v 1.9 2003/02/10 04:40:16 cozman Exp $<br> <br>$id$<br>
\author James Turk \author James Turk
**/ **/

View File

@ -9,11 +9,11 @@
*******************************************************************************/ *******************************************************************************/
/*! /*!
\file ZE_ZConfigFile.h \file GewiTextButton.h
\brief Definition file for ZConfigFile. \brief Definition file for GTextButton.
Definition file for ZConfigFile, an INI-style config file format. Definition file for GTextButton, a GButton that has a text label.
<br>$ id: ZE_ZConfigFile.h,v 1.9 2003/02/10 04:40:16 cozman Exp $<br> <br>$id$<br>
\author James Turk \author James Turk
**/ **/

View File

@ -9,11 +9,11 @@
*******************************************************************************/ *******************************************************************************/
/*! /*!
\file ZE_ZConfigFile.h \file GewiTextField.h
\brief Definition file for ZConfigFile. \brief Definition file for GTextField.
Definition file for ZConfigFile, an INI-style config file format. Definition file for GTextField, text input area widget.
<br>$ id: ZE_ZConfigFile.h,v 1.9 2003/02/10 04:40:16 cozman Exp $<br> <br>$id$<br>
\author James Turk \author James Turk
**/ **/

View File

@ -9,11 +9,11 @@
*******************************************************************************/ *******************************************************************************/
/*! /*!
\file ZE_ZConfigFile.h \file GewiWidget.h
\brief Definition file for ZConfigFile. \brief Definition file for GWidget.
Definition file for ZConfigFile, an INI-style config file format. Definition file for GWidget, virtual widget base class.
<br>$ id: ZE_ZConfigFile.h,v 1.9 2003/02/10 04:40:16 cozman Exp $<br> <br>$id$<br>
\author James Turk \author James Turk
**/ **/

View File

@ -9,11 +9,11 @@
*******************************************************************************/ *******************************************************************************/
/*! /*!
\file ZE_ZConfigFile.h \file GewiWidgetList.h
\brief Definition file for ZConfigFile. \brief Definition file for WidgetList.
Definition file for ZConfigFile, an INI-style config file format. Definition file for WidgetList, a list of widgets used by GewiEngine and GContainers.
<br>$ id: ZE_ZConfigFile.h,v 1.9 2003/02/10 04:40:16 cozman Exp $<br> <br>$id$<br>
\author James Turk \author James Turk
**/ **/

View File

@ -9,11 +9,11 @@
*******************************************************************************/ *******************************************************************************/
/*! /*!
\file ZE_ZConfigFile.h \file GewiWindow.h
\brief Definition file for ZConfigFile. \brief Definition file for GWindow.
Definition file for ZConfigFile, an INI-style config file format. Definition file for GWindow, a basic window class based on GContainer.
<br>$ id: ZE_ZConfigFile.h,v 1.9 2003/02/10 04:40:16 cozman Exp $<br> <br>$id$<br>
\author James Turk \author James Turk
**/ **/