X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fgui%2Fmenubar.h;h=a4bd9a20e94f92c8e111c8cffb93a9b19407f297;hb=4756aabbd1c7b16e31c9814b8e7f1586dfd3bf22;hp=324167f4cafccbce5f66f4b9413c0592e37fc9fa;hpb=79592eaa40c94f72047d8db4a5435b84dd5ab3e5;p=bertos.git diff --git a/bertos/gui/menubar.h b/bertos/gui/menubar.h index 324167f4..a4bd9a20 100644 --- a/bertos/gui/menubar.h +++ b/bertos/gui/menubar.h @@ -1,41 +1,47 @@ /** * \file - * Copyright 2004, 2005 Develer S.r.l. (http://www.develer.com/) + * + * + * \brief Graphic menu bar widget. * * \version $Id$ * * \author Stefano Fedrigo * - * \brief Graphic menu bar widget. */ -/*#* - *#* $Log: menubar.h,v $ - *#* Revision 1.17 2006/06/16 16:18:49 batt - *#* Fix doxygen docs. - *#* - *#* Revision 1.16 2005/11/16 18:10:19 bernie - *#* Move top-level headers to cfg/ as in DevLib. - *#* - *#* Revision 1.15 2005/02/17 03:49:21 bernie - *#* Update to new PGM api. - *#* - *#* Revision 1.14 2004/10/31 11:02:15 aleph - *#* Rename functions with correct codying conventions; Simplify version display - *#* - *#* Revision 1.13 2004/09/27 12:05:46 powersoft - *#* Use sel label for toggle menus and remove it - *#* - *#* Revision 1.12 2004/09/27 10:05:33 powersoft - *#* Menu cosmetic fixes - *#*/ #ifndef MWARE_MENUBAR_H #define MWARE_MENUBAR_H -#include #include -#include /** Predefined labels ids */ enum LabelId @@ -53,11 +59,7 @@ enum LabelId LABEL_MINUS, LABEL_PLUS, LABEL_SEL, - #if OEM_BRAND == OEM_CLAIRBROS - LABEL_GAIN, - #else LABEL_LOCK, - #endif LABEL_UNLOCK, LABEL_MORE, LABEL_EDIT,