* wx.Panel doesn't have a SetTitle anymore. What was this used for
anyway? * Allow wxMenuBar to be created inside a wxFrame * More robust clipboard handling git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38324 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -187,7 +187,6 @@ class ParamExStyle(ParamBinaryOr):
 | 
			
		||||
        else:
 | 
			
		||||
            self.values = []
 | 
			
		||||
        ParamBinaryOr.__init__(self, parent, name)
 | 
			
		||||
        self.SetTitle('Extended window styles')
 | 
			
		||||
 | 
			
		||||
class ParamColour(PPanel):
 | 
			
		||||
    def __init__(self, parent, name):
 | 
			
		||||
@@ -234,7 +233,7 @@ class ParamColour(PPanel):
 | 
			
		||||
 | 
			
		||||
################################################################################
 | 
			
		||||
 | 
			
		||||
# Mapping from wx constants ro XML strings
 | 
			
		||||
# Mapping from wx constants to XML strings
 | 
			
		||||
fontFamiliesWx2Xml = {wxDEFAULT: 'default', wxDECORATIVE: 'decorative',
 | 
			
		||||
                wxROMAN: 'roman', wxSCRIPT: 'script', wxSWISS: 'swiss',
 | 
			
		||||
                wxMODERN: 'modern'}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user