VPR-6.0

t_button Struct Reference

Data Fields

int width
int height
int xleft
int ytop
void(* fcn )(void(*drawscreen)(void))
Window win
int istext
char text [BUTTON_TEXT_LEN]
int ispoly
int poly [3][2]
int ispressed

Detailed Description

Definition at line 103 of file graphics.c.


Field Documentation

void(* t_button::fcn)(void(*drawscreen)(void))

Definition at line 109 of file graphics.c.

Definition at line 106 of file graphics.c.

Definition at line 113 of file graphics.c.

Definition at line 115 of file graphics.c.

Definition at line 111 of file graphics.c.

int t_button::poly[3][2]

Definition at line 114 of file graphics.c.

char t_button::text[BUTTON_TEXT_LEN]

Definition at line 112 of file graphics.c.

Definition at line 105 of file graphics.c.

Window t_button::win

Definition at line 110 of file graphics.c.

Definition at line 107 of file graphics.c.

Definition at line 108 of file graphics.c.


The documentation for this struct was generated from the following file: