|
Blender V4.3
|
#include "BLI_listbase.h"#include "BLI_utildefines.h"#include "MEM_guardedalloc.h"#include "BKE_context.hh"#include "BKE_screen.hh"#include "wm_draw.hh"#include "ED_screen.hh"#include "interface_regions_intern.hh"Go to the source code of this file.
Functions | |
| ARegion * | ui_region_temp_add (bScreen *screen) |
| void | ui_region_temp_remove (bContext *C, bScreen *screen, ARegion *region) |
General Interface Region Code
Definition in file interface_regions.cc.
Definition at line 26 of file interface_regions.cc.
References BLI_addtail(), RGN_ALIGN_FLOAT, and RGN_TYPE_TEMPORARY.
Referenced by ui_popup_block_create(), ui_searchbox_create_generic_ex(), and ui_tooltip_create_with_data().
Definition at line 37 of file interface_regions.cc.
References BKE_area_region_free(), BLI_assert, BLI_findindex(), BLI_freelinkN(), CTX_wm_region(), CTX_wm_region_popup(), CTX_wm_region_popup_set(), CTX_wm_region_set(), CTX_wm_window(), ED_region_exit(), RGN_TYPE_TEMPORARY, and wm_draw_region_clear().
Referenced by ui_popup_block_remove(), ui_searchbox_free(), and UI_tooltip_free().