From ec93f35581021566ce2f2263d8ac619ced9edc2d Mon Sep 17 00:00:00 2001 From: mlichvar Date: Thu, 8 Feb 2007 19:14:57 +0000 Subject: [PATCH] - new version for newtPopWindowNoRefresh --- newt.0.52.ver | 138 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 137 insertions(+), 1 deletion(-) 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; -- 2.47.2