[gtkmm] Gdk, Gtk: Regenerate docs.xml and .defs files



commit f17cf14209fda1e40686ac21e2ce27c536b3b6c7
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Tue Jul 17 09:03:21 2018 +0200

    Gdk, Gtk: Regenerate docs.xml and .defs files
    
    and manual modification:
    * tools/extra_defs_gen/generate_defs_gtk.cc: Add GTK_TYPE_GESTURE_STYLUS.

 gdk/src/gdk_docs.xml                      | 88 +++----------------------------
 gdk/src/gdk_enums.defs                    | 64 ++++++++++------------
 gdk/src/gdk_methods.defs                  | 15 ------
 gdk/src/gdk_signals.defs                  | 67 +++++++++++++++++++----
 gtk/src/gtk_docs.xml                      | 72 +++++--------------------
 gtk/src/gtk_methods.defs                  |  4 +-
 gtk/src/gtk_signals.defs                  | 42 +++++++++++++++
 tools/extra_defs_gen/generate_defs_gtk.cc |  1 +
 8 files changed, 150 insertions(+), 203 deletions(-)
---
diff --git a/gdk/src/gdk_docs.xml b/gdk/src/gdk_docs.xml
index 67f6fc0d..b741b88d 100644
--- a/gdk/src/gdk_docs.xml
+++ b/gdk/src/gdk_docs.xml
@@ -688,24 +688,6 @@ The ::display-opened signal is emitted when a display is opened.
 <return></return>
 </signal>
 
-<signal name="GdkDrag::action-changed">
-<description>
-A new action is being chosen for the drag operation.
-
-</description>
-<parameters>
-<parameter name="drag">
-<parameter_description> The object on which the signal is emitted
-</parameter_description>
-</parameter>
-<parameter name="action">
-<parameter_description> The action currently chosen
-</parameter_description>
-</parameter>
-</parameters>
-<return></return>
-</signal>
-
 <signal name="GdkDrag::cancel">
 <description>
 The drag operation was cancelled.
@@ -1025,11 +1007,6 @@ title bar.
 <parameter_description> the surface has been destroyed.
 </parameter_description>
 </parameter>
-<parameter name="GDK_EXPOSE">
-<parameter_description> all or part of the surface has become visible and needs to be
-redrawn.
-</parameter_description>
-</parameter>
 <parameter name="GDK_MOTION_NOTIFY">
 <parameter_description> the pointer (usually a mouse) has moved.
 </parameter_description>
@@ -1067,14 +1044,6 @@ redrawn.
 Note that GTK+ discards these events for %GDK_SURFACE_CHILD surfaces.
 </parameter_description>
 </parameter>
-<parameter name="GDK_MAP">
-<parameter_description> the surface has been mapped.
-</parameter_description>
-</parameter>
-<parameter name="GDK_UNMAP">
-<parameter_description> the surface has been unmapped.
-</parameter_description>
-</parameter>
 <parameter name="GDK_PROXIMITY_IN">
 <parameter_description> an input device has moved into contact with a sensing
 surface (e.g. a touchscreen or graphics tablet).
@@ -5379,18 +5348,6 @@ cursor with the given name
 <description>
 Creates a new cursor from a #GdkTexture.
 
-Not all GDK backends support RGBA cursors. If they are not
-supported, a monochrome approximation will be displayed.
-The functions gdk_display_supports_cursor_alpha() and
-gdk_display_supports_cursor_color() can be used to determine
-whether RGBA cursors are supported;
-gdk_display_get_default_cursor_size() and
-gdk_display_get_maximal_cursor_size() give information about
-cursor sizes.
-
-On the X backend, support for RGBA cursors requires a
-sufficently new version of the X Render extension.
-
 
 </description>
 <parameters>
@@ -7189,8 +7146,7 @@ all subsequent calls will be ignored.
 
 <function name="gdk_drag_get_actions">
 <description>
-Determines the bitmask of actions proposed by the source if
-gdk_drag_get_suggested_action() returns %GDK_ACTION_ASK.
+Determines the bitmask of possible actions proposed by the source.
 
 
 </description>
@@ -7278,22 +7234,6 @@ Retrieves the formats supported by this GdkDrag object.
 Determines the action chosen by the drag destination.
 
 
