Files
test/source/blender/editors/interface/interface_regions_intern.hh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
469 B
C++
Raw Normal View History

/* SPDX-FileCopyrightText: 2023 Blender Authors
*
* SPDX-License-Identifier: GPL-2.0-or-later */
/** \file
* \ingroup edinterface
*
* Share between interface_region_*.cc files.
*/
#pragma once
#include "BLI_string_ref.hh"
/* interface_region_menu_popup.cc */
uint ui_popup_menu_hash(blender::StringRef str);
/* interface_regions.cc */
ARegion *ui_region_temp_add(bScreen *screen);
void ui_region_temp_remove(bContext *C, bScreen *screen, ARegion *region);