Package Win32::GUI::Toolbar
Constructor
new Win32::GUI::Toolbar(PARENT, %OPTIONS)
Creates a new Toolbar object; can also be called as PARENT->AddToolbar(%OPTIONS). Class specific %OPTIONS are:
-flat => 0/1
-imagelist => IMAGELIST
-multiline => 0/1
-nodivider => 0/1
Methods
AddBitmap(BITMAP, NUMBUTTONS)
[TBD]
AddButtons(NUMBER, ...) [TBD]
AddString(STRING) [TBD]
SetBitmapSize([X, Y]) [TBD]
ButtonClick(INDEX) Sent when the user presses a button of the Toolbar the INDEX argument identifies the zero-based index of the pressed button
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 84) unless the first thing after the =over is an =item You can't have =items (as at line 130) unless the first thing after the =over is an =itemEvents