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

View File

@ -9,11 +9,11 @@
*******************************************************************************/ *******************************************************************************/
/*! /*!
\file GewiContainer.h \file GewiContainer.cpp
\brief Implementation of GContainer. \brief Implementation of GContainer.
Implementation of GContainer, a barebones widget that can contain child widgets. 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 \author James Turk
**/ **/

View File

@ -9,11 +9,11 @@
*******************************************************************************/ *******************************************************************************/
/*! /*!
\file GewiEngine.h \file GewiEngine.cpp
\brief Implementation of GewiEngine. \brief Implementation of GewiEngine.
Implementation of GewiEngine, core engine for Gewi GUI control. 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 \author James Turk
**/ **/

View File

@ -9,11 +9,11 @@
*******************************************************************************/ *******************************************************************************/
/*! /*!
\file GewiSlider.h \file GewiSlider.cpp
\brief Implementation of GSlider, GHorizSlider and GVertSlider. \brief Implementation of GSlider, GHorizSlider and GVertSlider.
Implementation of GSlider, GHorizSlider and GVertSlider, the slide-select classes for Gewi. 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 \author James Turk
**/ **/

View File

@ -9,11 +9,11 @@
*******************************************************************************/ *******************************************************************************/
/*! /*!
\file GewiStaticText.h \file GewiStaticText.cpp
\brief Implementation of GStaticText. \brief Implementation of GStaticText.
Implementation of GStaticText, file to hold static text, labels and such. 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 \author James Turk
**/ **/

View File

@ -9,11 +9,11 @@
*******************************************************************************/ *******************************************************************************/
/*! /*!
\file GewiTextButton.h \file GewiTextButton.cpp
\brief Implementation of GTextButton. \brief Implementation of GTextButton.
Implementation of GTextButton, a GButton that has a text label. 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 \author James Turk
**/ **/

View File

@ -9,11 +9,11 @@
*******************************************************************************/ *******************************************************************************/
/*! /*!
\file GewiTextField.h \file GewiTextField.cpp
\brief Implementation of GTextField. \brief Implementation of GTextField.
Implementation of GTextField, text input area widget. 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 \author James Turk
**/ **/

View File

@ -9,11 +9,11 @@
*******************************************************************************/ *******************************************************************************/
/*! /*!
\file GewiWidget.h \file GewiWidget.cpp
\brief Implementation of GWidget. \brief Implementation of GWidget.
Implementation of GWidget, virtual widget base class. 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 \author James Turk
**/ **/

View File

@ -9,11 +9,11 @@
*******************************************************************************/ *******************************************************************************/
/*! /*!
\file GewiWidgetList.h \file GewiWidgetList.cpp
\brief Implementation of WidgetList. \brief Implementation of WidgetList.
Implementation of WidgetList, a list of widgets used by GewiEngine and GContainers. 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 \author James Turk
**/ **/

View File

@ -9,11 +9,11 @@
*******************************************************************************/ *******************************************************************************/
/*! /*!
\file GewiWindow.h \file GewiWindow.cpp
\brief Implementation of GWindow. \brief Implementation of GWindow.
Implementation of GWindow, a basic window class based on GContainer. 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 \author James Turk
**/ **/