You can't use + as a metacharacter for basic regular expressions. (This

Sat Mar  3 17:20:53 2001  Owen Taylor  <otaylor@redhat.com>

	* */Makefile.am (scan-build.stamp): You can't use
	+ as a metacharacter for basic regular expressions.
	(This was the "all objects disappear")

	* gdk/gdk-sections.txt gdk-pixbuf/gdk-pixbuf-sections.txt

	* */*-unused.sgml: Remove a lot of empty stuff. (No
	point in saving old docs when there aren't any.)
This commit is contained in:
Owen Taylor 2001-03-03 23:29:50 +00:00 committed by Owen Taylor
parent 445e90fa82
commit a10898b662
32 changed files with 230 additions and 4835 deletions

View File

@ -1,3 +1,14 @@
Sat Mar 3 17:20:53 2001 Owen Taylor <otaylor@redhat.com>
* */Makefile.am (scan-build.stamp): You can't use
+ as a metacharacter for basic regular expressions.
(This was the "all objects disappear")
* gdk/gdk-sections.txt gdk-pixbuf/gdk-pixbuf-sections.txt
* */*-unused.sgml: Remove a lot of empty stuff. (No
point in saving old docs when there aren't any.)
2001-02-20 Havoc Pennington <hp@pobox.com>
* gdk/tmpl/rgb.sgml: fix these docs to reflect the current state

View File

@ -94,7 +94,7 @@ SCANOBJ_FILES = \
scan-build.stamp: $(HFILE_GLOB)
@echo '*** Scanning header files ***'
cd $(srcdir) && ( \
if grep -l '^.+$$' $(DOC_MODULE).types > /dev/null ; then \
if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null ; then \
CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" CFLAGS="$(GTKDOC_CFLAGS)" LDFLAGS="$(GTKDOC_LIBS)" gtkdoc-scangobj --module=$(DOC_MODULE) ; \
else \
for i in $(SCANOBJ_FILES) ; do \

View File

@ -138,14 +138,12 @@ gdk_pixbuf_loader_get_type
<SECTION>
<TITLE>Module Interface</TITLE>
<FILE>module_interface</FILE>
ModuleFillVtableFunc
ModulePreparedNotifyFunc
ModuleUpdatedNotifyFunc
ModuleFrameDoneNotifyFunc
ModuleAnimationDoneNotifyFunc
GdkPixbufModule
_gdk_pixbuf_get_module
_gdk_pixbuf_get_named_module
_gdk_pixbuf_load_module
</SECTION>
<SECTION>

View File

@ -22,26 +22,6 @@ Getting parts of a drawable's image data into a pixbuf.
Drawables to Pixbufs
<!-- ##### SECTION ./tmpl/gdk-pixbuf-io.sgml:Long_Description ##### -->
<para>
</para>
<!-- ##### SECTION ./tmpl/gdk-pixbuf-io.sgml:See_Also ##### -->
<para>
</para>
<!-- ##### SECTION ./tmpl/gdk-pixbuf-io.sgml:Short_Description ##### -->
<!-- ##### SECTION ./tmpl/gdk-pixbuf-io.sgml:Title ##### -->
gdk-pixbuf-io
<!-- ##### SECTION ./tmpl/gnome-canvas-pixbuf.sgml:Long_Description ##### -->
<para>
This canvas item displays #GdkPixbuf images. It handles full
@ -385,18 +365,6 @@ XlibRGB
@obj: A GTK+ object.
<!-- ##### STRUCT GdkPixbufAnimationClass ##### -->
<para>
</para>
<!-- ##### STRUCT GdkPixbufClass ##### -->
<para>
</para>
<!-- ##### USER_FUNCTION GdkPixbufLastUnref ##### -->
<para>
A function of this type can be used to override the default
@ -584,179 +552,3 @@ End:
</para>
<!-- ##### FUNCTION gdk_pixbuf_finalize ##### -->
<para>
</para>
@pixbuf: <!--
Local variables:
mode: sgml
sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
End:
-->
<!-- ##### FUNCTION gdk_pixbuf_get_format ##### -->
<para>
</para>
@pixbuf:
@Returns:
<!-- ##### FUNCTION gdk_pixbuf_get_from_drawable ##### -->
<para>
</para>
@dest:
@src:
@cmap:
@src_x:
@src_y:
@dest_x:
@dest_y:
@width:
@height:
@Returns: <!--
Local variables:
mode: sgml
sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
End:
-->
<!-- ##### FUNCTION _gdk_pixbuf_get_module ##### -->
<para>
</para>
@buffer:
@size:
@filename:
@error:
@Returns:
<!-- ##### FUNCTION _gdk_pixbuf_get_named_module ##### -->
<para>
</para>
@name:
@error:
@Returns:
<!-- ##### FUNCTION gdk_pixbuf_init ##### -->
<para>
</para>
<!-- ##### FUNCTION _gdk_pixbuf_load_module ##### -->
<para>
</para>
@image_module:
@error:
@Returns:
<!-- ##### FUNCTION gdk_pixbuf_new_from_art_pixbuf ##### -->
<para>
</para>
@art_pixbuf:
@Returns:
<!-- ##### FUNCTION gdk_pixbuf_postinit ##### -->
<para>
</para>
@app:
@modinfo:
<!-- ##### FUNCTION gdk_pixbuf_preinit ##### -->
<para>
</para>
@app:
@modinfo:
<!-- ##### FUNCTION gdk_pixbuf_render_pixmap_and_mask ##### -->
<para>
</para>
@pixbuf:
@pixmap_return:
@mask_return:
@alpha_threshold: <!--
Local variables:
mode: sgml
sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
End:
-->
<!-- ##### FUNCTION gdk_pixbuf_render_threshold_alpha ##### -->
<para>
</para>
@pixbuf:
@bitmap:
@src_x:
@src_y:
@dest_x:
@dest_y:
@width:
@height:
@alpha_threshold:
<!-- ##### FUNCTION gdk_pixbuf_render_to_drawable ##### -->
<para>
</para>
@pixbuf:
@drawable:
@gc:
@src_x:
@src_y:
@dest_x:
@dest_y:
@width:
@height:
@dither:
@x_dither:
@y_dither:
<!-- ##### FUNCTION gdk_pixbuf_render_to_drawable_alpha ##### -->
<para>
</para>
@pixbuf:
@drawable:
@src_x:
@src_y:
@dest_x:
@dest_y:
@width:
@height:
@alpha_mode:
@alpha_threshold:
@dither:
@x_dither:
@y_dither:
<!-- ##### FUNCTION gdk_pixbuf_set_last_unref_handler ##### -->
<para>
</para>
@pixbuf:
@last_unref_fn:
@last_unref_fn_data:

View File

@ -14,6 +14,14 @@ Module Interface
</para>
<!-- ##### USER_FUNCTION ModuleFillVtableFunc ##### -->
<para>
</para>
@module:
<!-- ##### USER_FUNCTION ModulePreparedNotifyFunc ##### -->
<para>

View File

@ -85,7 +85,7 @@ SCANOBJ_FILES = \
scan-build.stamp: $(HFILE_GLOB)
@echo '*** Scanning header files ***'
cd $(srcdir) && ( \
if grep -l '^.+$$' $(DOC_MODULE).types > /dev/null ; then \
if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null ; then \
CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" CFLAGS="$(GTKDOC_CFLAGS)" LDFLAGS="$(GTKDOC_LIBS)" gtkdoc-scangobj --module=$(DOC_MODULE) ; \
else \
for i in $(SCANOBJ_FILES) ; do \

View File

@ -392,8 +392,14 @@ gdk_window_show
gdk_window_hide
gdk_window_is_visible
gdk_window_is_viewable
gdk_window_get_state
gdk_window_withdraw
gdk_window_iconify
gdk_window_deiconify
gdk_window_stick
gdk_window_unstick
gdk_window_maximize
gdk_window_unmaximize
gdk_window_move
gdk_window_resize
gdk_window_move_resize
@ -405,6 +411,7 @@ gdk_window_clear_area_e
gdk_window_copy_area
gdk_window_raise
gdk_window_lower
gdk_window_focus
gdk_window_register_dnd
<SUBSECTION>
@ -431,6 +438,7 @@ GdkFilterFunc
GdkFilterReturn
GdkXEvent
gdk_window_shape_combine_mask
gdk_window_shape_combine_region
gdk_window_set_child_shapes
gdk_window_merge_child_shapes
gdk_window_set_static_gravities
@ -592,6 +600,7 @@ gdk_region_destroy
<SUBSECTION>
gdk_region_get_clipbox
gdk_region_get_rectangles
gdk_region_empty
gdk_region_equal
gdk_region_point_in
@ -751,6 +760,7 @@ GdkEventDND
GdkEventProximity
GdkEventClient
GdkEventNoExpose
GdkEventWindowState
<SUBSECTION>
GdkScrollDirection
@ -758,6 +768,7 @@ GdkVisibilityState
GdkCrossingMode
GdkNotifyType
GdkPropertyState
GdkWindowState
</SECTION>
<SECTION>
@ -856,6 +867,7 @@ gdk_window_lookup
gdk_pixmap_lookup
gdk_font_lookup
gdk_x11_get_server_time
gdk_net_wm_supports
<SUBSECTION Private>
GDK_TYPE_GC_X11

View File

@ -344,6 +344,17 @@ FIXME: add more here.
@window: the window which received the event.
@send_event: TRUE if the event was sent explicitly (e.g. using XSendEvent).
<!-- ##### STRUCT GdkEventWindowState ##### -->
<para>
</para>
@type:
@window:
@send_event:
@changed_mask:
@new_window_state:
<!-- ##### ENUM GdkScrollDirection ##### -->
<para>
@ -392,3 +403,13 @@ Specifies the type of a property change for a #GdkEventProperty.
@GDK_PROPERTY_NEW_VALUE: the property value wan changed.
@GDK_PROPERTY_DELETE: the property was deleted.
<!-- ##### ENUM GdkWindowState ##### -->
<para>
</para>
@GDK_WINDOW_STATE_WITHDRAWN:
@GDK_WINDOW_STATE_ICONIFIED:
@GDK_WINDOW_STATE_MAXIMIZED:
@GDK_WINDOW_STATE_STICKY:

View File

@ -82,6 +82,7 @@ has changed.
@GDK_NO_EXPOSE: indicates that the source region was completely available
when parts of a drawable were copied. This is not very useful.
@GDK_SCROLL:
@GDK_WINDOW_STATE:
<!-- ##### ENUM GdkEventMask ##### -->
<para>

View File

@ -1,122 +1,3 @@
<!-- ##### SECTION ./tmpl/color_contexts.sgml:Long_Description ##### -->
<para>
The #GdkColorContext type is used for allocating groups of colors.
</para>
<para>
It is now deprecated in favor of the gdk_colormap_*() functions described in
the <link linkend="gdk-Colormaps-and-Colors">Colormaps and Colors</link>
section.
</para>
<!-- ##### SECTION ./tmpl/color_contexts.sgml:See_Also ##### -->
<para>
</para>
<!-- ##### SECTION ./tmpl/color_contexts.sgml:Short_Description ##### -->
routines for allocating colors (deprecated).
<!-- ##### SECTION ./tmpl/color_contexts.sgml:Title ##### -->
Color Contexts
<!-- ##### SECTION ./tmpl/gdkkeys.sgml:Long_Description ##### -->
<para>
</para>
<!-- ##### SECTION ./tmpl/gdkkeys.sgml:See_Also ##### -->
<para>
</para>
<!-- ##### SECTION ./tmpl/gdkkeys.sgml:Short_Description ##### -->
<!-- ##### SECTION ./tmpl/gdkkeys.sgml:Title ##### -->
Keyboard Handling
<!-- ##### SECTION ./tmpl/gdkregion.sgml:Long_Description ##### -->
<para>
</para>
<!-- ##### SECTION ./tmpl/gdkregion.sgml:See_Also ##### -->
<para>
</para>
<!-- ##### SECTION ./tmpl/gdkregion.sgml:Short_Description ##### -->
<!-- ##### SECTION ./tmpl/gdkregion.sgml:Title ##### -->
Points, Rectangles and Regions
<!-- ##### SECTION ./tmpl/input_methods.sgml.sgml:Long_Description ##### -->
<para>
</para>
<!-- ##### SECTION ./tmpl/input_methods.sgml.sgml:See_Also ##### -->
<para>
</para>
<!-- ##### SECTION ./tmpl/input_methods.sgml.sgml:Short_Description ##### -->
<!-- ##### SECTION ./tmpl/input_methods.sgml.sgml:Title ##### -->
Pango Interaction
<!-- ##### SECTION ./tmpl/regions2.sgml:Long_Description ##### -->
<para>
GDK provides the #GdkPoint, #GdkRectangle and #GdkRegion data types for
representing pixels and sets of pixels on the screen.
</para>
<para>
#GdkPoint is a simple structure containing an x and y coordinate of a point.
</para>
<para>
#GdkRectangle is a structure holding the position and size of a rectangle.
The intersection of two rectangles can be computed with
gdk_rectangle_intersect(). To find the union of two rectangles use
gdk_rectangle_union().
</para>
<para>
#GdkRegion is an opaque data type holding a set of arbitrary pixels, and is
usually used for clipping graphical operations (see gdk_gc_set_clip_region()).
</para>
<!-- ##### SECTION ./tmpl/regions2.sgml:See_Also ##### -->
<para>
</para>
<!-- ##### SECTION ./tmpl/regions2.sgml:Short_Description ##### -->
simple graphical data types.
<!-- ##### SECTION ./tmpl/regions2.sgml:Title ##### -->
Points, Rectangles and Regions
<!-- ##### MACRO GDK_CORE_POINTER ##### -->
<para>
This macro contains an integer value representing
@ -124,48 +5,6 @@ the device ID for the core pointer device.
</para>
<!-- ##### STRUCT GdkColorContext ##### -->
<para>
</para>
@visual:
@colormap:
@num_colors:
@max_colors:
@num_allocated:
@mode:
@need_to_free_colormap:
@std_cmap_atom:
@clut:
@cmap:
@color_hash:
@palette:
@num_palette:
@fast_dither:
<!-- ##### STRUCT GdkColorContextDither ##### -->
<para>
</para>
@fast_rgb:
@fast_err:
@fast_erg:
@fast_erb:
<!-- ##### ENUM GdkColorContextMode ##### -->
<para>
</para>
@GDK_CC_MODE_UNDEFINED:
@GDK_CC_MODE_BW:
@GDK_CC_MODE_STD_CMAP:
@GDK_CC_MODE_TRUE:
@GDK_CC_MODE_MY_GRAY:
@GDK_CC_MODE_PALETTE:
<!-- ##### STRUCT GdkDeviceInfo ##### -->
<para>
The #GdkDeviceInfo structure contains information about a
@ -198,137 +37,6 @@ device. It has the following fields:
@GDK_PIXBUF_ALPHA_BILEVEL:
@GDK_PIXBUF_ALPHA_FULL:
<!-- ##### FUNCTION gdk_color_context_add_palette ##### -->
<para>
</para>
@cc:
@palette:
@num_palette:
@Returns:
<!-- ##### FUNCTION gdk_color_context_free ##### -->
<para>
</para>
@cc:
<!-- ##### FUNCTION gdk_color_context_free_dither ##### -->
<para>
</para>
@cc:
<!-- ##### FUNCTION gdk_color_context_get_index_from_palette ##### -->
<para>
</para>
@cc:
@red:
@green:
@blue:
@failed:
@Returns:
<!-- ##### FUNCTION gdk_color_context_get_pixel ##### -->
<para>
</para>
@cc:
@red:
@green:
@blue:
@failed:
@Returns:
<!-- ##### FUNCTION gdk_color_context_get_pixel_from_palette ##### -->
<para>
</para>
@cc:
@red:
@green:
@blue:
@failed:
@Returns:
<!-- ##### FUNCTION gdk_color_context_get_pixels ##### -->
<para>
</para>
@cc:
@reds:
@greens:
@blues:
@ncolors:
@colors:
@nallocated:
<!-- ##### FUNCTION gdk_color_context_get_pixels_incremental ##### -->
<para>
</para>
@cc:
@reds:
@greens:
@blues:
@ncolors:
@used:
@colors:
@nallocated:
<!-- ##### FUNCTION gdk_color_context_init_dither ##### -->
<para>
</para>
@cc:
<!-- ##### FUNCTION gdk_color_context_new ##### -->
<para>
</para>
@visual:
@colormap:
@Returns:
<!-- ##### FUNCTION gdk_color_context_new_mono ##### -->
<para>
</para>
@visual:
@colormap:
@Returns:
<!-- ##### FUNCTION gdk_color_context_query_color ##### -->
<para>
</para>
@cc:
@color:
@Returns:
<!-- ##### FUNCTION gdk_color_context_query_colors ##### -->
<para>
</para>
@cc:
@colors:
@num_colors:
@Returns:
<!-- ##### FUNCTION gdk_input_list_devices ##### -->
<para>
Lists all available input devices, along with their
@ -411,59 +119,4 @@ they will be ignored.
@ytilt: location to store current tilt in the y direction.
@mask: location to store the current modifier state.
<!-- ##### FUNCTION gdk_key_repeat_disable ##### -->
<para>
Disables the keyboard auto-repeat mode.
This should be used with care as it may affect other applications.
</para>
<!-- ##### FUNCTION gdk_key_repeat_restore ##### -->
<para>
Restores the keyboard auto-repeat mode to its state when the application was
started.
</para>
<!-- ##### FUNCTION gdk_regions_intersect ##### -->
<para>
Returns the intersection of two regions.
</para>
@source1: a #GdkRegion.
@source2: a #GdkRegion.
@Returns: the intersection of @source1 and @source2.
<!-- ##### FUNCTION gdk_regions_subtract ##### -->
<para>
Subtracts one region from another.
The result is a region containing all the pixels which are in @source1, but
which are not in @source2.
</para>
@source1: a #GdkRegion.
@source2: a #GdkRegion to subtract from @source1.
@Returns: @source1 - @source2.
<!-- ##### FUNCTION gdk_regions_union ##### -->
<para>
Returns the union of two regions.
This is all pixels in either of @source1 or @source2.
</para>
@source1: a #GdkRegion.
@source2: a #GdkRegion.
@Returns: the union of @source1 and @source2.
<!-- ##### FUNCTION gdk_regions_xor ##### -->
<para>
Returns the difference between the union and the intersection of two regions.
This is a region containing the pixels that are in one of the source regions,
but which are not in both.
</para>
@source1: a #GdkRegion.
@source2: a #GdkRegion.
@Returns: the difference between the union and the intersection of @source1
and @source2.

View File

@ -61,7 +61,7 @@ Pango Interaction
</para>
@bitmap:
@stipple:
@Returns:

View File

@ -151,6 +151,16 @@ Returns the smallest rectangle which includes the entire #GdkRegion.
@rectangle: returns the smallest rectangle which includes all of @region.
<!-- ##### FUNCTION gdk_region_get_rectangles ##### -->
<para>
</para>
@region:
@rectangles:
@n_rectangles:
<!-- ##### FUNCTION gdk_region_empty ##### -->
<para>
Returns TRUE if the #GdkRegion is empty.
@ -225,49 +235,58 @@ Positive values shrink the region. Negative values expand it.
<!-- ##### FUNCTION gdk_region_union_with_rect ##### -->
<para>
Returns the union of a region and a rectangle.
Sets the area of @region to the union of the areas of @region and
@rect. The resulting area is the set of pixels contained in
either @region or @rect.
</para>
@region: a #GdkRegion.
@rect: a #GdkRectangle.
<!-- # Unused Parameters # -->
@Returns: the union of @region and @rect.
<!-- ##### FUNCTION gdk_region_intersect ##### -->
<para>
Sets the area of @source1 to the intersection of the areas of @source1
and @source2. The resulting area is the set of pixels contained in
both @source1 and @source2.
</para>
@source1:
@source2:
@source1: a #GdkRegion
@source2: a #GdkRegion
<!-- ##### FUNCTION gdk_region_union ##### -->
<para>
Sets the area of @source1 to the union of the areas of @source1 and
@source2. The resulting area is the set of pixels contained in
either @source1 or @source2.
</para>
@source1:
@source2:
@source1: a #GdkRegion
@source2: a #GdkRegion
<!-- ##### FUNCTION gdk_region_subtract ##### -->
<para>
Subtracts the area of @source2 from the area @source1. The resulting
area is the set of pixels contained in @source1 but not in @source2.
</para>
@source1:
@source2:
@source1: a #GdkRegion
@source2: a #GdkRegion
<!-- ##### FUNCTION gdk_region_xor ##### -->
<para>
Sets the area of @source1 to the exclusive-OR of the areas of @source1
and @source2. The resulting area is the set of pixels contained in one
or the other of the two sources but not in both.
</para>
@source1:
@source2:
@source1: a #GdkRegion
@source2: a #GdkRegion
<!-- ##### STRUCT GdkSpan ##### -->

View File

@ -119,6 +119,7 @@ This function no longer does anything at all. It's completely useless
</para>
<!-- ##### FUNCTION gdk_draw_rgb_image ##### -->
<para>
Draws an RGB image in the drawable. This is the core GdkRgb

View File

@ -212,6 +212,15 @@ Windows
@Returns:
<!-- ##### FUNCTION gdk_window_get_state ##### -->
<para>
</para>
@window:
@Returns:
<!-- ##### FUNCTION gdk_window_withdraw ##### -->
<para>
@ -228,6 +237,46 @@ Windows
@window:
<!-- ##### FUNCTION gdk_window_deiconify ##### -->
<para>
</para>
@window:
<!-- ##### FUNCTION gdk_window_stick ##### -->
<para>
</para>
@window:
<!-- ##### FUNCTION gdk_window_unstick ##### -->
<para>
</para>
@window:
<!-- ##### FUNCTION gdk_window_maximize ##### -->
<para>
</para>
@window:
<!-- ##### FUNCTION gdk_window_unmaximize ##### -->
<para>
</para>
@window:
<!-- ##### FUNCTION gdk_window_move ##### -->
<para>
@ -348,6 +397,15 @@ Windows
@window:
<!-- ##### FUNCTION gdk_window_focus ##### -->
<para>
</para>
@window:
@timestamp:
<!-- ##### FUNCTION gdk_window_register_dnd ##### -->
<para>
@ -526,6 +584,17 @@ Windows
@offset_y:
<!-- ##### FUNCTION gdk_window_shape_combine_region ##### -->
<para>
</para>
@window:
@shape_region:
@offset_x:
@offset_y:
<!-- ##### FUNCTION gdk_window_set_child_shapes ##### -->
<para>

View File

@ -304,3 +304,12 @@ X Window System Interaction
@Returns:
<!-- ##### FUNCTION gdk_net_wm_supports ##### -->
<para>
</para>
@property:
@Returns:

View File

@ -121,7 +121,7 @@ SCANOBJ_FILES = \
scan-build.stamp: $(HFILE_GLOB)
@echo '*** Scanning header files ***'
cd $(srcdir) && ( \
if grep -l '^.+$$' $(DOC_MODULE).types > /dev/null ; then \
if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null ; then \
CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" CFLAGS="$(GTKDOC_CFLAGS)" LDFLAGS="$(GTKDOC_LIBS)" gtkdoc-scangobj --module=$(DOC_MODULE) ; \
else \
for i in $(SCANOBJ_FILES) ; do \

File diff suppressed because it is too large Load Diff

View File

@ -22,6 +22,7 @@ GtkCellRenderer
@GTK_CELL_RENDERER_SELECTED:
@GTK_CELL_RENDERER_PRELIT:
@GTK_CELL_RENDERER_INSENSITIVE:
@GTK_CELL_RENDERER_SORTED:
<!-- ##### STRUCT GtkCellRenderer ##### -->
<para>

View File

@ -202,3 +202,18 @@ instead.
@combo: a #GtkCombo.
<!-- ##### ARG GtkCombo:enable-arrow-keys ##### -->
<para>
</para>
<!-- ##### ARG GtkCombo:enable-arrows-always ##### -->
<para>
</para>
<!-- ##### ARG GtkCombo:case-sensitive ##### -->
<para>
</para>

View File

@ -295,3 +295,8 @@ are visible or not. See gtk_entry_set_visibility().
</para>
<!-- ##### ARG GtkEntry:activates-default ##### -->
<para>
</para>

View File

@ -253,6 +253,14 @@ contains grayscale or red-green-blue data.
@GTK_SCROLL_PAGE_BACKWARD:
@GTK_SCROLL_PAGE_FORWARD:
@GTK_SCROLL_JUMP:
@GTK_SCROLL_STEP_UP:
@GTK_SCROLL_STEP_DOWN:
@GTK_SCROLL_PAGE_UP:
@GTK_SCROLL_PAGE_DOWN:
@GTK_SCROLL_STEP_LEFT:
@GTK_SCROLL_STEP_RIGHT:
@GTK_SCROLL_PAGE_LEFT:
@GTK_SCROLL_PAGE_RIGHT:
<!-- ##### ENUM GtkSelectionMode ##### -->
<para>

View File

@ -47,134 +47,6 @@ GtkRange
@adjustment:
<!-- ##### FUNCTION gtk_range_draw_background ##### -->
<para>
</para>
@range:
<!-- ##### FUNCTION gtk_range_draw_trough ##### -->
<para>
</para>
@range:
<!-- ##### FUNCTION gtk_range_draw_slider ##### -->
<para>
</para>
@range:
<!-- ##### FUNCTION gtk_range_draw_step_forw ##### -->
<para>
</para>
@range:
<!-- ##### FUNCTION gtk_range_draw_step_back ##### -->
<para>
</para>
@range:
<!-- ##### FUNCTION gtk_range_slider_update ##### -->
<para>
</para>
@range:
<!-- ##### FUNCTION gtk_range_trough_click ##### -->
<para>
</para>
@range:
@x:
@y:
@jump_perc:
@Returns:
<!-- ##### FUNCTION gtk_range_default_hslider_update ##### -->
<para>
</para>
@range:
<!-- ##### FUNCTION gtk_range_default_vslider_update ##### -->
<para>
</para>
@range:
<!-- ##### FUNCTION gtk_range_default_htrough_click ##### -->
<para>
</para>
@range:
@x:
@y:
@jump_perc:
@Returns:
<!-- ##### FUNCTION gtk_range_default_vtrough_click ##### -->
<para>
</para>
@range:
@x:
@y:
@jump_perc:
@Returns:
<!-- ##### FUNCTION gtk_range_default_hmotion ##### -->
<para>
</para>
@range:
@xdelta:
@ydelta:
<!-- ##### FUNCTION gtk_range_default_vmotion ##### -->
<para>
</para>
@range:
@xdelta:
@ydelta:
<!-- ##### FUNCTION gtk_range_clear_background ##### -->
<para>
</para>
@range:
<!-- ##### ARG GtkRange:update-policy ##### -->
<para>

View File

@ -244,13 +244,6 @@ to the signal.
@GTK_RUN_ACTION:
@GTK_RUN_NO_HOOKS:
<!-- ##### MACRO gtk_signal_init ##### -->
<para>
</para>
<!-- ##### FUNCTION gtk_signal_new ##### -->
<para>
Create a new signal type. (This is usually done in the

View File

@ -455,15 +455,6 @@ types related to the text widget and how they work together.
@anchor:
<!-- ##### FUNCTION gtk_text_buffer_get_last_iter ##### -->
<para>
</para>
@buffer:
@iter:
<!-- ##### FUNCTION gtk_text_buffer_get_bounds ##### -->
<para>
@ -474,15 +465,6 @@ types related to the text widget and how they work together.
@end:
<!-- ##### FUNCTION gtk_text_buffer_modified ##### -->
<para>
</para>
@buffer:
@Returns:
<!-- ##### FUNCTION gtk_text_buffer_set_modified ##### -->
<para>
@ -609,6 +591,15 @@ types related to the text widget and how they work together.
@textbuffer: the object which received the signal.
<!-- ##### SIGNAL GtkTextBuffer::insert-child-anchor ##### -->
<para>
</para>
@textbuffer: the object which received the signal.
@arg1:
@arg2:
<!-- ##### SIGNAL GtkTextBuffer::insert-pixbuf ##### -->
<para>

View File

@ -349,15 +349,6 @@ types related to the text widget and how they work together.
@Returns:
<!-- ##### FUNCTION gtk_text_iter_is_last ##### -->
<para>
</para>
@iter:
@Returns:
<!-- ##### FUNCTION gtk_text_iter_is_first ##### -->
<para>

View File

@ -407,11 +407,6 @@ applies to the first character in a paragraph.
</para>
<!-- ##### ARG GtkTextTag:background-gdk-set ##### -->
<para>
</para>
<!-- ##### ARG GtkTextTag:background-stipple-set ##### -->
<para>
@ -422,11 +417,6 @@ applies to the first character in a paragraph.
</para>
<!-- ##### ARG GtkTextTag:foreground-gdk-set ##### -->
<para>
</para>
<!-- ##### ARG GtkTextTag:foreground-stipple-set ##### -->
<para>

View File

@ -14,59 +14,3 @@ GtkModelSimple
</para>
<!-- ##### STRUCT GtkTreeModelSimple ##### -->
<para>
</para>
@parent:
@stamp:
<!-- ##### FUNCTION gtk_tree_model_simple_new ##### -->
<para>
</para>
@Returns:
<!-- ##### FUNCTION gtk_tree_model_simple_changed ##### -->
<para>
</para>
@simple:
@path:
@iter:
<!-- ##### FUNCTION gtk_tree_model_simple_inserted ##### -->
<para>
</para>
@simple:
@path:
@iter:
<!-- ##### FUNCTION gtk_tree_model_simple_child_toggled ##### -->
<para>
</para>
@simple:
@path:
@iter:
<!-- ##### FUNCTION gtk_tree_model_simple_deleted ##### -->
<para>
</para>
@simple:
@path:
@iter:

View File

@ -61,6 +61,7 @@ GtkTreeSelection
@selection:
@func:
@data:
@destroy:
<!-- ##### FUNCTION gtk_tree_selection_get_user_data ##### -->

View File

@ -84,16 +84,6 @@ GtkTreeStore
@Varargs:
<!-- ##### FUNCTION gtk_tree_store_get ##### -->
<para>
</para>
@tree_store:
@iter:
@Varargs:
<!-- ##### FUNCTION gtk_tree_store_remove ##### -->
<para>

View File

@ -38,8 +38,10 @@ GtkTreeViewColumn
@width:
@min_width:
@max_width:
@displayed_width:
@func:
@func_data:
@destroy:
@title:
@cell:
@attributes:
@ -59,18 +61,6 @@ GtkTreeViewColumn
@GTK_TREE_VIEW_COLUMN_AUTOSIZE:
@GTK_TREE_VIEW_COLUMN_FIXED:
<!-- ##### USER_FUNCTION GtkTreeViewColumnFunc ##### -->
<para>
</para>
@tree_column:
@tree_model:
@iter:
@data:
@Returns:
<!-- ##### FUNCTION gtk_tree_view_column_new ##### -->
<para>
@ -227,6 +217,15 @@ GtkTreeViewColumn
@title:
<!-- ##### FUNCTION gtk_tree_view_column_get_title ##### -->
<para>
</para>
@tree_column:
@Returns:
<!-- ##### FUNCTION gtk_tree_view_column_set_clickable ##### -->
<para>

View File

@ -546,6 +546,7 @@ nickname.
Initialize the data structures associated with gtk types.
</para>
@debug_flags:
<!-- ##### FUNCTION gtk_type_unique ##### -->

View File

@ -468,22 +468,6 @@ GtkWidget
@area:
<!-- ##### FUNCTION gtk_widget_draw_focus ##### -->
<para>
</para>
@widget:
<!-- ##### FUNCTION gtk_widget_draw_default ##### -->
<para>
</para>
@widget:
<!-- ##### FUNCTION gtk_widget_size_request ##### -->
<para>
@ -1426,20 +1410,6 @@ GtkWidget
@time:
@Returns:
<!-- ##### SIGNAL GtkWidget::draw-default ##### -->
<para>
</para>
@widget: the object which received the signal.
<!-- ##### SIGNAL GtkWidget::draw-focus ##### -->
<para>
</para>
@widget: the object which received the signal.
<!-- ##### SIGNAL GtkWidget::enter-notify-event ##### -->
<para>
@ -1738,6 +1708,15 @@ GtkWidget
@event:
@Returns:
<!-- ##### SIGNAL GtkWidget::window-state-event ##### -->
<para>
</para>
@widget: the object which received the signal.
@event:
@Returns:
<!-- ##### ARG GtkWidget:name ##### -->
<para>