home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / BASEman / root.8 / usr / lib / scohelp / en_US.ISO8859-1 / man / html.3tlib / man.3tlib.node
Text File  |  1998-08-19  |  14KB  |  301 lines

  1.  
  2. Bmip.3tlib.html:
  3.     Title = Bmip(3tlib)
  4.     Version = 1.0
  5.     Name = Bmip - BMIP response parsing routines
  6.     SubName = BmipResponseOperation - return operation name of BMIP response
  7.     SubName = BmipResponseClass - return class name of BMIP response
  8.     SubName = BmipResponseObjectInstance - return object name of BMIP response
  9.     SubName = BmipResponseAttrValList - return attributes and values of a BMIP response
  10.     SubName = BmipResponseActionType - return action of BMIP response
  11.     SubName = BmipResponseActionInfo - return operation action to client in BMIP response
  12.     SubName = BmipResponseErrorStack - return error stack generated by BMIP request
  13.     SubName = BmipResponseErrorId - return identifier for error message on error stack
  14.     SubName = BmipResponseErrorText - return text for error message on error stack
  15.     SubName = BmipResponseErrorIsPresent - indicate if error is associated with BMIP response
  16.  
  17. CallNonStdCmd.3tlib.html:
  18.     Title = CallNonStdCmd(3tlib)
  19.     Version = 1.0
  20.     Name = CallNonStdCmd, CallNonStdCmdLocale - call command line utility returning output
  21.     SubName = CallNonStdCmdLocale - call command line utility with specified locale
  22.  
  23. CallTfadminCmd.3tlib.html:
  24.     Title = CallTfadminCmd(3tlib)
  25.     Version = 1.0
  26.     Name = CallTfadminCmd - call command using tfadmin
  27.  
  28. Error.3tlib.html:
  29.     Title = Error(3tlib)
  30.     Version = 1.0
  31.     Name = Error - error handling interface for SCOadmin clients/OSAs
  32.     SubName = ErrorThrow - throw an existing error stack
  33.     SubName = ErrorCatch - process a SCOadmin error
  34.     SubName = ErrorTopLevelCatch - trap SCOadmin errors
  35.     SubName = ErrorStackSize - get current size of error stack
  36.     SubName = ErrorId - get message identifier for error from stack frame
  37.     SubName = ErrorData - get error data from stack frame
  38.     SubName = ErrorText - get localized error text from stack frame
  39.     SubName = ErrorPush - push an error frame onto an error stack
  40.     SubName = ErrorPushUnix - push a UNIX error onto an error stack
  41.     SubName = ErrorAddData - add error data to entry on top of error stack
  42.     SubName = ErrorOutput - output error stack in human-readable format
  43.  
  44. getopt.3tlib.html:
  45.     Title = getopt(3tlib)
  46.     Version = 1.0
  47.     Name = getopt - parse UNIX command line options
  48.  
  49. IntlLocal.3tlib.html:
  50.     Title = IntlLocal(3tlib)
  51.     Version = 1.0
  52.     Name = IntlLocal, IntlLocalizeMsg - localize message
  53.     SubName = IntlLocal - return localized text
  54.     SubName = IntlLocalizeMsg - return Tcl list structure rather than just localized text
  55.  
  56. Lock.3tlib.html:
  57.     Title = Lock(3tlib)
  58.     Version = 1.0
  59.     Name = Lock: LockPread, LockPwrite, LockVread, LockVwrite - apply/release read/write locks on files
  60.     SubName = LockPread - applies read lock on given file
  61.     SubName = LockPwrite - applies write lock on given file
  62.     SubName = LockVread - release read lock
  63.     SubName = LockVwrite - release write lock
  64.  
  65. Object.3tlib.html:
  66.     Title = Object(3tlib)
  67.     Version = 1.0
  68.     Name = Object: ObjectCreate, ObjectDelete, ObjectAction, ObjectGet, ObjectReplaceWithDefault, ObjectReplace, ObjectAdd, ObjectRemove - perform operations on SCOadmin objects
  69.     SubName = ObjectCreate - create an object
  70.     SubName = ObjectDelete - delete an object
  71.     SubName = ObjectAction - perform a class-specific action on an object
  72.     SubName = ObjectGet - get attributes of an object
  73.     SubName = ObjectReplaceWithDefault - assign default values to attributes of an object
  74.     SubName = ObjectReplace - replace specified values of object
  75.     SubName = ObjectAdd - add values to attributes of object
  76.     SubName = ObjectRemove - remove values from attributes of object
  77.  
  78. ObjectEventNotification.3tlib.html:
  79.     Title = ObjectEventNotification(3tlib)
  80.     Version = 1.0
  81.     Name = ObjectEventNotification - register notification function
  82.  
  83. OFBinding.3tlib.html:
  84.     Title = OFBinding(3tlib)
  85.     Version = 1.0
  86.     Name = OFBinding - bind a class description table
  87.  
  88. OFEvaluateFilter.3tlib.html:
  89.     Title = OFEvaluateFilter(3tlib)
  90.     Version = 1.0
  91.     Name = OFEvaluateFilter - filter list of objects
  92.  
  93. OFEvaluateOperation.3tlib.html:
  94.     Title = OFEvaluateOperation(3tlib)
  95.     Version = 1.0
  96.     Name = OFEvaluateOperation - perform BMIP request
  97.  
  98. OFEvent.3tlib.html:
  99.     Title = OFEvent(3tlib)
  100.     Version = 1.0
  101.     Name = OFThrowBmipEvent, OFCatchBmipEvent - send event to program making object call
  102.     SubName = OFThrowBmipEvent - send an event to originator of object request
  103.     SubName = OFCatchBmipEvent - send an event to originator of object request if error is returned
  104.  
  105. OFGenerateHandleId.3tlib.html:
  106.     Title = OFGenerateHandleId(3tlib)
  107.     Version = 1.0
  108.     Name = OFGenerateHandleId - generate indentifier for BMIP request
  109.  
  110. OFHandleScopedRequest.3tlib.html:
  111.     Title = OFHandleScopedRequest(3tlib)
  112.     Version = 1.0
  113.     Name = OFHandleScopedRequest - perform scoped BMIP request
  114.  
  115. OFReturnBmipResponse.3tlib.html:
  116.     Title = OFReturnBmipResponse(3tlib)
  117.     Version = 1.0
  118.     Name = OFReturnBmipResponse - send BMIP response
  119.  
  120. OsaLog.3tlib.html:
  121.     Title = OsaLog(3tlib)
  122.     Version = 1.0
  123.     Name = OsaLog: OsaLogOpen, OsaLogClose, OsaLog - interface for logging events to the SCOadmin event log
  124.     SubName = OsaLogOpen - open an I/O stream to SCOadmin event file
  125.     SubName = OsaLogClose - close I/O stream flush event data
  126.     SubName = OsaLog - log a message for an object instance and event type
  127.  
  128. SaAlignedForm.3tlib.html:
  129.     Title = SaAlignedForm(3tlib)
  130.     Version = 1.0
  131.     Name = SaAlignedForm - creates one or more vertically aligned widgets within a form, with right-justified localized labels
  132.  
  133. SaAutoRefresh.3tlib.html:
  134.     Title = SaAutoRefresh(3tlib)
  135.     Version = 1.0
  136.     Name = SaAutoRefresh: SaAutoRefresh, SaAutoRefreshOn, SaAutoRefreshOff, SaAutoRefreshPause, SaAutoRefreshResume, SaAutoRefreshGetState, SaAutoRefreshGetInterval, SaAutoRefreshSetInterval, SaAutoRefreshLoad, SaAutoRefreshStore, SaAutoRefreshCalled, SaAutoRefreshIntervalCB - SCO Visual Tcl package for manual and automatic refreshing of data
  137.     SubName = SaAutoRefreshOn - starts auto refresh service
  138.     SubName = SaAutoRefreshOff - stops auto refresh service
  139.     SubName = SaAutoRefreshPause - pauses auto refresh service
  140.     SubName = SaAutoRefreshResume - resumes auto refresh service
  141.     SubName = SaAutoRefreshGetState - get current auto refresh state
  142.     SubName = SaAutoRefreshGetInterval - get current auto refresh interval
  143.     SubName = SaAutoRefreshSetInterval - set auto refresh interval
  144.     SubName = SaAutoRefreshLoad - load auto refresh interval values
  145.     SubName = SaAutoRefreshStore - store auto refresh interval values
  146.     SubName = SaAutoRefreshCalled - return whether refresh was called by service or application
  147.     SubName = SaAutoRefreshIntervalCB - present interface for setting refresh interval
  148.  
  149. SaCharmSetMaxFormDimensions.3tlib.html:
  150.     Title = SaCharmSetMaxFormDimensions(3tlib)
  151.     Version = 1.0
  152.     Name = SaCharmSetMaxFormDimensions - expand CHARM SCO Visual Tcl form to maximum dimensions on the current character display
  153.  
  154. SaDisplay.3tlib.html:
  155.     Title = SaDisplay(3tlib)
  156.     Version = 1.0
  157.     Name = SaDisplay: SaDisplayErrorStacks, SaDisplayErrorInfo, SaDisplayNoAuths, SaDisplayNotRoot - SCO Visual Tcl interface for displaying error stacks and other common errors
  158.     SubName = SaDisplayErrorStacks - display full error stack
  159.     SubName = SaDisplayErrorInfo - display simple text string rather than full error stack
  160.     SubName = SaDisplayNoAuths - display error indicating invoker has insufficient authorization
  161.     SubName = SaDisplayNotRoot - display error indicating invoker must be root
  162.  
  163. SaHelpGetOptionsList.3tlib.html:
  164.     Title = SaHelpGetOptionsList(3tlib)
  165.     Version = 1.0
  166.     Name = SaHelpGetOptionsList - get a standard list of help pulldown menu options
  167.  
  168. SaHost.3tlib.html:
  169.     Title = SaHost(3tlib)
  170.     Version = 1.0
  171.     Name = SaHost: SaHostGetLocalName, SaHostGetManagedName, SaHostExtractSystemName, SaHostExtractDomain, SaHostsGet, SaHostCheck, SaHostRemoteOsaAccessible - host name management for SCOadmin applications
  172.     SubName = SaHostGetLocalName - get local host name
  173.     SubName = SaHostGetManagedName - get name of host being managed
  174.     SubName = SaHostExtractSystemName - extract host name from fully qualified host name
  175.     SubName = SaHostExtractDomain - extract domain from fully qualified host name
  176.     SubName = SaHostCheck - determine if host is known to name service of local host
  177.     SubName = SaHostsGet - use the local host name service to obtain list of hosts
  178.     SubName = SaHostRemoteOsaAccessible - test if remote services are available
  179.  
  180. SaListShowSelectedItem.3tlib.html:
  181.     Title = SaListShowSelectedItem(3tlib)
  182.     Version = 1.0
  183.     Name = SaListShowSelectedItem, SaDrawnListShowSelectedItem - SCO Visual Tcl interface for bringing selected list items into view
  184.  
  185. SaMakeObjectCall.3tlib.html:
  186.     Title = SaMakeObjectCall(3tlib)
  187.     Version = 1.0
  188.     Name = SaMakeObjectCall - perform object calls returing a list of BMIP responses
  189.  
  190. SaOpenHost.3tlib.html:
  191.     Title = SaOpenHost(3tlib)
  192.     Version = 1.0
  193.     Name = SaOpenHost: SaOpenHostCB, SaOpenHostDialog, SaOpenHostInvokeManager, SaOpenHostManagerRunning - SCO Visual Tcl interface for the managing a remote host
  194.     SubName = SaOpenHostCB - interface for selecting host to manage
  195.     SubName = SaOpenHostInvokeManager - start manager for managed host
  196.     SubName = SaOpenHostManagerRunning - checks if application is running locally and managing remote host
  197.  
  198. SaPrint.3tlib.html:
  199.     Title = SaPrint(3tlib)
  200.     Version = 1.0
  201.     Name = SaPrint - SCOadmin interface for printing support
  202.  
  203. SaPrinter.3tlib.html:
  204.     Title = SaPrinter(3tlib)
  205.     Version = 1.0
  206.     Name = SaPrinter: SaPrintersGet, SaPrinterGetDefault, SaPrinterGetClasses, SaPrinterGetQueues - SCOadmin interfaces for querying the print subsystem
  207.     SubName = SaPrintersGet - get list of printers on host machine
  208.     SubName = SaPrinterGetDefault - get default printer on host machine
  209.     SubName = SaPrinterGetClasses - get list of printer classes on host machine
  210.     SubName = SaPrinterGetQueues - get list of printer queues on host machine
  211.  
  212. SaRunLevel.3tlib.html:
  213.     Title = SaRunLevel(3tlib)
  214.     Version = 1.0
  215.     Name = SaRunLevel: SaRunLevelGet, SaRunLevelIsSingleUser - determine system run level
  216.     SubName = SaRunLevelGet - returns run level
  217.     SubName = SaRunLevelIsSingleUser - determines if system is in single user mode
  218.  
  219. SaScreenPolicy.3tlib.html:
  220.     Title = SaScreenPolicy(3tlib)
  221.     Version = 1.0
  222.     Name = SaScreenPolicy: SaScreenPolicyGet, SaScreenPolicySet - save/restore configurable application variables for SCOadmin clients
  223.     SubName = SaScreenPolicyGet - get stored user preferences for manager
  224.     SubName = SaScreenPolicySet - store user preferences for manager
  225.  
  226. SaSelectHost.3tlib.html:
  227.     Title = SaSelectHost(3tlib)
  228.     Version = 1.0
  229.     Name = SaSelectHost: SaSelectHostText, SaSelectHostDialog, SaSelectHostGetText, SaSelectHostGetSelection, SaSelectHostGetTextWidget, SaSelectHostGetButtonWidget - SCO Visual Tcl interface for graphical host browsing and selection
  230.     SubName = SaSelectHostText - launches form for selecting host
  231.     SubName = SaSelectHostDialog - directly launches dialog for browsing host list
  232.     SubName = SaSelectHostGetText - get user input for host dialog
  233.     SubName = SaSelectHostGetSelection - get user input for host dialog
  234.     SubName = SaSelectHostGetTextWidget - get user input for host dialog
  235.     SubName = SaSelectHostGetButtonWidget - get user input for host dialog
  236.  
  237. SaSetFocus.3tlib.html:
  238.     Title = SaSetFocus(3tlib)
  239.     Version = 1.0
  240.     Name = SaSetFocus: SaSetTabGroups, SaSetFocusList, SaSetFocus - control focus order of SCO Visual Tcl widgets during user traversal of a form
  241.     SubName = SaSetTabGroups - configure tab group for a form
  242.     SubName = SaSetFocusList - establish sequence of widget focus used for navigation
  243.     SubName = SaSetFocus - advance focus to specified widget
  244.  
  245. SaShortHelp.3tlib.html:
  246.     Title = SaShortHelp(3tlib)
  247.     Version = 1.0
  248.     Name = SaShortHelp: SaShortHelpCB, SaShortHelpMenuOptions, SaShortHelpSetState, SaShortHelpGetState, SaShortHelpLoad, SaShortHelpStore - SCO Visual Tcl interface for graphical point (short) help
  249.     SubName = SaShortHelpCB - standard point help interface
  250.     SubName = SaShortHelpMenuOptions - attach point help menu options to pulldown menu widget
  251.     SubName = SaShortHelpSetState - enable/disable point help
  252.     SubName = SaShortHelpGetState - determine current state of point help
  253.     SubName = SaShortHelpLoad - load user point help preference
  254.     SubName = SaShortHelpStore - store user point help preference
  255.  
  256. SaStatusBar.3tlib.html:
  257.     Title = SaStatusBar(3tlib)
  258.     Version = 1.0
  259.     Name = SaStatusBar: SaStatusBar, SaStatusBarSet, SaStatusBarClear, SaStatusBarGet - SCO Visual Tcl interface for graphical status bars on forms
  260.     SubName = SaStatusBar - create status bar
  261.     SubName = SaStatusBarSet - displays text string in status bar
  262.     SubName = SaStatusBarClear - clear status bar
  263.     SubName = SaStatusBarGet - get text string from status bar
  264.  
  265. SaToolbar.3tlib.html:
  266.     Title = SaToolbar(3tlib)
  267.     Version = 1.0
  268.     Name = SaToolbar: SaToolbar, SaToolbarButtonSetSensitive, SaToolbarGetKeys, SaToolbarMenuOptions, SaToolbarGet, SaToolbarLoad, SaToolbarStore - SCO Visual Tcl interface for graphical toolbars
  269.     SubName = SaToolbar - create tool bar
  270.     SubName = SaToolbarButtonSetSensitive - stipple button
  271.     SubName = SaToolbarGetKeys - return list of the current set of tool bar keys
  272.     SubName = SaToolbarMenuOptions - attach standard toolbar menu options to pulldown menu
  273.     SubName = SaToolbarGet - load variables with current toolbar values for storage
  274.     SubName = SaToolbarLoad - load user tool bar values
  275.     SubName = SaToolbarStore - store user tool bar values
  276.  
  277. SaTwoList.3tlib.html:
  278.     Title = SaTwoList(3tlib)
  279.     Version = 1.0
  280.     Name = SaTwoList: SaTwoList, SaTwoListAddItems, SaTwoListDeleteItems, SaTwoListGetItems, SaTwoListSelectItems, SaTwoListGetTabList, SaTwoListSetFocus - SCO Visual Tcl interface for a two-list widget form
  281.     SubName = SaTwoList - create a two-list form widget
  282.     SubName = SaTwoListAddItems - add items to a two-list
  283.     SubName = SaTwoListDeleteItems - delete items from a two-list
  284.     SubName = SaTwoListGetItems - get items from a two-list
  285.     SubName = SaTwoListSelectItems - select items from a two-list
  286.     SubName = SaTwoListGetTabList - return tab traversal sequence
  287.     SubName = SaTwoListSetFocus - set focus in two-list
  288.  
  289. SaUsers.3tlib.html:
  290.     Title = SaUsers(3tlib)
  291.     Version = 1.0
  292.     Name = SaUsers: SaUsersGet, SaGroupsGet, SaGetPwEnts - get data about users and groups on a specified host
  293.     SubName = SaUsersGet - get list of user names
  294.     SubName = SaGroupsGet - get list of group names
  295.     SubName = SaGetPwEnts - get list of user attributes
  296.  
  297. Stanza.3tlib.html:
  298.     Title = Stanza(3tlib)
  299.     Version = 1.0
  300.     Name = Stanza - interfaces for managing Stanza files
  301.