Blender  V3.3
interface_regions_intern.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
9 #pragma once
10 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
15 /* interface_region_menu_popup.c */
16 
17 uint ui_popup_menu_hash(const char *str);
18 
19 /* interface_regions_intern.h */
21 void ui_region_temp_remove(struct bContext *C, bScreen *screen, ARegion *region);
22 
23 #ifdef __cplusplus
24 }
25 #endif
unsigned int uint
Definition: BLI_sys_types.h:67
#define C
Definition: RandGen.cpp:25
#define str(s)
void ui_region_temp_remove(struct bContext *C, bScreen *screen, ARegion *region)
uint ui_popup_menu_hash(const char *str)
ARegion * ui_region_temp_add(bScreen *screen)