ultimatepp/rainbow/LinuxGl/stdids.h
unodgs b79f130d01 LinuxGl: Initial version
git-svn-id: svn://ultimatepp.org/upp/trunk@6185 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-07-11 14:29:53 +00:00

11 lines
129 B
C

enum {
IDOK = 1,
IDCANCEL = 2,
IDABORT = 3,
IDRETRY = 4,
IDIGNORE = 5,
IDYES = 6,
IDNO = 7,
IDCLOSE = 8,
IDHELP = 9,
};