Searched refs:redisplay (Results 1 – 6 of 6) sorted by relevance
104 // Highlighting the cell requires a redisplay.117 // Setting the same image should not cause a redisplay.121 // Unhighlighting requires a redisplay.127 // Changing hover state requires a redisplay.139 // Setting the same image should not cause a redisplay.143 // Unhover requires a redisplay.149 // Changing the image while not hovered should not require a redisplay.
31 info->redisplay = 0; in ss_release_readline()83 info->redisplay = (void (*)(void)) in ss_get_readline()
33 if (current_info->redisplay) in print_prompt()34 (*current_info->redisplay)(); in print_prompt()
70 void (*redisplay)(void); member
77 new_table->redisplay = 0;
65 - (void)_tileTitlebarAndRedisplay:(BOOL)redisplay;