-</description>
-<parameters>
-<parameter name="drag">
-<parameter_description> a #GdkDrag
-</parameter_description>
-</parameter>
-</parameters>
-<return> a #GdkDragAction value
-</return>
-</function>
-
-<function name="gdk_drag_get_suggested_action">
-<description>
-Determines the suggested drag action of the GdkDrag object.
-
-
 </description>
 <parameters>
 <parameter name="drag">
@@ -16212,7 +16152,7 @@ size on the X server.
 
 <function name="gdk_surface_get_modal_hint">
 <description>
-Determines whether or not the surface manager is hinted that @surface
+Determines whether or not the window manager is hinted that @surface
 has modal behaviour.
 
 
@@ -16356,7 +16296,7 @@ in any position in the surface, not just the origin.
 
 <function name="gdk_surface_get_root_origin">
 <description>
-Obtains the top-left corner of the surface manager frame in root
+Obtains the top-left corner of the window manager frame in root
 surface coordinates.
 
 
@@ -17054,7 +16994,7 @@ Raises @surface to the top of the Z-order (stacking order), so that
 other surfaces with the same parent surface appear below @surface.
 This is true whether or not the surfaces are visible.
 
-If @surface is a toplevel, the surface manager may choose to deny the
+If @surface is a toplevel, the window manager may choose to deny the
 request to move the surface in the Z-order, gdk_surface_raise() only
 requests the restack, does not guarantee it.
 
@@ -17187,7 +17127,7 @@ Sets the default mouse pointer for a #GdkSurface.
 
 Note that @cursor must be for the same display as @surface.
 
-Use gdk_cursor_new_for_display() or gdk_cursor_new_from_texture() to
+Use gdk_cursor_new_from_name() or gdk_cursor_new_from_texture() to
 create the cursor. To make the cursor invisible, use %GDK_BLANK_CURSOR.
 Passing %NULL for the @cursor argument to gdk_surface_set_cursor() means
 that @surface will use the cursor of its parent surface. Most surfaces
@@ -17242,7 +17182,7 @@ but very few honor all possible combinations of bits.
 <function name="gdk_surface_set_device_cursor">
 <description>
 Sets a specific #GdkCursor for a given device when it gets inside @surface.
-Use gdk_cursor_new_for_display() or gdk_cursor_new_from_texture() to create
+Use gdk_cursor_new_fromm_name() or gdk_cursor_new_from_texture() to create
 the cursor. To make the cursor invisible, use %GDK_BLANK_CURSOR. Passing
 %NULL for the @cursor argument to gdk_surface_set_cursor() means that
 @surface will use the cursor of its parent surface. Most surfaces should
@@ -18079,22 +18019,6 @@ Reverse operation for gdk_surface_stick(); see gdk_surface_stick(),
 and gtk_window_unstick().
 
 
-</description>
-<parameters>
-<parameter name="surface">
-<parameter_description> a toplevel #GdkSurface
-</parameter_description>
-</parameter>
-</parameters>
-<return></return>
-</function>
-
-<function name="gdk_surface_withdraw">
-<description>
-Withdraws a surface (unmaps it and asks the surface manager to forget about it).
-This function is not really useful as gdk_surface_hide() automatically
-withdraws toplevel surfaces before hiding them.
-
 </description>
 <parameters>
 <parameter name="surface">
diff --git a/gdk/src/gdk_enums.defs b/gdk/src/gdk_enums.defs
index a2352f1f..7afc4de0 100644
--- a/gdk/src/gdk_enums.defs
+++ b/gdk/src/gdk_enums.defs
@@ -140,7 +140,6 @@
 ;;   GDK_NOTHING,
 ;;   GDK_DELETE,
 ;;   GDK_DESTROY,
-;;   GDK_EXPOSE,
 ;;   GDK_MOTION_NOTIFY,
 ;;   GDK_BUTTON_PRESS,
 ;;   GDK_BUTTON_RELEASE,
@@ -150,8 +149,6 @@
 ;;   GDK_LEAVE_NOTIFY,
 ;;   GDK_FOCUS_CHANGE,
 ;;   GDK_CONFIGURE,
-;;   GDK_MAP,
-;;   GDK_UNMAP,
 ;;   GDK_PROXIMITY_IN,
 ;;   GDK_PROXIMITY_OUT,
 ;;   GDK_DRAG_ENTER,
