From efaf6efce2f5bd45aadff4607b4136378e23fbf4 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Wed, 19 Dec 2001 21:33:33 +0000 Subject: [PATCH] added UMAHideControl again git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/uma.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/mac/uma.h b/include/wx/mac/uma.h index 4cbf9de724..344c1552e5 100644 --- a/include/wx/mac/uma.h +++ b/include/wx/mac/uma.h @@ -116,7 +116,7 @@ ControlHandle ::NewControl(WindowPtr owningWindow, //void UMAHiliteControl (ControlHandle theControl, // ControlPartCode hiliteState) ; void UMAShowControl (ControlHandle theControl) ; -//void UMAHideControl (ControlHandle theControl); +void UMAHideControl (ControlHandle theControl); //void UMASetControlVisibility (ControlHandle inControl, // Boolean inIsVisible, // Boolean inDoDraw); -- 2.50.0