// // Author: Remi Villatel , (C) 2005 // // Copyright: See COPYING file that comes with this distribution // // #ifndef ENUMS_H #define ENUMS_H enum ButtonType { ButtonHelp = 0, ButtonMax, ButtonMin, ButtonClose, ButtonMenu, ButtonOnAllDesktops, ButtonAbove, ButtonBelow, ButtonTypeCount }; #endif