comparison window/menuitem.h @ 52:15a18fbe6f21

* Known bugs added to the README * Code cleaning (0 -> NULL when needed, indentation, spaces, ...)
author thib
date Sat, 18 Apr 2009 18:35:39 +0000
parents 5ae5533b3a9a
children 4416cfac86ae
comparison
equal deleted inserted replaced
51:cbb301016a4e 52:15a18fbe6f21
26 */ 26 */
27 27
28 #ifndef __MENUITEM_H__ 28 #ifndef __MENUITEM_H__
29 #define __MENUITEM_H__ 29 #define __MENUITEM_H__
30 30
31 #include"widget.h" 31 #include "widget.h"
32 32
33 #define MenuItem WidMenuItem 33 #define MenuItem WidMenuItem
34 #define MenuRadioButton WidMenuRadioButton 34 #define MenuRadioButton WidMenuRadioButton
35 #define MenuScale WidMenuScale 35 #define MenuScale WidMenuScale
36 36