wxTipWindow is now a wxPopupTransientWindow instead of a wxFrame.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -70,10 +70,6 @@ class TestTransientPopup(wxPopupTransientWindow):
 | 
			
		||||
        sz = st.GetBestSize()
 | 
			
		||||
        panel.SetSize( (sz.width+20, sz.height+20) )
 | 
			
		||||
        self.SetSize(panel.GetSize())
 | 
			
		||||
##         self.SetBackgroundColour("#FFB6C1")
 | 
			
		||||
##         b = wxButton(self, -1, "this is a Button", (10,10))
 | 
			
		||||
##         sz = b.GetBestSize()
 | 
			
		||||
##         self.SetSize( (sz.width+20, sz.height+20) )
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    def ProcessLeftDown(self, evt):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user