Lines Matching refs:helpwin

29 Window helpwin;  variable
73 BuildHelpForm(helpwin, helppage); in OpenHelpPopup()
74 XMapWindow(display, helpwin); in OpenHelpPopup()
167 BuildHelpForm(helpwin, helppage); in NextHelp()
168 T_ClearArea(helpwin, 0, 0, HELP_WIDTH, HELP_HEIGHT); in NextHelp()
171 report.xexpose.window = helpwin; in NextHelp()
185 BuildHelpForm(helpwin, helppage); in PrevHelp()
186 T_ClearArea(helpwin, 0, 0, HELP_WIDTH, HELP_HEIGHT); in PrevHelp()
189 report.xexpose.window = helpwin; in PrevHelp()
213 DrawMapPic(helpwin, 14 + j * w, 14 + i * w, in DrawHelpWin()
216 DrawMapPic(helpwin, 13 + j * w, 13 + i * w, in DrawHelpWin()
222 DrawMapPic(helpwin, (int) 10 + j * ((HELP_WIDTH - 30) / 3), in DrawHelpWin()
227 T_DrawString(helpwin, 20 + j * ((HELP_WIDTH - 30) / 3) + w, in DrawHelpWin()
235 T_DrawText(helpwin, (int) (HELP_WIDTH * .3 + 20), in DrawHelpWin()
240 T_DrawText(helpwin, 10, in DrawHelpWin()
251 T_DrawText(helpwin, (int) (HELP_WIDTH * .3 + 20), 10, in DrawHelpWin()
254 T_DrawButton(helpwin, 10, 80 + 3 * HELP_BTN_HEIGHT, in DrawHelpWin()
256 XFillRectangle(display, helpwin, Black_GC, 15, in DrawHelpWin()
259 T_DrawText(helpwin, (int) (HELP_WIDTH * .3 + 20), in DrawHelpWin()
263 T_DrawText(helpwin, 20 + HELP_BTN_WIDTH, in DrawHelpWin()
268 T_DrawText(helpwin, 20 + HELP_BTN_WIDTH, in DrawHelpWin()
275 T_DrawText(helpwin, 20 + HELP_BTN_WIDTH, 10, in DrawHelpWin()
278 T_DrawText(helpwin, 20 + HELP_BTN_WIDTH, 40 + HELP_BTN_HEIGHT, in DrawHelpWin()
281 T_DrawText(helpwin, 20 + HELP_BTN_WIDTH, 70 + 2 * HELP_BTN_HEIGHT, in DrawHelpWin()
284 T_DrawText(helpwin, 20 + HELP_BTN_WIDTH, 100 + 3 * HELP_BTN_HEIGHT, in DrawHelpWin()
287 T_DrawText(helpwin, 20 + HELP_BTN_WIDTH, 170 + 4 * HELP_BTN_HEIGHT, in DrawHelpWin()
290 T_DrawText(helpwin, 20 + HELP_BTN_WIDTH, 200 + 5 * HELP_BTN_HEIGHT, in DrawHelpWin()
293 T_DrawText(helpwin, 20 + HELP_BTN_WIDTH, 230 + 6 * HELP_BTN_HEIGHT, in DrawHelpWin()
296 T_DrawText(helpwin, 20 + HELP_BTN_WIDTH, 260 + 7 * HELP_BTN_HEIGHT, in DrawHelpWin()
302 T_DrawText(helpwin, 20 + HELP_BTN_WIDTH, 10, in DrawHelpWin()
305 T_DrawText(helpwin, 20 + HELP_BTN_WIDTH, 40 + HELP_BTN_HEIGHT, in DrawHelpWin()
308 T_DrawText(helpwin, 20 + HELP_BTN_WIDTH, 70 + 2 * HELP_BTN_HEIGHT, in DrawHelpWin()
311 T_DrawText(helpwin, 20 + HELP_BTN_WIDTH, 100 + 3 * HELP_BTN_HEIGHT, in DrawHelpWin()
314 T_DrawText(helpwin, 10, 300 + 3 * HELP_BTN_HEIGHT, HELP_WIDTH - 20, in DrawHelpWin()