[gtkmm] Regnerate .defs files.



commit 6fce0029b8b738168a7c6d3826d14aa5050a3056
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Aug 20 12:40:46 2015 +0200

    Regnerate .defs files.

 gtk/src/gtk_methods.defs |   42 ++++++++++++++++++++++++++++++++++++++++++
 gtk/src/gtk_signals.defs |   18 ++++++++++++++++++
 2 files changed, 60 insertions(+), 0 deletions(-)
---
diff --git a/gtk/src/gtk_methods.defs b/gtk/src/gtk_methods.defs
index d6544be..37ba765 100644
--- a/gtk/src/gtk_methods.defs
+++ b/gtk/src/gtk_methods.defs
@@ -11693,6 +11693,18 @@
   (return-type "GtkWidget*")
 )
 
+(define-method bind_model
+  (of-object "GtkFlowBox")
+  (c-name "gtk_flow_box_bind_model")
+  (return-type "none")
+  (parameters
+    '("GListModel*" "model")
+    '("GtkFlowBoxCreateWidgetFunc" "create_widget_func")
+    '("gpointer" "user_data")
+    '("GDestroyNotify" "user_data_free_func")
+  )
+)
+
 (define-method set_homogeneous
   (of-object "GtkFlowBox")
   (c-name "gtk_flow_box_set_homogeneous")
@@ -27994,6 +28006,36 @@
   (return-type "gint")
 )
 
+(define-method set_top_margin
+  (of-object "GtkTextView")
+  (c-name "gtk_text_view_set_top_margin")
+  (return-type "none")
+  (parameters
+    '("gint" "top_margin")
+  )
+)
+
+(define-method get_top_margin
+  (of-object "GtkTextView")
+  (c-name "gtk_text_view_get_top_margin")
+  (return-type "gint")
+)
+
+(define-method set_bottom_margin
+  (of-object "GtkTextView")
+  (c-name "gtk_text_view_set_bottom_margin")
+  (return-type "none")
+  (parameters
+    '("gint" "bottom_margin")
+  )
+)
+
+(define-method get_bottom_margin
+  (of-object "GtkTextView")
+  (c-name "gtk_text_view_get_bottom_margin")
+  (return-type "gint")
+)
+
 (define-method set_indent
   (of-object "GtkTextView")
   (c-name "gtk_text_view_set_indent")
diff --git a/gtk/src/gtk_signals.defs b/gtk/src/gtk_signals.defs
index f3d94ce..129a9be 100644
--- a/gtk/src/gtk_signals.defs
+++ b/gtk/src/gtk_signals.defs
@@ -11104,6 +11104,24 @@
   (construct-only #f)
 )
 
+(define-property top-margin
+  (of-object "GtkTextView")
+  (prop-type "GParamInt")
+  (docs "Height of the top margin in pixels")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
+(define-property bottom-margin
+  (of-object "GtkTextView")
+  (prop-type "GParamInt")
+  (docs "Height of the bottom margin in pixels")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
 (define-property indent
   (of-object "GtkTextView")
   (prop-type "GParamInt")


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]