構文typedef struct s_menuitem
ファイル名
構造体情報| No. | 名称 | 属性 | 説明 |
|---|---|---|---|
1 |
s_menuitem | ||
| item | char * | ||
| status | char * | ||
| data | char * | string containing kernel to run.. but... | |
| extra_data | void * | Any other data user can point to | |
| helpid | unsigned int | Used for Context sensitive help | |
| handler | t_item_handler | Pointer to function of type menufn | |
| action | t_action | ||
| itemdata | t_itemdata | Data depends on action value | |
| shortcut | uchar | one of [A-Za-z0-9] shortcut for this menu item | |
| index | uchar | Index within the menu array | |
| parindex | uchar | Index of the menu in which this item appears. |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー