Frama-C API - Book_manager
 Undocumented. Do not use this module if you don't know what you are doing.
val make : ?tab_pos:Gtk.Tags.position -> ?packing:(GObj.widget -> unit) -> unit -> tval get_notebook : t -> GPack.notebookval append_source_tab : t -> string -> GSourceView.source_viewval prepend_source_tab : t -> string -> GSourceView.source_viewval get_nth_page : t -> int -> GObj.widgetval current_page : t -> intval last_page : t -> intval set_current_view : t -> int -> unitval get_current_view : t -> GSourceView.source_viewval get_current_index : t -> intval delete_current_view : t -> unitval delete_view : t -> int -> unitval delete_all_views : t -> unitval append_view : t -> GSourceView.source_view -> unitval get_nth_view : t -> int -> GSourceView.source_viewval enable_popup : t -> bool -> unitval set_scrollable : t -> bool -> unitval length : t -> int