From: Stefan Csomor Date: Wed, 19 Dec 2001 21:33:33 +0000 (+0000) Subject: added UMAHideControl again X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/efaf6efce2f5bd45aadff4607b4136378e23fbf4 added UMAHideControl again git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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);