tags
This commit is contained in:
parent
c94dc60e35
commit
03841b7e31
@ -9,11 +9,11 @@
|
||||
*******************************************************************************/
|
||||
|
||||
/*!
|
||||
\file ZE_ZConfigFile.h
|
||||
\brief Definition file for ZConfigFile.
|
||||
\file GewiContainer.h
|
||||
\brief Implementation of GContainer.
|
||||
|
||||
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 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>
|
||||
\author James Turk
|
||||
**/
|
||||
|
||||
|
@ -9,11 +9,11 @@
|
||||
*******************************************************************************/
|
||||
|
||||
/*!
|
||||
\file ZE_ZConfigFile.h
|
||||
\brief Definition file for ZConfigFile.
|
||||
\file GewiEngine.h
|
||||
\brief Implementation of GewiEngine.
|
||||
|
||||
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 GewiEngine, core engine for Gewi GUI control.
|
||||
<br>$Id: GewiEngine.cpp,v 1.2 2003/05/20 00:06:10 cozman Exp $<br>
|
||||
\author James Turk
|
||||
**/
|
||||
|
||||
|
@ -9,11 +9,11 @@
|
||||
*******************************************************************************/
|
||||
|
||||
/*!
|
||||
\file ZE_ZConfigFile.h
|
||||
\brief Definition file for ZConfigFile.
|
||||
\file GewiSlider.h
|
||||
\brief Implementation of GSlider, GHorizSlider and GVertSlider.
|
||||
|
||||
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 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>
|
||||
\author James Turk
|
||||
**/
|
||||
|
||||
|
@ -9,11 +9,11 @@
|
||||
*******************************************************************************/
|
||||
|
||||
/*!
|
||||
\file ZE_ZConfigFile.h
|
||||
\brief Definition file for ZConfigFile.
|
||||
\file GewiStaticText.h
|
||||
\brief Implementation of GStaticText.
|
||||
|
||||
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 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>
|
||||
\author James Turk
|
||||
**/
|
||||
|
||||
|
@ -9,11 +9,11 @@
|
||||
*******************************************************************************/
|
||||
|
||||
/*!
|
||||
\file ZE_ZConfigFile.h
|
||||
\brief Definition file for ZConfigFile.
|
||||
\file GewiTextButton.h
|
||||
\brief Implementation of GTextButton.
|
||||
|
||||
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 GTextButton, a GButton that has a text label.
|
||||
<br>$Id: GewiTextButton.cpp,v 1.2 2003/05/20 00:06:10 cozman Exp $<br>
|
||||
\author James Turk
|
||||
**/
|
||||
|
||||
|
@ -9,11 +9,11 @@
|
||||
*******************************************************************************/
|
||||
|
||||
/*!
|
||||
\file ZE_ZConfigFile.h
|
||||
\brief Definition file for ZConfigFile.
|
||||
\file GewiTextField.h
|
||||
\brief Implementation of GTextField.
|
||||
|
||||
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 GTextField, text input area widget.
|
||||
<br>$Id: GewiTextField.cpp,v 1.2 2003/05/20 00:06:10 cozman Exp $<br>
|
||||
\author James Turk
|
||||
**/
|
||||
|
||||
|
@ -9,11 +9,11 @@
|
||||
*******************************************************************************/
|
||||
|
||||
/*!
|
||||
\file ZE_ZConfigFile.h
|
||||
\brief Definition file for ZConfigFile.
|
||||
\file GewiWidget.h
|
||||
\brief Implementation of GWidget.
|
||||
|
||||
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 GWidget, virtual widget base class.
|
||||
<br>$Id: GewiWidget.cpp,v 1.2 2003/05/20 00:06:10 cozman Exp $<br>
|
||||
\author James Turk
|
||||
**/
|
||||
|
||||
|
@ -9,11 +9,11 @@
|
||||
*******************************************************************************/
|
||||
|
||||
/*!
|
||||
\file ZE_ZConfigFile.h
|
||||
\brief Definition file for ZConfigFile.
|
||||
\file GewiWidgetList.h
|
||||
\brief Implementation of WidgetList.
|
||||
|
||||
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 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>
|
||||
\author James Turk
|
||||
**/
|
||||
|
||||
|
@ -9,11 +9,11 @@
|
||||
*******************************************************************************/
|
||||
|
||||
/*!
|
||||
\file ZE_ZConfigFile.h
|
||||
\brief Definition file for ZConfigFile.
|
||||
\file GewiWindow.h
|
||||
\brief Implementation of GWindow.
|
||||
|
||||
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 GWindow, a basic window class based on GContainer.
|
||||
<br>$Id: GewiWindow.cpp,v 1.2 2003/05/20 00:06:10 cozman Exp $<br>
|
||||
\author James Turk
|
||||
**/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user