27const char *
kDStr =
"DRAWNBUTTON";
44 const char *hint,
const char *type)
70 char *s =
Strip(action);
74 Error(
"SetAction",
"action missing");
87 if (!strcasecmp(type,
kBStr))
89 else if (!strcasecmp(type,
kDStr))
91 else if (!strcasecmp(type,
kSStr))
94 Error(
"SetType",
"unknown type '%s' !\n\t(choice of: %s, %s, %s)",
115 Error(
"SetType",
"unknown type: %d !\n\t(choice of: %d, %d, %d)",
int Int_t
Signed integer 4 bytes (int).
externTApplication * gApplication
char * Strip(const char *str, char c=' ')
Strip leading and trailing c (blanks by default) from a string.
virtual void Error(const char *method, const char *msgfmt,...) const
Issue error message.