X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fgui%2Fmenubar.h;h=a30dd46aac44864501d49958a8ccda8344f86d25;hb=69189320a33089d77c2623698c583a7a0fc48702;hp=324167f4cafccbce5f66f4b9413c0592e37fc9fa;hpb=79592eaa40c94f72047d8db4a5435b84dd5ab3e5;p=bertos.git diff --git a/bertos/gui/menubar.h b/bertos/gui/menubar.h index 324167f4..a30dd46a 100644 --- a/bertos/gui/menubar.h +++ b/bertos/gui/menubar.h @@ -1,41 +1,45 @@ /** * \file - * Copyright 2004, 2005 Develer S.r.l. (http://www.develer.com/) + * * - * \version $Id$ + * \brief Graphic menu bar widget. * * \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 +#ifndef GUI_MENUBAR_H +#define GUI_MENUBAR_H -#include #include -#include /** Predefined labels ids */ enum LabelId @@ -53,11 +57,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, @@ -94,4 +94,4 @@ void mbar_init( int num_labels); void mbar_draw(const struct MenuBar *mb); -#endif /* MWARE_MENUBAR_H */ +#endif /* GUI_MENUBAR_H */