> I was scanning fltk docs but couldn't see any classes related > to toolbar, > toolbar button, toolbar image button, etc. functionality. Any > idea as to how > it can be implemented?
What are you trying to do? The fltk menu classes can have buttons and so forth added to them, so if you want a fixed bar with buttons on it, that's the easiest way to go. If you want a floating tool window, then you can just make a little "non-modal" window to hold the buttons. If you want some sort of dockable toolbar, then you want to have a look in the bazaar, as there are a few worked example sin there anyway )indeed, I have one lying around somewhere...) So... If you can expand on what you need, we can talk about how to get there. SELEX Galileo Ltd Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

