Blender  V2.93
Public Attributes | List of all members
uiSearchboxData Struct Reference

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
 

Detailed Description

Definition at line 87 of file interface_region_search.c.

Member Data Documentation

◆ active

int uiSearchboxData::active

index in items array

Definition at line 92 of file interface_region_search.c.

◆ bbox

rcti uiSearchboxData::bbox

Definition at line 88 of file interface_region_search.c.

◆ fstyle

uiFontStyle uiSearchboxData::fstyle

Definition at line 89 of file interface_region_search.c.

◆ items

uiSearchItems uiSearchboxData::items

Definition at line 90 of file interface_region_search.c.

◆ noback

bool uiSearchboxData::noback

when menu opened with enough space for this

Definition at line 94 of file interface_region_search.c.

◆ preview

bool uiSearchboxData::preview

draw thumbnail previews, rather than list

Definition at line 96 of file interface_region_search.c.

◆ prv_cols

int uiSearchboxData::prv_cols

Definition at line 99 of file interface_region_search.c.

◆ prv_rows

int uiSearchboxData::prv_rows

Definition at line 99 of file interface_region_search.c.

◆ sep_string

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.

◆ use_sep

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.


The documentation for this struct was generated from the following file: