visible

The state of visible for the PODSButton object.

Interface

PODSButton

IDL definition
attribute PODSBoolean visible;
JavaScript synopsis
btn.visible
btn.visible = bool
C synopsis
PODSBoolean PODSgetVisible(PODSButton* btn);
void setVisible(
  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 visible is set to PODS_TRUE; PODS_FALSE otherwise.

Setter: None

Remarks

If visible is set to PODS_TRUE, the button is visible on the toolbar. Otherwise it is not. Whether a gap appears in the toolbar in the position of the invisible button depends on the platform.