Public Types | Data Fields

rfbSelectData Struct Reference

Public Types

enum  { SELECTING, OK, CANCEL }

Data Fields

rfbScreenInfoPtr screen
rfbFontDataPtr font
char ** list
int listSize
int selected
int displayStart
int x1
int y1
int x2
int y2
int textH
int pageH
int xhot
int yhot
int buttonWidth
int okBX
int cancelBX
int okX
int cancelX
int okY
rfbBool okInverted
rfbBool cancelInverted
int lastButtons
rfbPixel colour
rfbPixel backColour
SelectionChangedHookPtr selChangedHook
enum rfbSelectData:: { ... }  state

Detailed Description

Definition at line 5 of file selbox.c.


Member Enumeration Documentation

anonymous enum
Enumerator:
SELECTING 
OK 
CANCEL 

Definition at line 19 of file selbox.c.


Field Documentation

Definition at line 17 of file selbox.c.

Definition at line 14 of file selbox.c.

int cancelBX

Definition at line 14 of file selbox.c.

Definition at line 15 of file selbox.c.

int cancelX

Definition at line 14 of file selbox.c.

Definition at line 17 of file selbox.c.

Definition at line 11 of file selbox.c.

rfbFontDataPtr font

Definition at line 7 of file selbox.c.

Definition at line 16 of file selbox.c.

char** list

Definition at line 8 of file selbox.c.

int listSize

Definition at line 9 of file selbox.c.

int okBX

Definition at line 14 of file selbox.c.

Definition at line 15 of file selbox.c.

int okX

Definition at line 14 of file selbox.c.

int okY

Definition at line 14 of file selbox.c.

int pageH

Definition at line 12 of file selbox.c.

rfbScreenInfoPtr screen

Definition at line 6 of file selbox.c.

Definition at line 18 of file selbox.c.

int selected

Definition at line 10 of file selbox.c.

enum { ... } state
int textH

Definition at line 12 of file selbox.c.

int x1

Definition at line 12 of file selbox.c.

int x2

Definition at line 12 of file selbox.c.

int xhot

Definition at line 13 of file selbox.c.

int y1

Definition at line 12 of file selbox.c.

int y2

Definition at line 12 of file selbox.c.

int yhot

Definition at line 13 of file selbox.c.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines