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