]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
- new version for newtPopWindowNoRefresh
authormlichvar <mlichvar>
Thu, 8 Feb 2007 19:14:57 +0000 (19:14 +0000)
committermlichvar <mlichvar>
Thu, 8 Feb 2007 19:14:57 +0000 (19:14 +0000)
newt.0.52.ver

index e80cb62cf4a2c7f6d992defc0c614a32772d6575..3bb4d7b08fe2ee9b648278413079538b97dbfdda 100644 (file)
@@ -1,6 +1,142 @@
 NEWT_0.52 {
-       global: newt*;
+       /* 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:
+               newtPopWindowNoRefresh;
+} NEWT_0.52;