]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaGtkMisc.mli
cosmetic fix
[helm.git] / helm / matita / matitaGtkMisc.mli
index 32b1fe53b945c600d801cac670348def88fee90c..5753293304b52e6470561e4771f785d2c4122151 100644 (file)
 
   (** given a window and a check menu item it links the two so that the former
    * is only hidden on delete and the latter toggle show/hide of the former *)
-val toggle_visibility:
-  win:GWindow.window -> check:GMenu.check_menu_item -> unit
+val toggle_window_visibility:
+  window:GWindow.window -> check:GMenu.check_menu_item -> unit
+  
+  (** given a window and a check menu item it links the two so that the former
+   * is only hidden on delete and the latter toggle show/hide of the former *)
+val toggle_widget_visibility:
+  widget:GObj.widget -> check:GMenu.check_menu_item -> unit
 
 val toggle_win:
   ?check:GMenu.check_menu_item -> GWindow.window -> unit -> unit