]> Pileus Git - ~andy/gtk/blobdiff - docs/reference/gdk/tmpl/gdk-unused.sgml
fix this to be sane
[~andy/gtk] / docs / reference / gdk / tmpl / gdk-unused.sgml
index f455390216a776a3d520ca54cdd827fd7f9cc001..f3f6612dbba236618ac154774a567a686d137036 100644 (file)
@@ -163,6 +163,15 @@ onto the predefined valuator types that GTK+ understands.
 @axes: an array of GdkAxisUse. This length of this array
        must match the number of axes for the device.
 
+<!-- ##### STRUCT GdkSpan ##### -->
+<para>
+
+</para>
+
+@x: 
+@y: 
+@width: 
+
 <!-- ##### FUNCTION gdk_input_set_source ##### -->
 <para>
 Sets the source type for a device.
@@ -171,6 +180,20 @@ Sets the source type for a device.
 @deviceid: the device to configure
 @source: the new source type.
 
+<!-- ##### FUNCTION gdk_region_spans_intersect_foreach ##### -->
+<para>
+Intersects a set of spans with a region and call a user specified
+function for each resulting spanline. This function is a lot more effective
+if the spans are sorted.
+</para>
+
+@region: The region to intersect against.
+@spans: Array of spans to intersect.
+@n_spans: Number of spans.
+@sorted: True if the spans are sorted in increasing y order.
+@function: The function to call for each intersected spanline.
+@data: Opaque user data passed to function.
+
 <!-- ##### SECTION ./tmpl/gdkregion.sgml:Title ##### -->
 Points, Rectangles and Regions
 
@@ -184,6 +207,14 @@ Returns the intersection of two regions.
 @source2: a #GdkRegion.
 @Returns: the intersection of @source1 and @source2.
 
+<!-- ##### USER_FUNCTION GdkSpanFunc ##### -->
+<para>
+
+</para>
+
+@span: The intersected part of the span.
+@data: Opaque data passed by user.
+
 <!-- ##### FUNCTION gdk_input_set_mode ##### -->
 <para>
 Enables or disables a device, and determines how the