@@ -181,38 +178,35 @@
     '("nothing" "GDK_NOTHING" "0")
     '("delete" "GDK_DELETE" "1")
     '("destroy" "GDK_DESTROY" "2")
-    '("expose" "GDK_EXPOSE" "3")
-    '("motion-notify" "GDK_MOTION_NOTIFY" "4")
-    '("button-press" "GDK_BUTTON_PRESS" "5")
-    '("button-release" "GDK_BUTTON_RELEASE" "6")
-    '("key-press" "GDK_KEY_PRESS" "7")
-    '("key-release" "GDK_KEY_RELEASE" "8")
-    '("enter-notify" "GDK_ENTER_NOTIFY" "9")
-    '("leave-notify" "GDK_LEAVE_NOTIFY" "10")
-    '("focus-change" "GDK_FOCUS_CHANGE" "11")
-    '("configure" "GDK_CONFIGURE" "12")
-    '("map" "GDK_MAP" "13")
-    '("unmap" "GDK_UNMAP" "14")
-    '("proximity-in" "GDK_PROXIMITY_IN" "15")
-    '("proximity-out" "GDK_PROXIMITY_OUT" "16")
-    '("drag-enter" "GDK_DRAG_ENTER" "17")
-    '("drag-leave" "GDK_DRAG_LEAVE" "18")
-    '("drag-motion" "GDK_DRAG_MOTION" "19")
-    '("drop-start" "GDK_DROP_START" "20")
-    '("scroll" "GDK_SCROLL" "21")
-    '("grab-broken" "GDK_GRAB_BROKEN" "22")
-    '("touch-begin" "GDK_TOUCH_BEGIN" "23")
-    '("touch-update" "GDK_TOUCH_UPDATE" "24")
-    '("touch-end" "GDK_TOUCH_END" "25")
-    '("touch-cancel" "GDK_TOUCH_CANCEL" "26")
-    '("touchpad-swipe" "GDK_TOUCHPAD_SWIPE" "27")
-    '("touchpad-pinch" "GDK_TOUCHPAD_PINCH" "28")
-    '("pad-button-press" "GDK_PAD_BUTTON_PRESS" "29")
-    '("pad-button-release" "GDK_PAD_BUTTON_RELEASE" "30")
-    '("pad-ring" "GDK_PAD_RING" "31")
-    '("pad-strip" "GDK_PAD_STRIP" "32")
-    '("pad-group-mode" "GDK_PAD_GROUP_MODE" "33")
-    '("event-last" "GDK_EVENT_LAST" "34")
+    '("motion-notify" "GDK_MOTION_NOTIFY" "3")
+    '("button-press" "GDK_BUTTON_PRESS" "4")
+    '("button-release" "GDK_BUTTON_RELEASE" "5")
+    '("key-press" "GDK_KEY_PRESS" "6")
+    '("key-release" "GDK_KEY_RELEASE" "7")
+    '("enter-notify" "GDK_ENTER_NOTIFY" "8")
+    '("leave-notify" "GDK_LEAVE_NOTIFY" "9")
+    '("focus-change" "GDK_FOCUS_CHANGE" "10")
+    '("configure" "GDK_CONFIGURE" "11")
+    '("proximity-in" "GDK_PROXIMITY_IN" "12")
+    '("proximity-out" "GDK_PROXIMITY_OUT" "13")
+    '("drag-enter" "GDK_DRAG_ENTER" "14")
+    '("drag-leave" "GDK_DRAG_LEAVE" "15")
+    '("drag-motion" "GDK_DRAG_MOTION" "16")
+    '("drop-start" "GDK_DROP_START" "17")
+    '("scroll" "GDK_SCROLL" "18")
+    '("grab-broken" "GDK_GRAB_BROKEN" "19")
+    '("touch-begin" "GDK_TOUCH_BEGIN" "20")
+    '("touch-update" "GDK_TOUCH_UPDATE" "21")
+    '("touch-end" "GDK_TOUCH_END" "22")
+    '("touch-cancel" "GDK_TOUCH_CANCEL" "23")
+    '("touchpad-swipe" "GDK_TOUCHPAD_SWIPE" "24")
+    '("touchpad-pinch" "GDK_TOUCHPAD_PINCH" "25")
+    '("pad-button-press" "GDK_PAD_BUTTON_PRESS" "26")
+    '("pad-button-release" "GDK_PAD_BUTTON_RELEASE" "27")
+    '("pad-ring" "GDK_PAD_RING" "28")
+    '("pad-strip" "GDK_PAD_STRIP" "29")
+    '("pad-group-mode" "GDK_PAD_GROUP_MODE" "30")
+    '("event-last" "GDK_EVENT_LAST" "31")
   )
 )
 
