Ardour  9.0-pre0-582-g084a23a80d
gtkmm2ext/gtkmm2ext/menu_elems.h
Go to the documentation of this file.
1 /* menu_elems.h
2  *
3  * Copyright (C) 2017 Robin Gareus <robin@gareus.org>
4  * Copyright (C) 1998-2002 The gtkmm Development Team
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2.1 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19  */
20 
21 #ifndef _gtkmm2ext_menu_elems_h_
22 #define _gtkmm2ext_menu_elems_h_
23 
24 #include <gtkmm/menu_elems.h>
25 #include "gtkmm2ext/visibility.h"
26 
27 namespace Gtkmm2ext {
28 
30 {
31 public:
32  MenuElemNoMnemonic (const Glib::ustring& label, const CallSlot& slot);
33 };
34 
36 {
37 public:
38  CheckMenuElemNoMnemonic (const Glib::ustring& label, const CallSlot& slot = CallSlot());
39 };
40 
41 }
42 #endif
CheckMenuElemNoMnemonic(const Glib::ustring &label, const CallSlot &slot=CallSlot())
MenuElemNoMnemonic(const Glib::ustring &label, const CallSlot &slot)
#define LIBGTKMM2EXT_API
BaseUI::RequestType CallSlot