Category Custom user interface, Object ProUICheckbutton

Function ProUICheckbuttonPopupmenuSet


Description
Sets the name of the popup menu for the checkbutton.
Synopsis
#include <ProUICheckbutton.h>
ProErrorProUICheckbuttonPopupmenuSet(
char* dialog
/* (In)
The dialog name.
*/
char* component
/* (In)
The component name.
*/
char* value
/* (In)
The name of the popup menu pane.
*/
)
Returns
PRO_TK_NO_ERRORThe function was successful
PRO_TK_GENERAL_ERRORThe function failed
PRO_TK_BAD_INPUTSAn invalid argument was given

Manual References:

  1. User Interface: Dialogs: Checkbutton Attributes