comparison src/ui/bmi/AUIEditor.h @ 92:c0052fe355d3

src/ui/bmi/*.[ch]: rm trailing white space
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 08 Nov 2020 06:39:16 +0000
parents 67bfe9f274f6
children 1a17927dd8a2
comparison
equal deleted inserted replaced
91:c3d28a37caad 92:c0052fe355d3
103 /* STRUCTURES */ 103 /* STRUCTURES */
104 /* */ 104 /* */
105 /****************************************************************************/ 105 /****************************************************************************/
106 106
107 /* T_AUI_EDITOR_DATA */ 107 /* T_AUI_EDITOR_DATA */
108 108
109 typedef struct 109 typedef struct
110 { 110 {
111 T_ED_ATTR editor_attr; /* The editor attributes */ 111 T_ED_ATTR editor_attr; /* The editor attributes */
112 int zone_id; /* Type of editor window */ 112 int zone_id; /* Type of editor window */
113 113
114 USHORT Identifier; /* Identifier passed on to callback function */ 114 USHORT Identifier; /* Identifier passed on to callback function */
115 ULONG timeout; /* Time before editor calls callback */ 115 ULONG timeout; /* Time before editor calls callback */
116 T_AUI_EDIT_CB Callback; /* Callback function */ 116 T_AUI_EDIT_CB Callback; /* Callback function */
117 BOOL destroyEditor; /* TRUE if editor is to be destroyed on exit */ 117 BOOL destroyEditor; /* TRUE if editor is to be destroyed on exit */
118 UBYTE min_enter; /* Minimum number of characters necessary to enter */ 118 UBYTE min_enter; /* Minimum number of characters necessary to enter */
119 BOOL change_rsk_on_empty; /* TRUE if text of right soft key changes when buffer is empty*/ 119 BOOL change_rsk_on_empty; /* TRUE if text of right soft key changes when buffer is empty*/
120 120
121 USHORT TitleId; /* Text ID for the title of the editor */ 121 USHORT TitleId; /* Text ID for the title of the editor */
122 UBYTE *TitleString; /* String for title of editor (ignored if TitleId is non-null) */ 122 UBYTE *TitleString; /* String for title of editor (ignored if TitleId is non-null) */
123 USHORT LeftSoftKey; /* Text ID for left soft key */ 123 USHORT LeftSoftKey; /* Text ID for left soft key */
124 USHORT AltLeftSoftKey; /* Text ID for soft key to appear before min_enter characters entered */ 124 USHORT AltLeftSoftKey; /* Text ID for soft key to appear before min_enter characters entered */
125 USHORT RightSoftKey; /* Text ID for right soft key */ 125 USHORT RightSoftKey; /* Text ID for right soft key */