Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » Draw, Display, Images, Bitmaps, Icons » Icon at right side of the menuBar
Icon at right side of the menuBar [message #28699] Sun, 12 September 2010 21:45 Go to previous message
mubeta is currently offline  mubeta
Messages: 77
Registered: October 2006
Member
Hi,
I want to add a frame to the right side of the menu bar of my application.
I try using Frame and ImageCtrl but the image background was black.
    ...
    MenuBar                     gMenuBar;
    //
    FrameRight<ImageCtrl>       gMric;
    //
    ...

App::App() {
  ...
  AddFrame(gMenuBar);
  AddFrame(TopSeparatorFrame());
  //
  gMenuBar.AddFrame(gMric);
  //gMric.Transparent(true);
  gMric.TransparentBackPaint();
  gMric.SetImage(GenIcons::Download_1_16_2D());
  ...



Please, any Idea for add an icons to the right side of the menu bar ??

Thanks.
 
Read Message
Read Message
Read Message
Previous Topic: libjpeg-turbo
Next Topic: How to set the dpi (dots per inch) of an image
Goto Forum:
  


Current Time: Fri Apr 19 03:06:41 CEST 2024

Total time taken to generate the page: 0.03649 seconds