Object ProUINakedwindow

Function ProUINakedwindowDefaultbuttonactionGet


Description
Set the default button action of the naked window. This is a flag indicating whether a middle mouse button press in the NakedWindow should cause the default button of the Dialog in which the component is contained to be activated.
Synopsis
#include <ProUINakedwindow.h>
ProErrorProUINakedwindowDefaultbuttonactionGet(
char* dialog
/* (In)
The name of the dialog that contains the naked window.
*/
char* component
/* (In)
The name of the naked window component.
*/
int* value
/* (Out)
Value of the flag (PRO_B_TRUE or PRO_B_FALSE).
*/
)
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: NakedWindow Operations