Package Win32::GUI::Rebar
Constructor
new Win32::GUI::Rebar(PARENT, %OPTIONS)
Creates a new Rebar object; can also be called as PARENT->AddRebar(%OPTIONS). Class specific %OPTIONS are:
-bandborders => 0/1 (default 0)
display a border to separate bands.
-fixedorder => 0/1 (default 0)
band position cannot be swapped.
-imagelist => Win32::GUI::ImageList object
-varheight => 0/1 (default 1)
display bands using the minimum required height.
Methods
BandCount()
Returns the number of bands in the Rebar control.
DeleteBand(INDEX) Deletes the zero-based INDEX band from the Rebar.
InsertBand(%OPTIONS) Inserts a new band in the Rebar control. Allowed %OPTIONS are:
RowCount() Returns the number of rows in the Rebar control.
HeightChange() Sent when the height of the Rebar control has changed.
3 POD Errors The following errors were encountered while parsing the POD: You can't have =items (as at line 63) unless the first thing after the =over is an =item You can't have =items (as at line 87) unless the first thing after the =over is an =item You can't have =items (as at line 137) unless the first thing after the =over is an =item-index => position or -1 to add it at the end, default -1
-image => index of an image from the associated ImageList
-bitmap => Win32::GUI::Bitmap object
-child => child control
-foreground => COLOR
-background => COLOR
-width => pixels
-minwidth => pixels
-minheight => pixels
-text => stringEvents