icon support moved to wxBitmap, allowing for fully transparent usage
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10180 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -747,7 +747,7 @@ MyPanel::MyPanel( wxFrame *frame, int x, int y, int w, int h )
 | 
			
		||||
 | 
			
		||||
    panel = new wxPanel(m_notebook);
 | 
			
		||||
 | 
			
		||||
#if !defined(__WXMOTIF__) && !defined(__WXMAC__) && !defined(__WIN16__)  // wxStaticBitmap not working under Motif yet; and icons not allowed under WIN16.
 | 
			
		||||
#if !defined(__WXMOTIF__) && !defined(__WIN16__)  // wxStaticBitmap not working under Motif yet; and icons not allowed under WIN16.
 | 
			
		||||
    wxIcon icon = wxTheApp->GetStdIcon(wxICON_INFORMATION);
 | 
			
		||||
    wxStaticBitmap *bmpStatic = new wxStaticBitmap(panel, -1, icon,
 | 
			
		||||
                                                   wxPoint(10, 10));
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user