|
Blender
V2.93
|
Public Attributes | |
| rcti | bbox |
| uiFontStyle | fstyle |
| uiSearchItems | items |
| int | active |
| bool | noback |
| bool | preview |
| bool | use_sep |
| int | prv_rows |
| int | prv_cols |
| const char * | sep_string |
Definition at line 87 of file interface_region_search.c.
| int uiSearchboxData::active |
index in items array
Definition at line 92 of file interface_region_search.c.
| rcti uiSearchboxData::bbox |
Definition at line 88 of file interface_region_search.c.
| uiFontStyle uiSearchboxData::fstyle |
Definition at line 89 of file interface_region_search.c.
| uiSearchItems uiSearchboxData::items |
Definition at line 90 of file interface_region_search.c.
| bool uiSearchboxData::noback |
when menu opened with enough space for this
Definition at line 94 of file interface_region_search.c.
| bool uiSearchboxData::preview |
draw thumbnail previews, rather than list
Definition at line 96 of file interface_region_search.c.
| int uiSearchboxData::prv_cols |
Definition at line 99 of file interface_region_search.c.
| int uiSearchboxData::prv_rows |
Definition at line 99 of file interface_region_search.c.
| const char* uiSearchboxData::sep_string |
Show the active icon and text after the last instance of this string. Used so we can show leading text to menu items less prominently (not related to 'use_sep').
Definition at line 104 of file interface_region_search.c.
| bool uiSearchboxData::use_sep |
Use the UI_SEP_CHAR char for splitting shortcuts (good for operators, bad for data).
Definition at line 98 of file interface_region_search.c.