22 lines
403 B
Plaintext
22 lines
403 B
Plaintext
/* Generated by Ctran from pulldown.cl */
|
|||
|
|
#define PULLDOWN_G
|
||
|
|
#ifndef LISTBOX_G
|
||
|
|
#include <listbox.g>
|
||
|
|
#endif
|
||
|
|
/* Class Numbers */
|
||
|
|
#define C_PULLDOWN 8
|
||
|
|
/* Method Numbers */
|
||
|
|
/* Types for pulldown */
|
||
|
|
typedef struct
|
||
|
|
{
|
||
|
|
unsigned char com_id;
|
||
|
|
char mn_txt[1];
|
||
|
|
} MENU_ITEM;
|
||
|
|
/* Property of pulldown */
|
||
|
|
typedef struct pr_pulldown
|
||
|
|
{
|
||
|
|
PRS_ROOT root;
|
||
|
|
PRS_WIN win;
|
||
|
|
PRS_LISTBOX listbox;
|
||
|
|
} PR_PULLDOWN;
|