構文typedef struct s_menusystem
ファイル名
構造体情報| No. | 名称 | 属性 | 説明 |
|---|---|---|---|
1 |
s_menusystem | ||
| menus[MAXMENUS] | pt_menu | ||
| title | char * | ||
| handler | t_menusystem_handler | Menu system handler | |
| keys_handler | t_keys_handler | Handler for unknown keys | |
| ontimeout | t_timeout_handler | Timeout handler | |
| tm_numsteps | unsigned long | ||
| tm_stepsize | unsigned int | Timeout step size (in milliseconds) | |
| tm_total_timeout | unsigned long | (in milli seconds) | |
| tm_sofar_timeout | unsigned long | All accumulated timeout | |
| ontotaltimeout | t_timeout_handler | Total timeout handler | |
| maxmenuheight | int | ||
| nummenus | uchar | ||
| normalattr[2] | uchar | [0] is non-hlite attr, [1] is hlite attr | |
| reverseattr[2] | uchar | ||
| inactattr[2] | uchar | ||
| revinactattr[2] | uchar | ||
| statusattr[2] | uchar | ||
| fillchar | uchar | ||
| fillattr | uchar | ||
| spacechar | uchar | ||
| tfillchar | uchar | ||
| titleattr | uchar | ||
| shadowattr | uchar | ||
| statline | uchar | ||
| menupage | uchar | ||
| maxrow, minrow, numrows | int | Number of rows in the window | |
| maxcol, mincol, numcols | int | Number of columns in the window | |
| box_horiz, box_ltrt, box_rtlt | char | Some chars of the box, for redrawing portions of the box |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー