]> code.delx.au - gnu-emacs/blobdiff - src/nsmenu.m
Enhance NSTRACE (trace output for NextStep).
[gnu-emacs] / src / nsmenu.m
index ddc5dc20a82af4a3ec54e2cd9126e85af3536cea..3cb61e50f7fa8e49de6429aafa7fc9c78076f002 100644 (file)
@@ -1293,6 +1293,14 @@ update_frame_tool_bar (struct frame *f)
   //return [identifierToItem allKeys];
 }
 
+- (void)setVisible:(BOOL)shown
+{
+  NSTRACE ("[EmacsToolbar setVisible:%d]", shown);
+
+  [super setVisible:shown];
+}
+
+
 /* optional and unneeded */
 /* - toolbarWillAddItem: (NSNotification *)notification { } */
 /* - toolbarDidRemoveItem: (NSNotification *)notification { } */