enabled

The state of enabled for the PODSButton object.

Interface

PODSButton

IDL definition
attribute PODSBoolean enabled;
JavaScript synopsis
btn.enabled
btn.enabled = bool
C synopsis
PODSBoolean PODSgetEnabled(PODSButton* btn);
void PODSsetEnabled(
  PODSButton* btn,
  PODSBoolean bool
);
Parameters
  • btn   The PODSButton object.

  • bool   [in] The state to set: PODS_TRUE or PODS_FALSE.

Returns

Getter: PODS_TRUE if enabled is set to PODS_TRUE; PODS_FALSE otherwise.

Setter: None

Remarks

If enabled is set to PODS_TRUE the button is enabled. Otherwise the button is disabled.