diff --git a/gdk/src/gdk_methods.defs b/gdk/src/gdk_methods.defs
index 25e241ca..6f34770a 100644
--- a/gdk/src/gdk_methods.defs
+++ b/gdk/src/gdk_methods.defs
@@ -101,7 +101,6 @@
     '("nothing" "GDK_NOTHING")
     '("delete" "GDK_DELETE")
     '("destroy" "GDK_DESTROY")
-    '("expose" "GDK_EXPOSE")
     '("motion-notify" "GDK_MOTION_NOTIFY")
     '("button-press" "GDK_BUTTON_PRESS")
     '("button-release" "GDK_BUTTON_RELEASE")
@@ -111,8 +110,6 @@
     '("leave-notify" "GDK_LEAVE_NOTIFY")
     '("focus-change" "GDK_FOCUS_CHANGE")
     '("configure" "GDK_CONFIGURE")
-    '("map" "GDK_MAP")
-    '("unmap" "GDK_UNMAP")
     '("proximity-in" "GDK_PROXIMITY_IN")
     '("proximity-out" "GDK_PROXIMITY_OUT")
     '("drag-enter" "GDK_DRAG_ENTER")
@@ -2233,12 +2230,6 @@
   (return-type "GdkDragAction")
 )
 
-(define-method get_suggested_action
-  (of-object "GdkDrag")
-  (c-name "gdk_drag_get_suggested_action")
-  (return-type "GdkDragAction")
-)
-
 (define-method get_selected_action
   (of-object "GdkDrag")
   (c-name "gdk_drag_get_selected_action")
@@ -3987,12 +3978,6 @@
   (return-type "none")
 )
 
-(define-method withdraw
-  (of-object "GdkSurface")
-  (c-name "gdk_surface_withdraw")
-  (return-type "none")
-)
-
 (define-method show_unraised
   (of-object "GdkSurface")
   (c-name "gdk_surface_show_unraised")
diff --git a/gdk/src/gdk_signals.defs b/gdk/src/gdk_signals.defs
index aeec4ab8..f653a392 100644
--- a/gdk/src/gdk_signals.defs
+++ b/gdk/src/gdk_signals.defs
@@ -450,15 +450,6 @@
   (flags "Run Last")
 )
 
