"headerHidden"

Sets whether the header is shown or not.

Synopsis

shape.headerHidden(bool check);

Parameter

Parameter Description
shape Name of the object.
check Declares if the header is shown.

Description

If it's TRUE, the header is hidden.

EXAMPLE

main()
{
  TREE1.headerHidden(true);
}
Figure 1. The Header is shown for the Tree Widget
Figure 2. The Header is hidden for the Tree Widget

Assignment

Tree widget