Blender
V3.3
|
Public Attributes | |
rcti | bbox |
uiFontStyle | fstyle |
uiSearchItems | items |
int | active |
bool | noback |
bool | preview |
bool | use_shortcut_sep |
int | prv_rows |
int | prv_cols |
const char * | sep_string |
Definition at line 71 of file interface_region_search.cc.
int uiSearchboxData::active |
index in items array
Definition at line 76 of file interface_region_search.cc.
rcti uiSearchboxData::bbox |
Definition at line 72 of file interface_region_search.cc.
uiFontStyle uiSearchboxData::fstyle |
Definition at line 73 of file interface_region_search.cc.
uiSearchItems uiSearchboxData::items |
Definition at line 74 of file interface_region_search.cc.
bool uiSearchboxData::noback |
when menu opened with enough space for this
Definition at line 78 of file interface_region_search.cc.
bool uiSearchboxData::preview |
draw thumbnail previews, rather than list
Definition at line 80 of file interface_region_search.cc.
int uiSearchboxData::prv_cols |
Definition at line 83 of file interface_region_search.cc.
int uiSearchboxData::prv_rows |
Definition at line 83 of file interface_region_search.cc.
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 88 of file interface_region_search.cc.
bool uiSearchboxData::use_shortcut_sep |
Use the UI_SEP_CHAR char for splitting shortcuts (good for operators, bad for data).
Definition at line 82 of file interface_region_search.cc.