3 * texts.h - String constants are read from Xresources/app-defaults
4 * (c) 1994 Jochen Hein ( Hein@Student.TU-Clausthal.de )
8 * Type-description for buttons
11 typedef struct tButtonDesc {
12 char *Label; /* Label of the Button */
13 char Hotkey; /* Hotkey to press this Button */
16 typedef struct tButtonTexts {