Blender V5.0
interface_regions_intern.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
10
11#pragma once
12
13#include "BLI_string_ref.hh"
14
15struct ARegion;
16struct bContext;
17struct bScreen;
18
19/* interface_region_menu_popup.cc */
20
22
23/* interface_regions.cc */
24
26void ui_region_temp_remove(bContext *C, bScreen *screen, ARegion *region);
unsigned int uint
#define C
Definition RandGen.cpp:29
#define str(s)
ARegion * ui_region_temp_add(bScreen *screen)
void ui_region_temp_remove(bContext *C, bScreen *screen, ARegion *region)
uint ui_popup_menu_hash(blender::StringRef str)