aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Herbelin2018-11-21 23:48:25 +0100
committerVincent Laporte2019-03-19 08:40:19 +0000
commitae3fa5305a034015a894e3fa6f6cea27c4138b9a (patch)
tree09c93df733f0f5ef5bc5ce176812bc55cde1fd65
parentd0054c9d632e13b631697523239af27d3f7ae7b4 (diff)
CoqIDE: Adapting to new interface of GPack.notebook.
-rw-r--r--ide/wg_Notebook.mli3
1 files changed, 1 insertions, 2 deletions
diff --git a/ide/wg_Notebook.mli b/ide/wg_Notebook.mli
index 85ecdf6cdd..9447b21c0b 100644
--- a/ide/wg_Notebook.mli
+++ b/ide/wg_Notebook.mli
@@ -28,11 +28,10 @@ val create :
('a -> GObj.widget option * GObj.widget option * GObj.widget) ->
('a -> unit) ->
?enable_popup:bool ->
- ?homogeneous_tabs:bool ->
+ ?group_name:string ->
?scrollable:bool ->
?show_border:bool ->
?show_tabs:bool ->
- ?tab_border:int ->
?tab_pos:Gtk.Tags.position ->
?border_width:int ->
?width:int ->