2022-02-11 09:07:11 +11:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
2017-11-03 20:26:35 +11:00
|
|
|
|
2019-02-18 08:08:12 +11:00
|
|
|
/** \file
|
|
|
|
|
* \ingroup edinterface
|
2017-11-03 20:26:35 +11:00
|
|
|
*
|
2022-07-30 16:40:41 -05:00
|
|
|
* Share between interface_region_*.cc files.
|
2017-11-03 20:26:35 +11:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
2022-07-30 16:40:41 -05:00
|
|
|
/* interface_region_menu_popup.cc */
|
2022-04-04 13:17:03 +10:00
|
|
|
|
2019-01-04 11:05:53 +11:00
|
|
|
uint ui_popup_menu_hash(const char *str);
|
2017-11-03 20:26:35 +11:00
|
|
|
|
2022-07-30 16:40:41 -05:00
|
|
|
/* interface_regions.cc */
|
|
|
|
|
|
2020-04-03 14:23:21 +02:00
|
|
|
ARegion *ui_region_temp_add(bScreen *screen);
|
|
|
|
|
void ui_region_temp_remove(struct bContext *C, bScreen *screen, ARegion *region);
|