object
  val virtual obj : [> `notebook ] Gobject.obj
  method enable_popup : bool
  method group_name : string
  method scrollable : bool
  method set_enable_popup : bool -> unit
  method set_group_name : string -> unit
  method set_scrollable : bool -> unit
  method set_show_border : bool -> unit
  method set_show_tabs : bool -> unit
  method set_tab_pos : GtkEnums.position_type -> unit
  method show_border : bool
  method show_tabs : bool
  method tab_pos : GtkEnums.position_type
end