Updates to doc/view modules and sample apps from ActiveGrid.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33904 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -581,7 +581,6 @@ class PythonOptionsPanel(wx.Panel):
 | 
			
		||||
# Icon Bitmaps - generated by encode_bitmaps.py
 | 
			
		||||
#----------------------------------------------------------------------------
 | 
			
		||||
from wx import ImageFromStream, BitmapFromImage
 | 
			
		||||
from wx import EmptyIcon
 | 
			
		||||
import cStringIO
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@@ -609,6 +608,4 @@ def getPythonImage():
 | 
			
		||||
    return ImageFromStream(stream)
 | 
			
		||||
 | 
			
		||||
def getPythonIcon():
 | 
			
		||||
    icon = EmptyIcon()
 | 
			
		||||
    icon.CopyFromBitmap(getPythonBitmap())
 | 
			
		||||
    return icon
 | 
			
		||||
    return wx.IconFromBitmap(getPythonBitmap())
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user