Data Structures | Defines | Typedefs

wintype.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

union  any
struct  mi

Defines

#define ANY_P   union any
#define MENU_ITEM_P   struct mi
#define PICK_NONE   0
#define PICK_ONE   1
#define PICK_ANY   2
#define NHW_MESSAGE   1
#define NHW_STATUS   2
#define NHW_MAP   3
#define NHW_MENU   4
#define NHW_TEXT   5
#define ATR_NONE   0
#define ATR_BOLD   1
#define ATR_DIM   2
#define ATR_ULINE   4
#define ATR_BLINK   5
#define ATR_INVERSE   7
#define CLICK_1   1
#define CLICK_2   2
#define WIN_ERR   ((winid) -1)
#define MENU_FIRST_PAGE   '^'
#define MENU_LAST_PAGE   '|'
#define MENU_NEXT_PAGE   '>'
#define MENU_PREVIOUS_PAGE   '<'
#define MENU_SELECT_ALL   '.'
#define MENU_UNSELECT_ALL   '-'
#define MENU_INVERT_ALL   '@'
#define MENU_SELECT_PAGE   ','
#define MENU_UNSELECT_PAGE   '\\'
#define MENU_INVERT_PAGE   '~'
#define MENU_SEARCH   ':'

Typedefs

typedef int winid
typedef union any anything
typedef struct mi menu_item

Define Documentation

#define ANY_P   union any
#define ATR_BLINK   5
#define ATR_BOLD   1
#define ATR_DIM   2
#define ATR_INVERSE   7
#define ATR_NONE   0
#define ATR_ULINE   4
#define CLICK_1   1

Referenced by click_to_cmd().

#define CLICK_2   2
#define MENU_FIRST_PAGE   '^'
#define MENU_INVERT_ALL   '@'
#define MENU_INVERT_PAGE   '~'
#define MENU_ITEM_P   struct mi
#define MENU_LAST_PAGE   '|'
#define MENU_NEXT_PAGE   '>'
#define MENU_PREVIOUS_PAGE   '<'
#define MENU_SEARCH   ':'
#define MENU_SELECT_ALL   '.'
#define MENU_SELECT_PAGE   ','
#define MENU_UNSELECT_ALL   '-'
#define MENU_UNSELECT_PAGE   '\\'
#define NHW_MAP   3
#define NHW_MENU   4
#define NHW_MESSAGE   1
#define NHW_STATUS   2
#define NHW_TEXT   5
#define PICK_ANY   2
#define PICK_NONE   0
#define PICK_ONE   1
#define WIN_ERR   ((winid) -1)

Typedef Documentation

typedef union any anything
typedef struct mi menu_item
typedef int winid