/* create the hints for the main window */
hints_create_for_window(input, win, top_width, top_height, offsetX, offsetY);
- hints_clear_focus();
hints_focus(1);
if (hintCount == 1) {
}
}
-void hints_clear_focus(void)
-{
-
-}
-
void hints_focus_next(const gboolean back)
{
Hint* hint = NULL;
void hints_create(const gchar* input, guint mode);
void hints_update(const gulong num);
void hints_clear(void);
-void hints_clear_focus(void);
void hints_focus_next(const gboolean back);
#endif /* end of include guard: HINTS_H */