Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/interface/interface_intern.h
| Show First 20 Lines • Show All 1,193 Lines • ▼ Show 20 Lines | typedef struct uiRNACollectionSearch { | ||||
| /* Let UI_butstore_ API update search_but pointer above over redraws. */ | /* Let UI_butstore_ API update search_but pointer above over redraws. */ | ||||
| uiButStore *butstore; | uiButStore *butstore; | ||||
| /* Block has to be stored for freeing butstore (uiBut.block doesn't work with undo). */ | /* Block has to be stored for freeing butstore (uiBut.block doesn't work with undo). */ | ||||
| uiBlock *butstore_block; | uiBlock *butstore_block; | ||||
| } uiRNACollectionSearch; | } uiRNACollectionSearch; | ||||
| void ui_rna_collection_search_update_fn(const struct bContext *C, | void ui_rna_collection_search_update_fn(const struct bContext *C, | ||||
| void *arg, | void *arg, | ||||
| const char *str, | const char *str, | ||||
| uiSearchItems *items); | uiSearchItems *items, | ||||
| const bool is_first); | |||||
| /* interface_ops.c */ | /* interface_ops.c */ | ||||
| bool ui_jump_to_target_button_poll(struct bContext *C); | bool ui_jump_to_target_button_poll(struct bContext *C); | ||||
| /* interface_queries.c */ | /* interface_queries.c */ | ||||
| void ui_interface_tag_script_reload_queries(void); | void ui_interface_tag_script_reload_queries(void); | ||||