2 * Copyright 2003-2004 Waldemar Kornewald. All rights reserved.
3 * Copyright 2017 Haiku, Inc. All rights reserved.
4 * Distributed under the terms of the MIT License.
6 #ifndef _INTERFACE_UTILS__H
7 #define _INTERFACE_UTILS__H
9 #include <SupportDefs.h>
21 extern BPoint
center_on_screen(BRect rect
, BWindow
*window
= NULL
);
22 extern int32
FindNextMenuInsertionIndex(BMenu
*menu
, const char *name
,
24 extern int32
FindNextListInsertionIndex(BListView
*list
, const char *name
);
25 extern void AddAddonsToMenu(const BMessage
*source
, BMenu
*menu
, const char *type
,