Intermec ck1 Reference Guide

Page of 390
Chapter 4 — SDK Components 
230 
CK1 SDK Programmer’s Reference Manual 
otk_tab_group_set_tab_button_size 
 
Purpose:  Set the size of the tab buttons (the bookmarks) to match the specified 
values. 
 
Prototype: 
void otk_tab_group_set_tab_button_size(OtkTabGroup* 
tabgrp, int width, int height);
 
 
Parameters:  tabgrp 
Specified OtkTabgroup widget 
width 
Value for the width of button 
height 
Value for the height of button 
 
Return: None 
otk_tab_group_set_user_data 
 
Purpose:  Set user data. 
 
Prototype: 
void otk_tab_group_set_user_data (OtkTabGroup* tabgrp
void* user_data);
 
 
Parameters:  tabgrp 
Pointer to the real instance 
user_data 
Pointer to the specified data 
 
Return: None 
OtkCustomPopupMenu 
OtkCustomPopupMenu is the base type for OtkPopupMenu. 
Do not create instances of OtkCustomPopupMenu. Use 
OtkCustomPopupMenu as a base class when declaring popup menu 
widgets that implement a popup menu widget. Properties, methods, and 
functions of OtkCustomPopupMenu provide basic behavior that 
descendant widgets inherit as well as behavior that components can 
override to customize their behavior. 
OtkCustomPopupMenu was inherited from OtkWidget, OtkGroup, 
OtkControl, and OtkPopupWindow. 
otk_custompopupmenu_init 
 
Purpose:  Initialize the OtkCustomPopupMenu instance. 
 
Prototype: 
void otk_custompopupmenu_init(OtkCustomPopupMenu* opp);
 
 
Parameter:  opp 
Pointer of the OtkCustomPopupMenu instance 
 
Return: None