added IsFrozen() (part of patch 925808)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -419,6 +419,9 @@ protected:
 | 
				
			|||||||
    virtual void DoCaptureMouse();
 | 
					    virtual void DoCaptureMouse();
 | 
				
			||||||
    virtual void DoReleaseMouse();
 | 
					    virtual void DoReleaseMouse();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    // has the window been frozen by Freeze()?
 | 
				
			||||||
 | 
					    bool IsFrozen() const { return m_frozenness > 0; }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // move the window to the specified location and resize it: this is called
 | 
					    // move the window to the specified location and resize it: this is called
 | 
				
			||||||
    // from both DoSetSize() and DoSetClientSize() and would usually just call
 | 
					    // from both DoSetSize() and DoSetClientSize() and would usually just call
 | 
				
			||||||
    // ::MoveWindow() except for composite controls which will want to arrange
 | 
					    // ::MoveWindow() except for composite controls which will want to arrange
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user