*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->HP-UX 11i man pages -> XmTabListRemoveTabs (3)              
Title
Content
Arch
Section
 

Contents


 XmTabListRemoveTabs(library call)         XmTabListRemoveTabs(library call)




 NAME    [Toc]    [Back]
      XmTabListRemoveTabs - A convenience function that removes
      noncontiguous tabs

 SYNOPSIS    [Toc]    [Back]
      #include <Xm/Xm.h>
      XmTabList XmTabListRemoveTabs(
      XmTabList oldlist,
      Cardinal *position_list,
      Cardinal position_count);

 DESCRIPTION    [Toc]    [Back]
      XmTabListRemoveTabs removes noncontiguous tabs from a tab list.  The
      function creates a new tab list by copying the contents of oldlist and
      removing all tabs whose corresponding positions appear in the
      position_list array.  A warning message is displayed if a specified
      position is invalid; for example, if the value is a number greater
      than the number of tabs in the tab list.

      tablist   Specifies the tab list.  The function deallocates oldlist
                and the tabs it contains after extracting the required
                information.

      position_list
                Specifies an array of the tab positions to be removed. The
                position of the first tab in the list is 0 (zero), the
                position of the second tab is 1, and so on.

      position_count
                Specifies the number of elements in the position_list.

 RETURN    [Toc]    [Back]
      If oldlist or position_list is NULL, or position_count is 0 (zero),
      returns oldlist. Otherwise, this function returns the new tab list.
      The function allocates space to hold the returned tab list.  The
      application is responsible for managing the allocated space.  The
      application can recover the allocated space by calling XmTabListFree.

 RELATED    [Toc]    [Back]
      XmTabList(3) and XmTabListFree(3).


                                    - 1 -       Formatted:  January 24, 2005
[ Back ]
 Similar pages
Name OS Title
XmTabListTabCount HP-UX A convenience function that counts the number of tabs
XmTabListInsertTabs HP-UX A convenience function that inserts tabs into a tab list
XmTabListReplacePositions HP-UX A convenience function that creates a new tab list with replacement tabs
XmRenderTableRemoveRenditions HP-UX A convenience function that removes renditions
XmRemoveWMProtocolCallback IRIX A VendorShell convenience interface that removes a callback from the internal list
XmRemoveWMProtocolCallback HP-UX A VendorShell convenience interface that removes a callback from the internal list
XmRemoveWMProtocolCallback Tru64 A VendorShell convenience interface that removes a callback from the internal list
XmRemoveWMProtocols IRIX A VendorShell convenience interface that removes the protocols from the protocol manager and deallocates the i
XmRemoveWMProtocols Tru64 A VendorShell convenience interface that removes the protocols from the protocol manager and dealloc...
XmRemoveWMProtocols HP-UX A VendorShell convenience interface that removes the protocols from the protocol manager and deallocates the i
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service