]> git.saurik.com Git - wxWidgets.git/commitdiff
added UMAHideControl again
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 19 Dec 2001 21:33:33 +0000 (21:33 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 19 Dec 2001 21:33:33 +0000 (21:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/uma.h

index 4cbf9de7241c23ae261977355802db007325530e..344c1552e5a4f98f64454c0d93bc5dcbb327333e 100644 (file)
@@ -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);