![]() |
![]()
| ![]() |
![]()
NAMEXmTabListCopy — A convenience function that creates a new tab list from an existing list SYNOPSIS#include <Xm/Xm.h> XmTabList XmTabListCopy( XmTabList tablist, int offset, Cardinal count); DESCRIPTIONXmTabListCopy creates a new tab list consisting of a copy of a portion of the contents of the tablist argument. This function starts copying at the specified offset value of the tab list and copies count values.
RETURNIf tablist is NULL, this function returns NULL. Otherwise, this function returns a newly allocated XmTabList. If the function does allocate an XmTabList, then the application is responsible for managing the allocated space. The application can recover the allocated space by calling XmTabListFree. RELATEDXmTabList(3) and XmTabListFree(3).
|