You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
329 B

//
// Author: Remi Villatel <maxilys@tele2.fr>, (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