mCtrl  0.9.5
menubar.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2012-2013 Martin Mitas
3  *
4  * This library is free software; you can redistribute it and/or modify it
5  * under the terms of the GNU Lesser General Public License as published by
6  * the Free Software Foundation; either version 2.1 of the License, or
7  * (at your option) any later version.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12  * GNU Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public License
15  * along with this library; if not, write to the Free Software Foundation,
16  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17  */
18 
19 #ifndef MCTRL_MENUBAR_H
20 #define MCTRL_MENUBAR_H
21 
22 #include <mCtrl/_defs.h>
23 #include <mCtrl/_common.h>
24 
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
28 
29 
178 
184 
188 void MCTRL_API mcMenubar_Terminate(void);
189 
197 
208 BOOL MCTRL_API mcIsMenubarMessage(HWND hwndMenubar, LPMSG lpMsg);
209 
217 
219 #define MC_WC_MENUBARW L"mCtrl.menubar"
220 
221 #define MC_WC_MENUBARA "mCtrl.menubar"
222 
230 
238 #define MC_MBM_SETMENU (MC_MBM_FIRST + 0)
239 
250 #define MC_MBM_REFRESH (MC_MBM_FIRST + 1)
251 
259 
261 #define MC_WC_MENUBAR MCTRL_NAME_AW(MC_WC_MENUBAR)
262 
266 #ifdef __cplusplus
267 } /* extern "C" */
268 #endif
269 
270 #endif /* MCTRL_MENUBAR_H */