Source: /app/hbasic/hbasic/src/form_desc_data.h
|
|
|
|
#include "defines.h"
#include "structs.h"
typedef struct CFormDescData
{
public:
CFormDescData( void );
~CFormDescData( void );
GUI_HEADER *form_component; /* First component in list */
RT_FORM_DESC *runtime_desc_header; /* Header for runtime description. */
FORM_DESC module_form; /* Parser FORM_DESC structure for this module */
/* Menu/Toolbar structure for current form. */
MENUTOOLBAR_DESC mtbar_desc;
/* Geometry of runtime (=editor) window */
short xpos;
short ypos;
short win_width;
short win_height;
};
Generated by: root on linux on Sun Jul 13 18:06:35 2003, using kdoc 2.0a54. |