Hello,

has anyone an idea of the parameters in the ToolBar::AddButtons method?

The example toolbar.pl does the following:

$TB->AddButtons(
    3,
    0, 1, 4, 0, 0,
    1, 2, 4, 0, 1,
    2, 3, 4, 0, 2,
);

What is the meaning of the parameters and is it possible to make toolbar
items disabled? Can disabled toolbar items have another image? (I need
something like the speedbars in Office Applications).

Sincerely,
Peter


Reply via email to