Package Win32::GUI::Toolbar

Back to the Packages


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]


Events

ButtonClick(INDEX)

Sent when the user presses a button of the Toolbar the INDEX argument identifies the zero-based index of the pressed button