-(define-signal action-changed
-  (of-object "GdkDrag")
-  (return-type "void")
-  (flags "Run Last")
-  (parameters
-    '("GdkDragAction" "p0")
-  )
-)
-
 (define-property content
   (of-object "GdkDrag")
   (prop-type "GParamObject")
@@ -495,6 +486,35 @@
   (construct-only #t)
 )
 
+(define-property selected-action
+  (of-object "GdkDrag")
+  (prop-type "GParamFlags")
+  (docs "The currently selected action")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+  (default-value "0")
+)
+
+(define-property actions
+  (of-object "GdkDrag")
+  (prop-type "GParamFlags")
+  (docs "The possible actions")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+  (default-value "0")
+)
+
+(define-property surface
+  (of-object "GdkDrag")
+  (prop-type "GParamObject")
+  (docs "The surface where the drag originates")
+  (readable #t)
+  (writable #t)
+  (construct-only #t)
+)
+
 ;; From GdkDrawContext
 
 (define-property display
@@ -948,6 +968,25 @@
   )
 )
 
+(define-signal size-changed
+  (of-object "GdkSurface")
+  (return-type "void")
+  (flags "Run First")
+  (parameters
+    '("gint" "p0")
+    '("gint" "p1")
+  )
+)
+
+(define-signal render
+  (of-object "GdkSurface")
+  (return-type "gboolean")
+  (flags "Run Last")
+  (parameters
+    '("CairoRegion*" "p0")
+  )
+)
+
 (define-property cursor
   (of-object "GdkSurface")
   (prop-type "GParamObject")
@@ -976,6 +1015,16 @@
   (default-value "GDK_SURFACE_STATE_WITHDRAWN")
 )
 
+(define-property mapped
+  (of-object "GdkSurface")
+  (prop-type "GParamBoolean")
+  (docs "Mapped")
+  (readable #t)
+  (writable #f)
+  (construct-only #f)
+  (default-value "FALSE")
+)
+
 ;; From GdkTexture
 
 (define-property width
diff --git a/gtk/src/gtk_docs.xml b/gtk/src/gtk_docs.xml
index e840e51e..256fa4ff 100644
--- a/gtk/src/gtk_docs.xml
+++ b/gtk/src/gtk_docs.xml
@@ -13305,7 +13305,7 @@ Don't confuse this property with #GtkWidget:margin-top.
 <enum name="GtkTextViewLayer">
 <description>
 Used to reference the layers of #GtkTextView for the purpose of customized
-drawing with the ::draw_layer vfunc.
+drawing with the ::snapshot_layer vfunc.
 
 </description>
 <parameters>
@@ -28566,7 +28566,7 @@ to @sizes.
 </return>
 </function>
 
-<function name="gtk_drag_begin_with_coordinates">
+<function name="gtk_drag_begin">
 <description>
 Initiates a drag on the source side. The function only needs to be used
 when the application is starting drags itself, and is not needed when
@@ -28580,13 +28580,11 @@ gtk_drag_source_set() is used.
 </parameter_description>
 </parameter>
 <parameter name="device">
-<parameter_description> the device that starts the drag or %NULL to use the default
-pointer.
+<parameter_description> the device that starts the drag or %NULL to use the default pointer
 </parameter_description>
 </parameter>
 <parameter name="targets">
-<parameter_description> The targets (data formats) in which the
-source can provide the data
+<parameter_description> The targets (data formats) in which the source can provide the data
 </parameter_description>
 </parameter>
 <parameter name="actions">
@@ -28594,13 +28592,11 @@ source can provide the data
 </parameter_description>
 </parameter>
 <parameter name="x">
-<parameter_description> The initial x coordinate to start dragging from, in the coordinate space
-of @widget.
+<parameter_description> The initial x coordinate to start dragging from, in the coordinate space of @widget.
 </parameter_description>
 </parameter>
 <parameter name="y">
-<parameter_description> The initial y coordinate to start dragging from, in the coordinate space
-of @widget.
+<parameter_description> The initial y coordinate to start dragging from, in the coordinate space of @widget.
 </parameter_description>
 </parameter>
 </parameters>
@@ -28614,8 +28610,8 @@ Cancels an ongoing drag operation on the source side.
 
 If you want to be able to cancel a drag operation in this way,
 you need to keep a pointer to the drag context, either from an
-explicit call to gtk_drag_begin_with_coordinates(), or by
-connecting to #GtkWidget::drag-begin.
+explicit call to gtk_drag_begin(), or by connecting to
+#GtkWidget::drag-begin.
 
 If @context does not refer to an ongoing drag operation, this
 function does nothing.
@@ -28626,7 +28622,7 @@ If a drag is cancelled in this way, the @result argument of
 </description>
 <parameters>
 <parameter name="drag">
-<parameter_description> a drag context, as e.g. returned by gtk_drag_begin_with_coordinates()
+<parameter_description> a drag context, as e.g. returned by gtk_drag_begin()
 </parameter_description>
 </parameter>
 </parameters>
@@ -45656,7 +45652,7 @@ Gets the duration of the stream. If the duration is not known,
 </description>
 <parameters>
 <parameter name="self">
-<parameter_description> a #GtkmediaStream
+<parameter_description> a #GtkMediaStream
 </parameter_description>
 </parameter>
 </parameters>
@@ -48528,7 +48524,7 @@ Note that even though the recursive main loop gives the effect of a
 modal dialog (it prevents the user from interacting with other
 windows in the same window group while the dialog is run), callbacks
 such as timeouts, IO channel watches, DND drops, etc, will
-be triggered during a gtk_nautilus_dialog_run() call.
+be triggered during a gtk_native_dialog_run() call.
 
 
 </description>
@@ -58652,7 +58648,7 @@ Typical rendering of a frame with a gap:
 
 <function name="gtk_render_handle">
 <description>
-Renders a handle (as in #GtkHandleBox, #GtkPaned and
+Renders a handle (as in #GtkPaned and
 #GtkWindow’s resize grip), in the rectangle
 determined by @x, @y, @width, @height.
 
@@ -58867,50 +58863,6 @@ Typical option mark rendering:
 <return></return>
 </function>
 
-<function name="gtk_render_slider">
-<description>
-Renders a slider (as in #GtkScale) in the rectangle defined by @x, @y,
-@width, @height. @orientation defines whether the slider is vertical
-or horizontal.
-
-Typical slider rendering:
-
-![](sliders.png)
-
-</description>
-<parameters>
-<parameter name="context">
-<parameter_description> a #GtkStyleContext
-</parameter_description>
-</parameter>
-<parameter name="cr">
-<parameter_description> a #cairo_t
-</parameter_description>
-</parameter>
-<parameter name="x">
-<parameter_description> X origin of the rectangle
-</parameter_description>
-</parameter>
-<parameter name="y">
-<parameter_description> Y origin of the rectangle
-</parameter_description>
-</parameter>
-<parameter name="width">
-<parameter_description> rectangle width
-</parameter_description>
-</parameter>
-<parameter name="height">
-<parameter_description> rectangle height
-</parameter_description>
-</parameter>
-<parameter name="orientation">
-<parameter_description> orientation of the slider
-</parameter_description>
-</parameter>
-</parameters>
-<return></return>
-</function>
-
 <function name="gtk_requisition_copy">
 <description>
 Copies a #GtkRequisition.
diff --git a/gtk/src/gtk_methods.defs b/gtk/src/gtk_methods.defs
index fcb66cb4..d2b29383 100644
--- a/gtk/src/gtk_methods.defs
+++ b/gtk/src/gtk_methods.defs
@@ -8072,8 +8072,8 @@
   )
 )
 
-(define-function gtk_drag_begin_with_coordinates
-  (c-name "gtk_drag_begin_with_coordinates")
+(define-function gtk_drag_begin
+  (c-name "gtk_drag_begin")
   (return-type "GdkDrag*")
   (parameters
     '("GtkWidget*" "widget")
diff --git a/gtk/src/gtk_signals.defs b/gtk/src/gtk_signals.defs
index b788b072..d4051ae8 100644
--- a/gtk/src/gtk_signals.defs
+++ b/gtk/src/gtk_signals.defs
@@ -4456,6 +4456,48 @@
   (default-value "1")
 )
 
+;; From GtkGestureStylus
+
+(define-signal motion
+  (of-object "GtkGestureStylus")
+  (return-type "void")
+  (flags "Run Last")
+  (parameters
+    '("gdouble" "p0")
+    '("gdouble" "p1")
+  )
+)
+
+(define-signal proximity
+  (of-object "GtkGestureStylus")
+  (return-type "void")
+  (flags "Run Last")
+  (parameters
+    '("gdouble" "p0")
+    '("gdouble" "p1")
+  )
+)
+
+(define-signal down
+  (of-object "GtkGestureStylus")
+  (return-type "void")
+  (flags "Run Last")
+  (parameters
+    '("gdouble" "p0")
+    '("gdouble" "p1")
+  )
+)
+
+(define-signal up
+  (of-object "GtkGestureStylus")
+  (return-type "void")
+  (flags "Run Last")
+  (parameters
+    '("gdouble" "p0")
+    '("gdouble" "p1")
+  )
+)
+
 ;; From GtkGestureSwipe
 
 (define-signal swipe
diff --git a/tools/extra_defs_gen/generate_defs_gtk.cc b/tools/extra_defs_gen/generate_defs_gtk.cc
index 957381ea..0f0b917b 100644
--- a/tools/extra_defs_gen/generate_defs_gtk.cc
+++ b/tools/extra_defs_gen/generate_defs_gtk.cc
@@ -120,6 +120,7 @@ int main(int /* argc */, char** /* argv */)
             << get_defs( GTK_TYPE_GESTURE_PAN )
             << get_defs( GTK_TYPE_GESTURE_ROTATE )
             << get_defs( GTK_TYPE_GESTURE_SINGLE )
+            << get_defs( GTK_TYPE_GESTURE_STYLUS )
             << get_defs( GTK_TYPE_GESTURE_SWIPE )
             << get_defs( GTK_TYPE_GESTURE_ZOOM )
             << get_defs( GTK_TYPE_GL_AREA )


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