Example: IN_SetButtonBarDefinition

 

short nCmdList[6] = {IN_CMD_PAGE_FIRST, IN_CMD_PAGE_PREV, IN_CMD_PAGE_NEXT, IN_CMD_PAGE_LAST, IN_BUTTONBAR_SEPARATOR, IN_CMD_PAGE_GOTO, IN_CMD_PAGE_CONTENTS}

 

/* Include only page navigation buttons in the Page Navigation toolbar */

if ( ( nError = IN_SetButtonBarDefinition( IN_BUTTONBAR_PAGE_NAVIGATION, nCmdList, 7 ) ) != IN_SUCCESS )

 {

  ErrorHandler( nError, "Error message:" );

 }