forked from AuroraMiddleware/gtk
Add gtktextutil.h
Sat Dec 22 18:18:07 2001 Owen Taylor <otaylor@redhat.com> * gtk/Makefile.am (IGNORE_HFILES): Add gtktextutil.h * gtk/text_widget.sgml (linkend): SGML fixes. * gtk/gtk-sections.txt: Update * gdk/gdk-sections.txt: Update. * gdk/tmpl/cursors.sgml: SGML fix. * gdk/gdk-docs.sgml: Add PNG handling magic.
This commit is contained in:
parent
afc1c7c917
commit
856a93cb85
@ -1,3 +1,17 @@
|
|||||||
|
Sat Dec 22 18:18:07 2001 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gtk/Makefile.am (IGNORE_HFILES): Add gtktextutil.h
|
||||||
|
|
||||||
|
* gtk/text_widget.sgml (linkend): SGML fixes.
|
||||||
|
|
||||||
|
* gtk/gtk-sections.txt: Update
|
||||||
|
|
||||||
|
* gdk/gdk-sections.txt: Update.
|
||||||
|
|
||||||
|
* gdk/tmpl/cursors.sgml: SGML fix.
|
||||||
|
|
||||||
|
* gdk/gdk-docs.sgml: Add PNG handling magic.
|
||||||
|
|
||||||
2001-12-21 Matthias Clasen <matthiasc@poet.de>
|
2001-12-21 Matthias Clasen <matthiasc@poet.de>
|
||||||
|
|
||||||
* gtk/text_widget.sgml: More precise wording. (#63388)
|
* gtk/text_widget.sgml: More precise wording. (#63388)
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
|
<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
|
||||||
|
<!notation PNG system "PNG">
|
||||||
|
<!entity % local.notation.class "| PNG">
|
||||||
|
|
||||||
<!entity gdk-General SYSTEM "sgml/general.sgml">
|
<!entity gdk-General SYSTEM "sgml/general.sgml">
|
||||||
<!entity gdk-Bitmaps-and-Pixmaps SYSTEM "sgml/pixmaps.sgml">
|
<!entity gdk-Bitmaps-and-Pixmaps SYSTEM "sgml/pixmaps.sgml">
|
||||||
<!entity gdk-Images SYSTEM "sgml/images.sgml">
|
<!entity gdk-Images SYSTEM "sgml/images.sgml">
|
||||||
|
@ -483,6 +483,7 @@ GdkWindowEdge
|
|||||||
GdkWindowTypeHint
|
GdkWindowTypeHint
|
||||||
GdkWindowAttr
|
GdkWindowAttr
|
||||||
GdkWindowAttributesType
|
GdkWindowAttributesType
|
||||||
|
GdkScreen
|
||||||
gdk_window_new
|
gdk_window_new
|
||||||
gdk_window_destroy
|
gdk_window_destroy
|
||||||
gdk_window_ref
|
gdk_window_ref
|
||||||
@ -527,6 +528,7 @@ gdk_window_end_paint
|
|||||||
<SUBSECTION>
|
<SUBSECTION>
|
||||||
gdk_window_invalidate_rect
|
gdk_window_invalidate_rect
|
||||||
gdk_window_invalidate_region
|
gdk_window_invalidate_region
|
||||||
|
gdk_window_invalidate_maybe_recurse
|
||||||
gdk_window_get_update_area
|
gdk_window_get_update_area
|
||||||
gdk_window_freeze_updates
|
gdk_window_freeze_updates
|
||||||
gdk_window_thaw_updates
|
gdk_window_thaw_updates
|
||||||
@ -629,16 +631,35 @@ GdkWindowObjectClass
|
|||||||
GdkSelection
|
GdkSelection
|
||||||
GdkSelectionType
|
GdkSelectionType
|
||||||
GdkTarget
|
GdkTarget
|
||||||
|
GDK_SELECTION_PRIMARY
|
||||||
|
GDK_SELECTION_SECONDARY
|
||||||
|
GDK_SELECTION_CLIPBOARD
|
||||||
|
GDK_TARGET_BITMAP
|
||||||
|
GDK_TARGET_COLORMAP
|
||||||
|
GDK_TARGET_DRAWABLE
|
||||||
|
GDK_TARGET_PIXMAP
|
||||||
|
GDK_TARGET_STRING
|
||||||
|
GDK_SELECTION_TYPE_ATOM
|
||||||
|
GDK_SELECTION_TYPE_BITMAP
|
||||||
|
GDK_SELECTION_TYPE_COLORMAP
|
||||||
|
GDK_SELECTION_TYPE_DRAWABLE
|
||||||
|
GDK_SELECTION_TYPE_INTEGER
|
||||||
|
GDK_SELECTION_TYPE_PIXMAP
|
||||||
|
GDK_SELECTION_TYPE_WINDOW
|
||||||
|
GDK_SELECTION_TYPE_STRING
|
||||||
gdk_selection_owner_set
|
gdk_selection_owner_set
|
||||||
gdk_selection_owner_get
|
gdk_selection_owner_get
|
||||||
gdk_selection_convert
|
gdk_selection_convert
|
||||||
gdk_selection_property_get
|
gdk_selection_property_get
|
||||||
gdk_selection_send_notify
|
gdk_selection_send_notify
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<TITLE>Properties and Atoms</TITLE>
|
<TITLE>Properties and Atoms</TITLE>
|
||||||
<FILE>properties</FILE>
|
<FILE>properties</FILE>
|
||||||
GdkAtom
|
GdkAtom
|
||||||
|
GDK_ATOM_TO_POINTER
|
||||||
|
GDK_POINTER_TO_ATOM
|
||||||
GDK_NONE
|
GDK_NONE
|
||||||
gdk_text_property_to_text_list
|
gdk_text_property_to_text_list
|
||||||
gdk_free_text_list
|
gdk_free_text_list
|
||||||
@ -726,6 +747,7 @@ gdk_rectangle_get_type
|
|||||||
<FILE>threads</FILE>
|
<FILE>threads</FILE>
|
||||||
GDK_THREADS_ENTER
|
GDK_THREADS_ENTER
|
||||||
GDK_THREADS_LEAVE
|
GDK_THREADS_LEAVE
|
||||||
|
gdk_threads_init
|
||||||
gdk_threads_enter
|
gdk_threads_enter
|
||||||
gdk_threads_leave
|
gdk_threads_leave
|
||||||
gdk_threads_mutex
|
gdk_threads_mutex
|
||||||
@ -736,7 +758,6 @@ gdk_threads_mutex
|
|||||||
<FILE>keys</FILE>
|
<FILE>keys</FILE>
|
||||||
GdkKeymap
|
GdkKeymap
|
||||||
GdkKeymapKey
|
GdkKeymapKey
|
||||||
GdkKeyInfo
|
|
||||||
gdk_keymap_get_default
|
gdk_keymap_get_default
|
||||||
gdk_keymap_lookup_key
|
gdk_keymap_lookup_key
|
||||||
gdk_keymap_translate_keyboard_state
|
gdk_keymap_translate_keyboard_state
|
||||||
@ -1033,6 +1054,10 @@ gdk_x11_image_get_xdisplay
|
|||||||
gdk_x11_image_get_ximage
|
gdk_x11_image_get_ximage
|
||||||
gdk_x11_ungrab_server
|
gdk_x11_ungrab_server
|
||||||
gdk_x11_visual_get_xvisual
|
gdk_x11_visual_get_xvisual
|
||||||
|
gdk_x11_atom_to_xatom
|
||||||
|
gdk_x11_xatom_to_atom
|
||||||
|
gdk_x11_get_xatom_by_name
|
||||||
|
gdk_x11_get_xatom_name
|
||||||
|
|
||||||
<SUBSECTION Private>
|
<SUBSECTION Private>
|
||||||
gdk_display
|
gdk_display
|
||||||
|
@ -57,7 +57,6 @@ allocated or unallocated color.
|
|||||||
@green: The blue component of the color.
|
@green: The blue component of the color.
|
||||||
@blue: The green component of the color.
|
@blue: The green component of the color.
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### STRUCT GdkColormap ##### -->
|
<!-- ##### STRUCT GdkColormap ##### -->
|
||||||
<para>
|
<para>
|
||||||
The colormap structure contains the following public fields.
|
The colormap structure contains the following public fields.
|
||||||
@ -71,7 +70,6 @@ The colormap structure contains the following public fields.
|
|||||||
back to RGB values. This is only meaningful for
|
back to RGB values. This is only meaningful for
|
||||||
pseudo-color colormaps.
|
pseudo-color colormaps.
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gdk_colormap_new ##### -->
|
<!-- ##### FUNCTION gdk_colormap_new ##### -->
|
||||||
<para>
|
<para>
|
||||||
Creates a new colormap for the given visual.
|
Creates a new colormap for the given visual.
|
||||||
|
@ -76,7 +76,7 @@ The standard cursors available.
|
|||||||
@GDK_QUESTION_ARROW: <inlinegraphic format="png" fileref="question_arrow.png"></inlinegraphic>
|
@GDK_QUESTION_ARROW: <inlinegraphic format="png" fileref="question_arrow.png"></inlinegraphic>
|
||||||
@GDK_RIGHT_PTR: <inlinegraphic format="png" fileref="right_ptr.png"></inlinegraphic>
|
@GDK_RIGHT_PTR: <inlinegraphic format="png" fileref="right_ptr.png"></inlinegraphic>
|
||||||
@GDK_RIGHT_SIDE: <inlinegraphic format="png" fileref="right_side.png"></inlinegraphic>
|
@GDK_RIGHT_SIDE: <inlinegraphic format="png" fileref="right_side.png"></inlinegraphic>
|
||||||
@GDK_RIGHT_TEE: <inlinegraphic format="png" fileref="right_tee.png"></inlinegraphic></inlinegraphic>
|
@GDK_RIGHT_TEE: <inlinegraphic format="png" fileref="right_tee.png"></inlinegraphic>
|
||||||
@GDK_RIGHTBUTTON: <inlinegraphic format="png" fileref="rightbutton.png"></inlinegraphic>
|
@GDK_RIGHTBUTTON: <inlinegraphic format="png" fileref="rightbutton.png"></inlinegraphic>
|
||||||
@GDK_RTL_LOGO: <inlinegraphic format="png" fileref="rtl_logo.png"></inlinegraphic>
|
@GDK_RTL_LOGO: <inlinegraphic format="png" fileref="rtl_logo.png"></inlinegraphic>
|
||||||
@GDK_SAILBOAT: <inlinegraphic format="png" fileref="sailboat.png"></inlinegraphic>
|
@GDK_SAILBOAT: <inlinegraphic format="png" fileref="sailboat.png"></inlinegraphic>
|
||||||
|
@ -203,7 +203,6 @@ drag in progress. It is used on both source and destination sides.
|
|||||||
@action: the action chosen by the destination.
|
@action: the action chosen by the destination.
|
||||||
@start_time: a timestamp recording the start time of this drag.
|
@start_time: a timestamp recording the start time of this drag.
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### ENUM GdkDragAction ##### -->
|
<!-- ##### ENUM GdkDragAction ##### -->
|
||||||
<para>
|
<para>
|
||||||
Used in #GdkDragContext to indicate what the destination
|
Used in #GdkDragContext to indicate what the destination
|
||||||
@ -233,3 +232,5 @@ gdk_drag_motion() called by the drag source.
|
|||||||
@action: the selected action which will be taken when a drop happens,
|
@action: the selected action which will be taken when a drop happens,
|
||||||
or 0 to indicate that a drop will not be accepted.
|
or 0 to indicate that a drop will not be accepted.
|
||||||
@time: the timestamp for this operation.
|
@time: the timestamp for this operation.
|
||||||
|
|
||||||
|
|
||||||
|
@ -34,12 +34,6 @@ or a #GdkWindow.
|
|||||||
|
|
||||||
@user_data:
|
@user_data:
|
||||||
|
|
||||||
<!-- ##### STRUCT GdkDrawableClass ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gdk_drawable_ref ##### -->
|
<!-- ##### FUNCTION gdk_drawable_ref ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -276,7 +276,6 @@ and is reference counted with gdk_font_ref() and gdk_font_unref()
|
|||||||
@descent: the maximum distance that the font, when drawn,
|
@descent: the maximum distance that the font, when drawn,
|
||||||
descends below the baseline.
|
descends below the baseline.
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### ENUM GdkFontType ##### -->
|
<!-- ##### ENUM GdkFontType ##### -->
|
||||||
<para>
|
<para>
|
||||||
Indicates the type of a font. The possible values
|
Indicates the type of a font. The possible values
|
||||||
@ -286,7 +285,6 @@ are currently:
|
|||||||
@GDK_FONT_FONT: the font is a single font.
|
@GDK_FONT_FONT: the font is a single font.
|
||||||
@GDK_FONT_FONTSET: the font is a fontset.
|
@GDK_FONT_FONTSET: the font is a fontset.
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gdk_font_load ##### -->
|
<!-- ##### FUNCTION gdk_font_load ##### -->
|
||||||
<para>
|
<para>
|
||||||
Loads a font.
|
Loads a font.
|
||||||
|
@ -44,12 +44,6 @@ elements.
|
|||||||
@ts_y_origin:
|
@ts_y_origin:
|
||||||
@colormap:
|
@colormap:
|
||||||
|
|
||||||
<!-- ##### STRUCT GdkGCClass ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### STRUCT GdkGCValues ##### -->
|
<!-- ##### STRUCT GdkGCValues ##### -->
|
||||||
<para>
|
<para>
|
||||||
The #GdkGCValues structure holds a set of values used
|
The #GdkGCValues structure holds a set of values used
|
||||||
@ -173,6 +167,7 @@ Identical to gdk_gc_unref(). This function is obsolete
|
|||||||
and should not be used.
|
and should not be used.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<!-- # Unused Parameters # -->
|
||||||
@gc: a #GdkGC.
|
@gc: a #GdkGC.
|
||||||
|
|
||||||
|
|
||||||
@ -416,16 +411,15 @@ Determines how lines are drawn.
|
|||||||
in the background color if the fill style is %GDK_SOLID, or in the background
|
in the background color if the fill style is %GDK_SOLID, or in the background
|
||||||
color masked by the stipple if the fill style is %GDK_STIPPLED.
|
color masked by the stipple if the fill style is %GDK_STIPPLED.
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### ENUM GdkCapStyle ##### -->
|
<!-- ##### ENUM GdkCapStyle ##### -->
|
||||||
<para>
|
<para>
|
||||||
Determines how the end of lines are drawn.
|
Determines how the end of lines are drawn.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@GDK_CAP_BUTT: the ends of the lines are drawn squared off and extending
|
|
||||||
to the coordinates of the end point.
|
|
||||||
@GDK_CAP_NOT_LAST: the same as %GDK_CAP_BUTT for lines of non-zero width.
|
@GDK_CAP_NOT_LAST: the same as %GDK_CAP_BUTT for lines of non-zero width.
|
||||||
for zero width lines, the final point on the line will not be drawn.
|
for zero width lines, the final point on the line will not be drawn.
|
||||||
|
@GDK_CAP_BUTT: the ends of the lines are drawn squared off and extending
|
||||||
|
to the coordinates of the end point.
|
||||||
@GDK_CAP_ROUND: the ends of the lines are drawn as semicircles with the
|
@GDK_CAP_ROUND: the ends of the lines are drawn as semicircles with the
|
||||||
diameter equal to the line width and centered at the end point.
|
diameter equal to the line width and centered at the end point.
|
||||||
@GDK_CAP_PROJECTING: the ends of the lines are drawn squared off and extending
|
@GDK_CAP_PROJECTING: the ends of the lines are drawn squared off and extending
|
||||||
@ -441,7 +435,6 @@ Determines how the joins between segments of a polygon are drawn.
|
|||||||
@GDK_JOIN_BEVEL: the sides of the two lines are joined by a straight line which
|
@GDK_JOIN_BEVEL: the sides of the two lines are joined by a straight line which
|
||||||
makes an equal angle with each line.
|
makes an equal angle with each line.
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gdk_gc_set_dashes ##### -->
|
<!-- ##### FUNCTION gdk_gc_set_dashes ##### -->
|
||||||
<para>
|
<para>
|
||||||
Sets the way dashed-lines are drawn. Lines will be
|
Sets the way dashed-lines are drawn. Lines will be
|
||||||
|
@ -138,59 +138,6 @@ support for internationalized text input.
|
|||||||
Input Methods
|
Input Methods
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### SECTION ./tmpl/selections.sgml:Long_Description ##### -->
|
|
||||||
<para>
|
|
||||||
The X selection mechanism provides a way to transfer
|
|
||||||
arbitrary chunks of data between programs.
|
|
||||||
A <firstterm>selection</firstterm> is a essentially
|
|
||||||
a named clipboard, identified by a string interned
|
|
||||||
as a #GdkAtom. By claiming ownership of a selection,
|
|
||||||
an application indicates that it will be responsible
|
|
||||||
for supplying its contents. The most common
|
|
||||||
selections are <literal>PRIMARY</literal> and
|
|
||||||
<literal>CLIPBOARD</literal>.
|
|
||||||
</para>
|
|
||||||
<para>
|
|
||||||
The contents of a selection can be represented in
|
|
||||||
a number of formats, called <firstterm>targets</firstterm>.
|
|
||||||
Each target is identified by an atom. A list of
|
|
||||||
all possible targets supported by the selection owner
|
|
||||||
can be retrieved by requesting the special target
|
|
||||||
<literal>TARGETS</literal>. When a selection is
|
|
||||||
retrieved, the data is accompanied by a type
|
|
||||||
(an atom), and a format (an integer, representing
|
|
||||||
the number of bits per item).
|
|
||||||
See <link linkend="gdk-Properties-and-Atoms">Properties and Atoms</link>
|
|
||||||
for more information.
|
|
||||||
</para>
|
|
||||||
<para>
|
|
||||||
The functions in this section only contain the lowlevel
|
|
||||||
parts of the selection protocol. A considerably more
|
|
||||||
complicated implementation is needed on top of this.
|
|
||||||
GTK+ contains such an implementation in the functions
|
|
||||||
in <literal>gtkselection.h</literal> and programmers
|
|
||||||
should use those functions instead of the ones presented
|
|
||||||
here. If you plan to implement selection handling
|
|
||||||
directly on top of the functions here, you should refer
|
|
||||||
to the X Inter-client Communication Conventions Manual
|
|
||||||
(ICCCM).
|
|
||||||
</para>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### SECTION ./tmpl/selections.sgml:See_Also ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### SECTION ./tmpl/selections.sgml:Short_Description ##### -->
|
|
||||||
functions for transfering data via the X selection mechanism.
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### SECTION ./tmpl/selections.sgml:Title ##### -->
|
|
||||||
Selections
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO GDK_CORE_POINTER ##### -->
|
<!-- ##### MACRO GDK_CORE_POINTER ##### -->
|
||||||
<para>
|
<para>
|
||||||
This macro contains an integer value representing
|
This macro contains an integer value representing
|
||||||
@ -260,6 +207,12 @@ the device ID for the core pointer device.
|
|||||||
@GDK_CC_MODE_MY_GRAY:
|
@GDK_CC_MODE_MY_GRAY:
|
||||||
@GDK_CC_MODE_PALETTE:
|
@GDK_CC_MODE_PALETTE:
|
||||||
|
|
||||||
|
<!-- ##### STRUCT GdkDeviceClass ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### STRUCT GdkDeviceInfo ##### -->
|
<!-- ##### STRUCT GdkDeviceInfo ##### -->
|
||||||
<para>
|
<para>
|
||||||
The #GdkDeviceInfo structure contains information about a
|
The #GdkDeviceInfo structure contains information about a
|
||||||
@ -284,6 +237,18 @@ device. It has the following fields:
|
|||||||
which describe what key press events are generated
|
which describe what key press events are generated
|
||||||
for each macro button.
|
for each macro button.
|
||||||
|
|
||||||
|
<!-- ##### STRUCT GdkDrawableClass ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### STRUCT GdkGCClass ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### STRUCT GdkIC ##### -->
|
<!-- ##### STRUCT GdkIC ##### -->
|
||||||
<para>
|
<para>
|
||||||
The #GdkIC struct is an opaque structure representing an input context
|
The #GdkIC struct is an opaque structure representing an input context
|
||||||
@ -465,6 +430,21 @@ status information, so the application does not need to do anything.
|
|||||||
@GDK_IM_STATUS_NONE: The input method does not display status information.
|
@GDK_IM_STATUS_NONE: The input method does not display status information.
|
||||||
@GDK_IM_STATUS_MASK: A bit-mask containing all the status flags.
|
@GDK_IM_STATUS_MASK: A bit-mask containing all the status flags.
|
||||||
|
|
||||||
|
<!-- ##### STRUCT GdkKeyInfo ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@keycode:
|
||||||
|
@group:
|
||||||
|
@level:
|
||||||
|
|
||||||
|
<!-- ##### STRUCT GdkKeymapClass ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### ENUM GdkPixbufAlphaMode ##### -->
|
<!-- ##### ENUM GdkPixbufAlphaMode ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -109,12 +109,6 @@ to configure various aspects of the device.
|
|||||||
@keys: an array of #GdkDeviceKey, describing the mapped macro buttons
|
@keys: an array of #GdkDeviceKey, describing the mapped macro buttons
|
||||||
of this device.
|
of this device.
|
||||||
|
|
||||||
<!-- ##### STRUCT GdkDeviceClass ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### ENUM GdkInputSource ##### -->
|
<!-- ##### ENUM GdkInputSource ##### -->
|
||||||
<para>
|
<para>
|
||||||
An enumeration describing the type of an input device
|
An enumeration describing the type of an input device
|
||||||
|
@ -91,12 +91,6 @@ in the keymap and see what keyval it corresponds to.
|
|||||||
|
|
||||||
@parent_instance:
|
@parent_instance:
|
||||||
|
|
||||||
<!-- ##### STRUCT GdkKeymapClass ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### STRUCT GdkKeymapKey ##### -->
|
<!-- ##### STRUCT GdkKeymapKey ##### -->
|
||||||
<para>
|
<para>
|
||||||
A <structname>GdkKeymapKey</structname> is a hardware key that can
|
A <structname>GdkKeymapKey</structname> is a hardware key that can
|
||||||
@ -115,15 +109,6 @@ be mapped to a keyval.
|
|||||||
letter at level 0, and an uppercase letter at level 1, though only the
|
letter at level 0, and an uppercase letter at level 1, though only the
|
||||||
uppercase letter is printed.
|
uppercase letter is printed.
|
||||||
|
|
||||||
<!-- ##### STRUCT GdkKeyInfo ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@keycode:
|
|
||||||
@group:
|
|
||||||
@level:
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gdk_keymap_get_default ##### -->
|
<!-- ##### FUNCTION gdk_keymap_get_default ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -40,7 +40,6 @@ rendering the text.
|
|||||||
@attr: the #PangoAttribute.
|
@attr: the #PangoAttribute.
|
||||||
@embossed: the embossed bitmap.
|
@embossed: the embossed bitmap.
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### STRUCT GdkPangoAttrStipple ##### -->
|
<!-- ##### STRUCT GdkPangoAttrStipple ##### -->
|
||||||
<para>
|
<para>
|
||||||
A Pango text attribute containing a stipple bitmap to be used when
|
A Pango text attribute containing a stipple bitmap to be used when
|
||||||
|
@ -152,8 +152,9 @@ in which case a default color will be used.
|
|||||||
Deprecated equivalent of g_object_ref().
|
Deprecated equivalent of g_object_ref().
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@pixmap: a #GdkPixmap
|
|
||||||
@Returns: @pixmap
|
@Returns: @pixmap
|
||||||
|
<!-- # Unused Parameters # -->
|
||||||
|
@pixmap: a #GdkPixmap
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO gdk_pixmap_unref ##### -->
|
<!-- ##### MACRO gdk_pixmap_unref ##### -->
|
||||||
@ -161,6 +162,7 @@ Deprecated equivalent of g_object_ref().
|
|||||||
Deprecated equivalent of g_object_unref().
|
Deprecated equivalent of g_object_unref().
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<!-- # Unused Parameters # -->
|
||||||
@pixmap: a #GdkPixmap
|
@pixmap: a #GdkPixmap
|
||||||
|
|
||||||
|
|
||||||
@ -180,6 +182,7 @@ Deprecated equivalent of g_object_ref().
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
@Returns: @pixmap
|
@Returns: @pixmap
|
||||||
|
<!-- # Unused Parameters # -->
|
||||||
@pixmap: a #GdkBitmap
|
@pixmap: a #GdkBitmap
|
||||||
|
|
||||||
|
|
||||||
@ -188,6 +191,7 @@ Deprecated equivalent of g_object_ref().
|
|||||||
Deprecated equivalent of g_object_unref().
|
Deprecated equivalent of g_object_unref().
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<!-- # Unused Parameters # -->
|
||||||
@pixmap: a #GdkBitmap
|
@pixmap: a #GdkBitmap
|
||||||
|
|
||||||
|
|
||||||
|
@ -49,6 +49,22 @@ of strings on the X server.
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### MACRO GDK_ATOM_TO_POINTER ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@atom:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### MACRO GDK_POINTER_TO_ATOM ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@ptr:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO GDK_NONE ##### -->
|
<!-- ##### MACRO GDK_NONE ##### -->
|
||||||
<para>
|
<para>
|
||||||
A null value for #GdkAtom, used in a similar way as <literal>None</literal>
|
A null value for #GdkAtom, used in a similar way as <literal>None</literal>
|
||||||
|
@ -77,6 +77,118 @@ compatibility with older programs.
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### MACRO GDK_SELECTION_PRIMARY ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### MACRO GDK_SELECTION_SECONDARY ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### MACRO GDK_SELECTION_CLIPBOARD ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### MACRO GDK_TARGET_BITMAP ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### MACRO GDK_TARGET_COLORMAP ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### MACRO GDK_TARGET_DRAWABLE ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### MACRO GDK_TARGET_PIXMAP ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### MACRO GDK_TARGET_STRING ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### MACRO GDK_SELECTION_TYPE_ATOM ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### MACRO GDK_SELECTION_TYPE_BITMAP ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### MACRO GDK_SELECTION_TYPE_COLORMAP ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### MACRO GDK_SELECTION_TYPE_DRAWABLE ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### MACRO GDK_SELECTION_TYPE_INTEGER ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### MACRO GDK_SELECTION_TYPE_PIXMAP ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### MACRO GDK_SELECTION_TYPE_WINDOW ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### MACRO GDK_SELECTION_TYPE_STRING ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gdk_selection_owner_set ##### -->
|
<!-- ##### FUNCTION gdk_selection_owner_set ##### -->
|
||||||
<para>
|
<para>
|
||||||
Set the owner of the given selection.
|
Set the owner of the given selection.
|
||||||
|
@ -54,6 +54,13 @@ begun with #GDK_THREADS_ENTER.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gdk_threads_init ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gdk_threads_enter ##### -->
|
<!-- ##### FUNCTION gdk_threads_enter ##### -->
|
||||||
<para>
|
<para>
|
||||||
Enters a critical region like #GDK_THREADS_ENTER.
|
Enters a critical region like #GDK_THREADS_ENTER.
|
||||||
|
@ -173,7 +173,6 @@ window manager hints</ulink> specification for more details.
|
|||||||
@GDK_GRAVITY_STATIC: the reference point is at the top left corner of the
|
@GDK_GRAVITY_STATIC: the reference point is at the top left corner of the
|
||||||
window itself, ignoring window manager decorations.
|
window itself, ignoring window manager decorations.
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### ENUM GdkWindowEdge ##### -->
|
<!-- ##### ENUM GdkWindowEdge ##### -->
|
||||||
<para>
|
<para>
|
||||||
Determines a window edge or corner.
|
Determines a window edge or corner.
|
||||||
@ -188,7 +187,6 @@ Determines a window edge or corner.
|
|||||||
@GDK_WINDOW_EDGE_SOUTH: the lower edge.
|
@GDK_WINDOW_EDGE_SOUTH: the lower edge.
|
||||||
@GDK_WINDOW_EDGE_SOUTH_EAST: the lower right corner.
|
@GDK_WINDOW_EDGE_SOUTH_EAST: the lower right corner.
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### ENUM GdkWindowTypeHint ##### -->
|
<!-- ##### ENUM GdkWindowTypeHint ##### -->
|
||||||
<para>
|
<para>
|
||||||
These are hints for the window manager that indicate what type of function
|
These are hints for the window manager that indicate what type of function
|
||||||
@ -240,6 +238,12 @@ corresponding flag in #GdkWindowAttributesType.
|
|||||||
@GDK_WA_WMCLASS: Honor the wmclass_class and wmclass_name fields
|
@GDK_WA_WMCLASS: Honor the wmclass_class and wmclass_name fields
|
||||||
@GDK_WA_NOREDIR: Honor the override_redirect field
|
@GDK_WA_NOREDIR: Honor the override_redirect field
|
||||||
|
|
||||||
|
<!-- ##### STRUCT GdkScreen ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gdk_window_new ##### -->
|
<!-- ##### FUNCTION gdk_window_new ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
@ -618,6 +622,17 @@ Registers a window as a potential drop destination.
|
|||||||
@invalidate_children:
|
@invalidate_children:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gdk_window_invalidate_maybe_recurse ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@window:
|
||||||
|
@region:
|
||||||
|
@child_func:
|
||||||
|
@user_data:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gdk_window_get_update_area ##### -->
|
<!-- ##### FUNCTION gdk_window_get_update_area ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
@ -844,6 +859,7 @@ window.
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gdk_window_set_cursor ##### -->
|
<!-- ##### FUNCTION gdk_window_set_cursor ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
@ -1241,7 +1257,6 @@ Applications should never have any reason to use this facility
|
|||||||
if the window under the mouse pointer is not known to GDK (for example,
|
if the window under the mouse pointer is not known to GDK (for example,
|
||||||
belongs to another application).
|
belongs to another application).
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gdk_set_pointer_hooks ##### -->
|
<!-- ##### FUNCTION gdk_set_pointer_hooks ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -483,3 +483,39 @@ Returns the X visual belonging to a #GdkVisual.
|
|||||||
@Returns: an Xlib <type>Visual*</type>.
|
@Returns: an Xlib <type>Visual*</type>.
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gdk_x11_atom_to_xatom ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@atom:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gdk_x11_xatom_to_atom ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@xatom:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gdk_x11_get_xatom_by_name ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@atom_name:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gdk_x11_get_xatom_name ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@xatom:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
@ -43,6 +43,7 @@ IGNORE_HFILES= \
|
|||||||
gtktextsegment.h \
|
gtktextsegment.h \
|
||||||
gtktexttagprivate.h \
|
gtktexttagprivate.h \
|
||||||
gtktexttypes.h \
|
gtktexttypes.h \
|
||||||
|
gtktextutil.h \
|
||||||
gtktypebuiltins.h \
|
gtktypebuiltins.h \
|
||||||
xembed.h
|
xembed.h
|
||||||
|
|
||||||
|
@ -2495,7 +2495,6 @@ gtk_text_mark_get_type
|
|||||||
<FILE>gtktexttag</FILE>
|
<FILE>gtktexttag</FILE>
|
||||||
<TITLE>GtkTextTag</TITLE>
|
<TITLE>GtkTextTag</TITLE>
|
||||||
GtkTextTag
|
GtkTextTag
|
||||||
GtkTextBTreeNode
|
|
||||||
GtkWrapMode
|
GtkWrapMode
|
||||||
GtkTextAttributes
|
GtkTextAttributes
|
||||||
gtk_text_tag_new
|
gtk_text_tag_new
|
||||||
@ -2574,6 +2573,7 @@ gtk_text_view_starts_display_line
|
|||||||
gtk_text_view_move_visually
|
gtk_text_view_move_visually
|
||||||
gtk_text_view_add_child_at_anchor
|
gtk_text_view_add_child_at_anchor
|
||||||
GtkTextChildAnchor
|
GtkTextChildAnchor
|
||||||
|
GtkTextChildAnchorClass
|
||||||
gtk_text_child_anchor_new
|
gtk_text_child_anchor_new
|
||||||
gtk_text_child_anchor_get_widgets
|
gtk_text_child_anchor_get_widgets
|
||||||
gtk_text_child_anchor_get_deleted
|
gtk_text_child_anchor_get_deleted
|
||||||
@ -3054,7 +3054,6 @@ gtk_tree_view_column_get_sort_order
|
|||||||
gtk_tree_view_column_cell_set_cell_data
|
gtk_tree_view_column_cell_set_cell_data
|
||||||
gtk_tree_view_column_cell_get_size
|
gtk_tree_view_column_cell_get_size
|
||||||
gtk_tree_view_column_cell_render
|
gtk_tree_view_column_cell_render
|
||||||
gtk_tree_view_column_cell_event
|
|
||||||
gtk_tree_view_column_cell_focus
|
gtk_tree_view_column_cell_focus
|
||||||
gtk_tree_view_column_cell_draw_focus
|
gtk_tree_view_column_cell_draw_focus
|
||||||
gtk_tree_view_column_cell_is_visible
|
gtk_tree_view_column_cell_is_visible
|
||||||
|
@ -183,8 +183,8 @@ For other attributes there are dedicated methods on
|
|||||||
pango_font_description_free (font_desc);
|
pango_font_description_free (font_desc);
|
||||||
|
|
||||||
/* Change default color throughout the widget */
|
/* Change default color throughout the widget */
|
||||||
gdk_color_parse ("green", &color);
|
gdk_color_parse ("green", &color);
|
||||||
gtk_widget_modify_fg (view, GTK_STATE_NORMAL, &color);
|
gtk_widget_modify_fg (view, GTK_STATE_NORMAL, &color);
|
||||||
|
|
||||||
/* Change left margin throughout the widget */
|
/* Change left margin throughout the widget */
|
||||||
gtk_text_view_set_left_margin (GTK_TEXT_VIEW (view), 30);
|
gtk_text_view_set_left_margin (GTK_TEXT_VIEW (view), 30);
|
||||||
@ -192,9 +192,9 @@ For other attributes there are dedicated methods on
|
|||||||
/* Use a tag to change the color for just one part of the widget */
|
/* Use a tag to change the color for just one part of the widget */
|
||||||
tag = gtk_text_buffer_create_tag (buffer, "blue_foreground",
|
tag = gtk_text_buffer_create_tag (buffer, "blue_foreground",
|
||||||
"foreground", "blue", NULL);
|
"foreground", "blue", NULL);
|
||||||
gtk_text_buffer_get_iter_at_offset (buffer, &start, 7);
|
gtk_text_buffer_get_iter_at_offset (buffer, &start, 7);
|
||||||
gtk_text_buffer_get_iter_at_offset (buffer, &end, 12);
|
gtk_text_buffer_get_iter_at_offset (buffer, &end, 12);
|
||||||
gtk_text_buffer_apply_tag (buffer, tag, &start, &end);
|
gtk_text_buffer_apply_tag (buffer, tag, &start, &end);
|
||||||
</programlisting>
|
</programlisting>
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
@ -1072,12 +1072,6 @@ after other user handlers and the default handler.
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### ARG GtkSettings:gtk-dnd-drag-threshold ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### USER_FUNCTION GtkSignalDestroy ##### -->
|
<!-- ##### USER_FUNCTION GtkSignalDestroy ##### -->
|
||||||
<para>
|
<para>
|
||||||
A function which you can use to clean up when the
|
A function which you can use to clean up when the
|
||||||
@ -1144,6 +1138,12 @@ Holds the data for a statusbar message. <structfield>text</structfield> holds th
|
|||||||
@context_id:
|
@context_id:
|
||||||
@message_id:
|
@message_id:
|
||||||
|
|
||||||
|
<!-- ##### STRUCT GtkTextBTreeNode ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### ARG GtkTextTag:justify ##### -->
|
<!-- ##### ARG GtkTextTag:justify ##### -->
|
||||||
<para>
|
<para>
|
||||||
A #GtkJustification for the text. This is only used when the tag is
|
A #GtkJustification for the text. This is only used when the tag is
|
||||||
@ -2921,6 +2921,19 @@ a gtk_object_unref().
|
|||||||
@tree_store:
|
@tree_store:
|
||||||
@n_columns:
|
@n_columns:
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_tree_view_column_cell_event ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@tree_column:
|
||||||
|
@event:
|
||||||
|
@path_string:
|
||||||
|
@background_area:
|
||||||
|
@cell_area:
|
||||||
|
@flags:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_tree_view_column_set_cell_data ##### -->
|
<!-- ##### FUNCTION gtk_tree_view_column_set_cell_data ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -33,3 +33,13 @@ GtkCellRendererPixbuf
|
|||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkCellRendererPixbuf:pixbuf-expander-open ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkCellRendererPixbuf:pixbuf-expander-closed ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@ -773,12 +773,14 @@ otherwise %NULL.
|
|||||||
<para>
|
<para>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@context:
|
@settings:
|
||||||
@scanner: a #GtkScanner. Used for printing out warning messages
|
@scanner: a #GtkScanner. Used for printing out warning messages
|
||||||
if the file is not found.
|
if the file is not found.
|
||||||
@pixmap_file: The name of the file to search for.
|
@pixmap_file: The name of the file to search for.
|
||||||
@Returns: The filename, if found. (Must be freed with g_free()),
|
@Returns: The filename, if found. (Must be freed with g_free()),
|
||||||
otherwise %NULL.
|
otherwise %NULL.
|
||||||
|
<!-- # Unused Parameters # -->
|
||||||
|
@context:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_rc_get_module_dir ##### -->
|
<!-- ##### FUNCTION gtk_rc_get_module_dir ##### -->
|
||||||
|
@ -196,6 +196,11 @@ GtkSettings
|
|||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### ARG GtkSettings:gtk-dnd-drag-threshold ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
<!-- ##### ARG GtkSettings:gtk-color-palette ##### -->
|
<!-- ##### ARG GtkSettings:gtk-color-palette ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -123,6 +123,8 @@ never be set by an application.)
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
@socket:
|
@socket:
|
||||||
|
@window_id:
|
||||||
|
<!-- # Unused Parameters # -->
|
||||||
@id:
|
@id:
|
||||||
|
|
||||||
|
|
||||||
|
@ -14,7 +14,6 @@ Styles
|
|||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO GTK_STYLE_ATTACHED ##### -->
|
<!-- ##### MACRO GTK_STYLE_ATTACHED ##### -->
|
||||||
<para>
|
<para>
|
||||||
Returns whether the styleis attached to a window.
|
Returns whether the styleis attached to a window.
|
||||||
@ -679,6 +678,7 @@ Returns whether the styleis attached to a window.
|
|||||||
|
|
||||||
@style:
|
@style:
|
||||||
@window:
|
@window:
|
||||||
|
@state_type:
|
||||||
@area:
|
@area:
|
||||||
@widget:
|
@widget:
|
||||||
@detail:
|
@detail:
|
||||||
|
@ -29,12 +29,6 @@ Most of the #GtkText-struct struct members should not be accessed directly.
|
|||||||
Listed below are a few exceptions and how to use them.
|
Listed below are a few exceptions and how to use them.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@hadj: Allows you to see the state of an attached horizontal #GtkScrollbar.
|
|
||||||
See #GtkAdjustment for more info. This allows easy access to the adjustments
|
|
||||||
of the #GtkText struct without having to keep track of ones that you
|
|
||||||
initialize at widget creation.
|
|
||||||
@vadj: Same as @hadj except it involves the vertical #GtkScrollbar.
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### STRUCT GtkTextFont ##### -->
|
<!-- ##### STRUCT GtkTextFont ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -27,12 +27,6 @@ types related to the text widget and how they work together.
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### STRUCT GtkTextBTreeNode ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### ENUM GtkWrapMode ##### -->
|
<!-- ##### ENUM GtkWrapMode ##### -->
|
||||||
<para>
|
<para>
|
||||||
Describes a type of line wrapping.
|
Describes a type of line wrapping.
|
||||||
@ -62,6 +56,7 @@ Describes a type of line wrapping.
|
|||||||
@tabs:
|
@tabs:
|
||||||
@wrap_mode:
|
@wrap_mode:
|
||||||
@language:
|
@language:
|
||||||
|
@padding1:
|
||||||
@invisible:
|
@invisible:
|
||||||
@bg_full_height:
|
@bg_full_height:
|
||||||
@editable:
|
@editable:
|
||||||
@ -120,11 +115,16 @@ Describes a type of line wrapping.
|
|||||||
@bg_stipple:
|
@bg_stipple:
|
||||||
@fg_stipple:
|
@fg_stipple:
|
||||||
@rise:
|
@rise:
|
||||||
|
@padding1:
|
||||||
@underline:
|
@underline:
|
||||||
@strikethrough:
|
@strikethrough:
|
||||||
@draw_bg:
|
@draw_bg:
|
||||||
@inside_selection:
|
@inside_selection:
|
||||||
@is_text:
|
@is_text:
|
||||||
|
@pad1:
|
||||||
|
@pad2:
|
||||||
|
@pad3:
|
||||||
|
@pad4:
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_text_attributes_new ##### -->
|
<!-- ##### FUNCTION gtk_text_attributes_new ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -323,6 +323,44 @@ types related to the text widget and how they work together.
|
|||||||
@anchor:
|
@anchor:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### STRUCT GtkTextChildAnchor ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### STRUCT GtkTextChildAnchorClass ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_text_child_anchor_new ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_text_child_anchor_get_widgets ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@anchor:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION gtk_text_child_anchor_get_deleted ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@anchor:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_text_view_add_child_in_window ##### -->
|
<!-- ##### FUNCTION gtk_text_view_add_child_in_window ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -466,20 +466,6 @@ GtkTreeViewColumn
|
|||||||
@flags:
|
@flags:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_tree_view_column_cell_event ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@tree_column:
|
|
||||||
@event:
|
|
||||||
@path_string:
|
|
||||||
@background_area:
|
|
||||||
@cell_area:
|
|
||||||
@flags:
|
|
||||||
@Returns:
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION gtk_tree_view_column_cell_focus ##### -->
|
<!-- ##### FUNCTION gtk_tree_view_column_cell_focus ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user