Files
sibo-playground/code/SIBOSDK/include/xedit.g
T

29 lines
528 B
Plaintext
Raw Normal View History

2026-07-06 18:01:36 +01:00
/* Generated by Ctran from xedit.cl */
#define XEDIT_G
#ifndef LODGER_G
#include <lodger.g>
#endif
/* Class Numbers */
#define C_XEDIT 26
/* Method Numbers */
/* Constants for xedit */
#define XEDIT_MAX_LEN 8
/* Types for xedit */
typedef struct
{
char *pstr;
} SE_XEDIT;
/* Property of xedit */
typedef struct {
unsigned char current;
unsigned char width;
char data[XEDIT_MAX_LEN+2];
} PRS_XEDIT;
typedef struct pr_xedit
{
PRS_ROOT root;
PRS_WIN win;
PRS_LODGER lodger;
PRS_XEDIT xedit;
} PR_XEDIT;