Home
last modified time | relevance | path

Searched defs:BalloonEvalStruct (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dbeval.h33 typedef struct BalloonEvalStruct struct
38 GtkWidget *balloonShell;
39 GtkWidget *balloonLabel;
40 unsigned int timerID; // timer for run
42 int x;
43 int y;
70 void (*msgCB)(struct BalloonEvalStruct *, int); argument
71 void *clientData; // For callback
80 void *tofree;
83 int x;
[all …]