build: add the SIBO SDK
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
/* 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;
|
||||
Reference in New Issue
Block a user