equal
deleted
inserted
replaced
344 ShowInfoF(" %s", errormark[1]); |
344 ShowInfoF(" %s", errormark[1]); |
345 } |
345 } |
346 } |
346 } |
347 |
347 |
348 /** |
348 /** |
349 * Show the osk associated with a given textbox |
349 * Show the on-screen keyboard (osk) associated with a given textbox |
350 * @param parent pointer to the Window where this keyboard originated from |
350 * @param parent pointer to the Window where this keyboard originated from |
351 * @param q querystr_d pointer to the query string of the parent, which is |
351 * @param q querystr_d pointer to the query string of the parent, which is |
352 * shared for both windows |
352 * shared for both windows |
353 * @param button widget number of parent's textbox |
353 * @param button widget number of parent's textbox |
354 * @param cancel widget number of parent's cancel button (0 if cancel events |
354 * @param cancel widget number of parent's cancel button (0 if cancel events |