構文typedef struct s_menusystem
ファイル名
構造体情報| No. | 名称 | 属性 | 説明 |
|---|---|---|---|
1 |
s_menusystem | ||
| menus[MAXMENUS] | pt_menu | ||
| title | const char * | ||
| handler | t_menusystem_handler | Handler function called every time a menu is re-printed. | |
| ontimeout | t_timeout_handler | Timeout handler | |
| tm_stepsize | unsigned int | Timeout step size (in milliseconds) | |
| tm_numsteps | unsigned long | Time to wait for key press=numsteps * stepsize milliseconds | |
| nummenus | char | ||
| normalattr[2] | char | [0] is non-hlite attr, [1] is hlite attr | |
| reverseattr[2] | char | ||
| inactattr[2] | char | ||
| revinactattr[2] | char | ||
| statusattr[2] | char | ||
| fillchar | char | ||
| fillattr | char | ||
| spacechar | char | ||
| tfillchar | char | ||
| titleattr | char | ||
| shadowattr | char | ||
| statline | char | ||
| menupage | char | ||
| maxrow,minrow,numrows | char | Number of rows in the window | |
| maxcol,mincol,numcols | char | Number of columns in the window |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー