XmTabListInsertTabs (3) Linux Manual Page
XmTabListInsertTabs — A convenience function that inserts tabs into a tab list Synopsis#include <Xm/Xm.h> XmTabList XmTabListInsertTabs( XmTabList oldlist, XmTab *tabs, Cardinal tab_count, int position);DescriptionXmTabListInsertTabs creates a new tab list that includes the tabs in oldlist. This function copies specified tabs to the tab list at the given position. The first tab_count tabs of the tabs…
