]> git.ipfire.org Git - thirdparty/newt.git/blame - newt.0.52.ver
0.52.24
[thirdparty/newt.git] / newt.0.52.ver
CommitLineData
feef2cb5 1NEWT_0.52 {
ec93f355 2 /* remove private functions with next soname change */
3 global:
4 newtBell;
5 newtButton;
6 newtButtonBar;
7 newtButtonBarv;
8 newtCenteredWindow;
9 newtCheckbox;
10 newtCheckboxGetValue;
11 newtCheckboxSetFlags;
12 newtCheckboxSetValue;
13 newtCheckboxTree;
14 newtCheckboxTreeAddArray;
15 newtCheckboxTreeAddItem;
16 newtCheckboxTreeFindItem;
17 newtCheckboxTreeGetCurrent;
18 newtCheckboxTreeGetEntryValue;
19 newtCheckboxTreeGetMultiSelection;
20 newtCheckboxTreeGetSelection;
21 newtCheckboxTreeMulti;
22 newtCheckboxTreeSetCurrent;
23 newtCheckboxTreeSetEntry;
24 newtCheckboxTreeSetEntryValue;
25 newtCheckboxTreeSetWidth;
26 newtClearBox;
27 newtClearKeyBuffer;
28 newtCls;
29 newtCompactButton;
30 newtComponentAddCallback;
31 newtComponentTakesFocus;
32 newtCreateGrid;
33 newtCursorOff;
34 newtCursorOn;
35 newtDefaultColorPalette;
36 newtDefaultEventHandler;
37 newtDefaultMappedHandler;
38 newtDefaultPlaceHandler;
39 newtDelay;
40 newtDrawBox;
41 newtDrawForm;
42 newtDrawRootText;
43 newtEntry;
44 newtEntryGetValue;
45 newtEntrySet;
46 newtEntrySetFilter;
47 newtEntrySetFlags;
48 newtFinished;
49 newtFlushInput;
50 newtForm;
51 newtFormAddComponent;
52 newtFormAddComponents;
53 newtFormAddHotKey;
54 newtFormDestroy;
55 newtFormGetCurrent;
56 newtFormRun;
57 newtFormSetBackground;
58 newtFormSetCurrent;
59 newtFormSetHeight;
60 newtFormSetSize;
61 newtFormSetTimer;
62 newtFormSetWidth;
63 newtFormWatchFd;
64 newtGetKey;
65 newtGetScreenSize;
66 newtGetWindowPos;
67 newtGetrc;
68 newtGotorc;
69 newtGridAddComponentsToForm;
70 newtGridBasicWindow;
71 newtGridFree;
72 newtGridGetSize;
73 newtGridHCloseStacked;
74 newtGridHStacked;
75 newtGridPlace;
76 newtGridSetField;
77 newtGridSimpleWindow;
78 newtGridVCloseStacked;
79 newtGridVStacked;
80 newtGridWrappedWindow;
81 newtGridWrappedWindowAt;
82 newtInit;
83 newtLabel;
84 newtLabelSetText;
85 newtListbox;
86 newtListboxAppendEntry;
87 newtListboxClear;
88 newtListboxClearSelection;
89 newtListboxDeleteEntry;
90 newtListboxGetCurrent;
91 newtListboxGetEntry;
92 newtListboxGetSelection;
93 newtListboxInsertEntry;
94 newtListboxItemCount;
95 newtListboxSelectItem;
96 newtListboxSetCurrent;
97 newtListboxSetCurrentByKey;
98 newtListboxSetData;
99 newtListboxSetEntry;
100 newtListboxSetWidth;
101 newtOpenWindow;
102 newtPopHelpLine;
103 newtPopWindow;
104 newtPushHelpLine;
105 newtRadioGetCurrent;
106 newtRadiobutton;
107 newtRedrawHelpLine;
108 newtReflowText;
109 newtRefresh;
110 newtResizeScreen;
111 newtResume;
112 newtRunForm;
113 newtScale;
114 newtScaleSet;
115 newtScrollbarSet;
116 newtSetColors;
117 newtSetFlags;
118 newtSetHelpCallback;
119 newtSetSuspendCallback;
120 newtSuspend;
121 newtTextbox;
122 newtTextboxGetNumLines;
123 newtTextboxReflowed;
124 newtTextboxSetHeight;
125 newtTextboxSetText;
126 newtTrashScreen;
127 newtVerticalScrollbar;
128 newtWaitForKey;
129 newtWinChoice;
130 newtWinEntries;
131 newtWinMenu;
132 newtWinMessage;
133 newtWinMessagev;
134 newtWinTernary;
feef2cb5 135 _newt_wstrlen;
136 local: *;
137};
138
ec93f355 139NEWT_0.52.6 {
140 global:
70728aab 141 newtSetColor;
ec93f355 142 newtPopWindowNoRefresh;
143} NEWT_0.52;
c101e99e
RJ
144
145NEWT_0.52.9 {
146 global:
147 newtComponentAddDestroyCallback;
148 newtComponentDestroy;
149} NEWT_0.52.6;
ef3f0be6
TJ
150
151NEWT_0.52.11 {
152 global:
153 newtRadioSetCurrent;
154} NEWT_0.52.9;
099b22e5
ML
155
156NEWT_0.52.13 {
157 global:
158 newtEntrySetColors;
159 newtLabelSetColors;
160 newtScaleSetColors;
161 newtScrollbarSetColors;
162 newtTextboxSetColors;
163} NEWT_0.52.11;
e91498bc
ML
164
165NEWT_0.52.16 {
166 global:
167 newtComponentGetPosition;
168 newtComponentGetSize;
169} NEWT_0.52.13;
7f72e4ef
DW
170
171NEWT_0.52.17 {
172 global:
173 newtFormGetScrollPosition;
174 newtFormSetScrollPosition;
c8cddffd
DW
175 newtEntryGetCursorPosition;
176 newtEntrySetCursorPosition;
7f72e4ef 177} NEWT_0.52.16;