Hi guys,

Sorry to bother you again. I've tried to figure out how to make a
toolbar based on the C++ docs:

http://docs.wxwidgets.org/stable/wx_wxtoolbar.html
http://docs.wxwidgets.org/stable/wx_wxframe.html#wxframecreatetoolbar

This is what I have:


my $toolbar = $myFrame->CreateToolBar();
$toolbar->AddTool(wxID_SAVE, "Save", wxNullBitmap);


It runs without error, but I don't see a toolbar. I do see a bit of a
border below the menu which looks like a toolbar with zero height. So
I really think that the toolbar is there, but there is nothing in it.
I'm not sure what to do to populate the toolbar with buttons. Any
ideas?

Thanks for all the help.

Daniel.
-- 
Intolerant people should be shot.

Reply via email to