Searched refs:ButtonInfo (Results 1 - 2 of 2) sorted by relevance

/xsrc/local/programs/x11-ssh-askpass/
H A Dx11-ssh-askpass.h100 } ButtonInfo; typedef in typeref:struct:__anon7bedf7b40408
135 ButtonInfo okButton;
136 ButtonInfo cancelButton;
220 void calcTotalButtonExtents(ButtonInfo *button);
221 void calcButtonExtents(ButtonInfo *button);
222 void balanceButtonExtents(ButtonInfo *button1, ButtonInfo *button2);
223 void calcButtonLabelPosition(ButtonInfo *button);
235 void paintButton(AppInfo *app, Drawable draw, ButtonInfo button);
264 Bool eventIsInsideButton(AppInfo *app, XEvent *event, ButtonInfo butto
[all...]
H A Dx11-ssh-askpass.c253 void calcTotalButtonExtents(ButtonInfo *button)
266 void calcButtonExtents(ButtonInfo *button)
279 void balanceButtonExtents(ButtonInfo *button1, ButtonInfo *button2)
292 void calcButtonLabelPosition(ButtonInfo *button)
913 void paintButton(AppInfo *app, Drawable draw, ButtonInfo button)
1319 Bool eventIsInsideButton(AppInfo *app, XEvent *event, ButtonInfo button)

Completed in 4 milliseconds