class sizerFixed

superclass(es) sizer
subclass(es) -
description The sizerFixed class is the sizer class that makes a panel 'stick' to one side of the frame window and  the size of the panel window is a fixed number of pixels.
see also panel

tasks

After a sizerFixed instance is assigned to a panel window it takes care of resizing the panel window automatically. This sizer class makes a panel 'stick' to one side of a frame window and  the size of the panel window is a fixed number of pixels.

methods

numPixels(Output)

func Retrieve the number of pixels of the sizer.
pre TRUE.
post The num pixels value of the sizer is assigned to the variable Output.

putNumPixels(NumPixel, Output)

func Set the number of pixels of the sizer.
pre The variable NumPixel must be a positive integer value.
post If the number of pixels of the sizer was set successfully then true is assigned to Output, false is assigned to Output if there was an error setting the number of pixels.