#include <string.h>
#include "utils/log.h"
Go to the source code of this file.
◆ __STDBOOL_H__
◆ gui_search_add_recent()
void gui_search_add_recent |
( |
const char * |
string, |
|
|
void * |
p |
|
) |
| |
|
static |
add search string to recent searches list
- Parameters
-
string | search pattern |
p | the pointer sent to search_verify_new() / search_create_context() |
Definition at line 56 of file search.cpp.
◆ gui_search_set_back_state()
void gui_search_set_back_state |
( |
bool |
active, |
|
|
void * |
p |
|
) |
| |
|
static |
activate search forwards button in gui
- Parameters
-
active | activate/inactivate |
p | the pointer sent to search_verify_new() / search_create_context() |
Definition at line 74 of file search.cpp.
◆ gui_search_set_forward_state()
void gui_search_set_forward_state |
( |
bool |
active, |
|
|
void * |
p |
|
) |
| |
|
static |
activate search forwards button in gui
- Parameters
-
active | activate/inactivate |
p | the pointer sent to search_verify_new() / search_create_context() |
Definition at line 65 of file search.cpp.
◆ gui_search_set_hourglass()
void gui_search_set_hourglass |
( |
bool |
active, |
|
|
void * |
p |
|
) |
| |
|
static |
display hourglass while searching
- Parameters
-
active | start/stop indicator |
p | the pointer sent to search_verify_new() / search_create_context() |
Definition at line 47 of file search.cpp.
◆ gui_search_set_status()
void gui_search_set_status |
( |
bool |
found, |
|
|
void * |
p |
|
) |
| |
|
static |
Change the displayed search status.
- Parameters
-
found | search pattern matched in text |
p | the pointer sent to search_verify_new() / search_create_context() |
Definition at line 38 of file search.cpp.