Blender  V3.3
Functions
interface_regions_intern.h File Reference

Go to the source code of this file.

Functions

uint ui_popup_menu_hash (const char *str)
 
ARegionui_region_temp_add (bScreen *screen)
 
void ui_region_temp_remove (struct bContext *C, bScreen *screen, ARegion *region)
 

Detailed Description

Share between interface_region_*.c files.

Definition in file interface_regions_intern.h.

Function Documentation

◆ ui_popup_menu_hash()

uint ui_popup_menu_hash ( const char *  str)

Definition at line 104 of file interface_region_menu_popup.cc.

References BLI_ghashutil_strhash, and str.

Referenced by UI_pie_menu_begin(), and UI_popup_menu_begin_ex().

◆ ui_region_temp_add()

ARegion* ui_region_temp_add ( bScreen screen)

◆ ui_region_temp_remove()

void ui_region_temp_remove ( struct bContext C,
bScreen screen,
ARegion region 
)