From: mlichvar Date: Thu, 8 Feb 2007 19:14:57 +0000 (+0000) Subject: - new version for newtPopWindowNoRefresh X-Git-Tag: r0-52-6~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec93f35581021566ce2f2263d8ac619ced9edc2d;p=thirdparty%2Fnewt.git - new version for newtPopWindowNoRefresh --- diff --git a/newt.0.52.ver b/newt.0.52.ver index e80cb62..3bb4d7b 100644 --- a/newt.0.52.ver +++ b/newt.0.52.ver @@ -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;