Lines Matching defs:BalloonEvalStruct
33 typedef struct BalloonEvalStruct struct
37 GtkWidget *target; // widget we are monitoring
38 GtkWidget *balloonShell;
39 GtkWidget *balloonLabel;
40 unsigned int timerID; // timer for run
41 BeState showState; // tells us what's currently going on
42 int x;
43 int y;
44 unsigned int state; // Button/Modifier key state
70 void (*msgCB)(struct BalloonEvalStruct *, int); argument
71 void *clientData; // For callback
74 int ts; // tabstop setting for this buffer
76 int *vts; // vartabstop setting for this buffer
78 char_u *msg; // allocated: current text
80 void *tofree;
83 int x;
84 int y;