forked from AuroraMiddleware/gtk
2.90.1
This commit is contained in:
parent
7164d71abf
commit
473b7aa6a2
@ -86,7 +86,7 @@ man_MANS = \
|
||||
if ENABLE_MAN
|
||||
|
||||
.xml.1:
|
||||
XSLTPROC@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
|
||||
@XSLTPROC@ -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
|
||||
|
||||
dist-local-check-mans-enabled:
|
||||
if grep "Man generation disabled" $(man_MANS) >/dev/null; then $(RM) $(man_MANS); fi
|
||||
|
@ -68,12 +68,6 @@ allocated or unallocated color.
|
||||
The colormap structure contains the following public fields.
|
||||
</para>
|
||||
|
||||
@size: For pseudo-color colormaps, the number of colors
|
||||
in the colormap.
|
||||
@colors: An array containing the current values in the
|
||||
colormap. This can be used to map from pixel values
|
||||
back to RGB values. This is only meaningful for
|
||||
pseudo-color colormaps.
|
||||
|
||||
<!-- ##### FUNCTION gdk_colormap_new ##### -->
|
||||
<para>
|
||||
|
@ -39,7 +39,6 @@ gdk_window_set_cursor() or by setting the cursor member of the
|
||||
A <type>GdkCursor</type> structure represents a cursor.
|
||||
</para>
|
||||
|
||||
@type: the #GdkCursorType of the cursor
|
||||
|
||||
<!-- ##### ENUM GdkCursorType ##### -->
|
||||
<para>
|
||||
|
@ -170,16 +170,6 @@ drag in progress. It is used on both source and destination sides.
|
||||
</para>
|
||||
|
||||
@parent_instance: the parent instance
|
||||
@protocol: the DND protocol which governs this drag.
|
||||
@is_source: %TRUE if the context is used on the source side.
|
||||
@source_window: the source of this drag.
|
||||
@dest_window: the destination window of this drag.
|
||||
@targets: a list of targets offered by the source.
|
||||
@actions: a bitmask of actions proposed by the source when
|
||||
@suggested_action is %GDK_ACTION_ASK.
|
||||
@suggested_action: the action suggested by the source.
|
||||
@action: the action chosen by the destination.
|
||||
@start_time: a timestamp recording the start time of this drag.
|
||||
|
||||
<!-- ##### ENUM GdkDragAction ##### -->
|
||||
<para>
|
||||
@ -215,3 +205,57 @@ should do with the dropped data.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_drag_context_get_action ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@context:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_drag_context_get_actions ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@context:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_drag_context_get_suggested_action ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@context:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_drag_context_list_targets ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@context:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_drag_context_get_device ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@context:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_drag_context_set_device ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@context:
|
||||
@device:
|
||||
|
||||
|
||||
|
@ -278,6 +278,40 @@ is given in the <link linkend="glib-The-Main-Event-Loop">GLib Main Loop</link>.
|
||||
@event:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_events_get_angle ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@event1:
|
||||
@event2:
|
||||
@angle:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_events_get_center ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@event1:
|
||||
@event2:
|
||||
@x:
|
||||
@y:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_events_get_distance ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@event1:
|
||||
@event2:
|
||||
@distance:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_event_handler_set ##### -->
|
||||
<para>
|
||||
</para>
|
||||
@ -367,6 +401,24 @@ gdk_event_handler_set().
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_event_get_device ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@event:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_event_set_device ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@event:
|
||||
@device:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_setting_get ##### -->
|
||||
<para>
|
||||
</para>
|
||||
|
@ -50,6 +50,13 @@ of an X display. All its fields are private and should not be accessed directly.
|
||||
@gdkdisplay: the object which received the signal.
|
||||
@arg1:
|
||||
|
||||
<!-- ##### SIGNAL GdkDisplay::opened ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@gdkdisplay: the object which received the signal.
|
||||
|
||||
<!-- ##### FUNCTION gdk_display_open ##### -->
|
||||
<para>
|
||||
|
||||
@ -105,6 +112,15 @@ of an X display. All its fields are private and should not be accessed directly.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_display_get_device_manager ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@display:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_display_pointer_ungrab ##### -->
|
||||
<para>
|
||||
|
||||
@ -132,6 +148,16 @@ of an X display. All its fields are private and should not be accessed directly.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_display_device_is_grabbed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@display:
|
||||
@device:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_display_beep ##### -->
|
||||
<para>
|
||||
|
||||
@ -241,6 +267,19 @@ of an X display. All its fields are private and should not be accessed directly.
|
||||
@mask:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_display_get_device_state ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@display:
|
||||
@device:
|
||||
@screen:
|
||||
@x:
|
||||
@y:
|
||||
@mask:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_display_get_window_at_pointer ##### -->
|
||||
<para>
|
||||
|
||||
@ -252,6 +291,18 @@ of an X display. All its fields are private and should not be accessed directly.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_display_get_window_at_device_position ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@display:
|
||||
@device:
|
||||
@win_x:
|
||||
@win_y:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### STRUCT GdkDisplayPointerHooks ##### -->
|
||||
<para>
|
||||
A table of pointers to functions for getting quantities related to
|
||||
@ -285,6 +336,25 @@ Applications should never have any reason to use this facility
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### STRUCT GdkDisplayDeviceHooks ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@get_device_state:
|
||||
@window_get_device_position:
|
||||
@window_at_device_position:
|
||||
|
||||
<!-- ##### FUNCTION gdk_display_set_device_hooks ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@display:
|
||||
@new_hooks:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_display_warp_pointer ##### -->
|
||||
<para>
|
||||
|
||||
@ -296,6 +366,18 @@ Applications should never have any reason to use this facility
|
||||
@y:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_display_warp_device ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@display:
|
||||
@device:
|
||||
@screen:
|
||||
@x:
|
||||
@y:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_display_supports_cursor_color ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -66,17 +66,6 @@ The #GdkImage struct contains information on the image and the pixel data.
|
||||
</para>
|
||||
|
||||
@parent_instance: the parent instance
|
||||
@type: the type of the image.
|
||||
@visual: the visual.
|
||||
@byte_order: the byte order.
|
||||
@width: the width of the image in pixels.
|
||||
@height: the height of the image in pixels.
|
||||
@depth: the depth of the image, i.e. the number of bits per pixel.
|
||||
@bpp: the number of bytes per pixel.
|
||||
@bpl: the number of bytes per line of the image.
|
||||
@bits_per_pixel: the number of bits per pixel.
|
||||
@mem: the pixel data.
|
||||
@colormap: the #GdkColormap associated with the image
|
||||
|
||||
<!-- ##### FUNCTION gdk_image_new ##### -->
|
||||
<para>
|
||||
@ -125,6 +114,87 @@ and if that fails then %GDK_IMAGE_NORMAL will be used.
|
||||
@colormap:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_image_get_bits_per_pixel ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_image_get_bytes_per_pixel ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_image_get_bytes_per_line ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_image_get_byte_order ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_image_get_depth ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_image_get_height ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_image_get_image_type ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_image_get_visual ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_image_get_width ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@image:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_image_put_pixel ##### -->
|
||||
<para>
|
||||
Sets a pixel in a #GdkImage to a given pixel value.
|
||||
|
@ -24,7 +24,7 @@ pixel can be either on or off).
|
||||
<!-- ##### SECTION Image ##### -->
|
||||
|
||||
|
||||
<!-- ##### TYPEDEF GdkPixmap ##### -->
|
||||
<!-- ##### STRUCT GdkPixmap ##### -->
|
||||
<para>
|
||||
An opaque structure representing an offscreen drawable.
|
||||
Pointers to structures of type #GdkPixmap, #GdkBitmap,
|
||||
|
@ -48,7 +48,7 @@ data commonly stored in X window properties.
|
||||
<!-- ##### SECTION Image ##### -->
|
||||
|
||||
|
||||
<!-- ##### TYPEDEF GdkAtom ##### -->
|
||||
<!-- ##### STRUCT GdkAtom ##### -->
|
||||
<para>
|
||||
An opaque type representing a string as an index into a table
|
||||
of strings on the X server.
|
||||
|
@ -78,42 +78,6 @@ pixel_from_rgb (GdkVisual *visual,
|
||||
</example>
|
||||
|
||||
@parent_instance: inherited portion from #GObject
|
||||
@type: The type of this visual.
|
||||
@depth: The number of bits per pixel.
|
||||
@byte_order: The byte-order for this visual.
|
||||
@colormap_size: The number of entries in the colormap, for
|
||||
visuals of type %GDK_VISUAL_PSEUDO_COLOR or
|
||||
%GDK_VISUAL_GRAY_SCALE. For other visual types, it
|
||||
is the number of possible levels per color component.
|
||||
If the visual has different numbers of levels for
|
||||
different components, the value of this field is undefined.
|
||||
@bits_per_rgb: The number of significant bits per red, green, or blue
|
||||
when specifying colors for this visual. (For instance, for
|
||||
gdk_colormap_alloc_color())
|
||||
@red_mask: A mask giving the bits in a pixel value that
|
||||
correspond to the red field. Significant only for
|
||||
%GDK_VISUAL_PSEUDOCOLOR and %GDK_VISUAL_DIRECTCOLOR.
|
||||
@red_shift: The <structfield>red_shift</structfield> and
|
||||
<structfield>red_prec</structfield> give an alternate presentation
|
||||
of the information in <structfield>red_mask</structfield>.
|
||||
<structfield>red_mask</structfield> is a contiguous sequence
|
||||
of <structfield>red_prec</structfield> bits starting at bit
|
||||
number <structfield>red_shift</structfield>. For example,
|
||||
<xref linkend="rgbmask"/> shows constructing a pixel value
|
||||
out of three 16 bit color values.
|
||||
@red_prec: See above.
|
||||
@green_mask: A mask giving the bits in a pixel value that
|
||||
correspond to the green field.
|
||||
@green_shift: The <structfield>green_shift</structfield> and
|
||||
<structfield>green_prec</structfield> give an alternate presentation
|
||||
of the information in <structfield>green_mask</structfield>.
|
||||
@green_prec: See above.
|
||||
@blue_mask: A mask giving the bits in a pixel value that
|
||||
correspond to the blue field.
|
||||
@blue_shift: The <structfield>blue_shift</structfield> and
|
||||
<structfield>blue_prec</structfield> give an alternate presentation
|
||||
of the information in <structfield>blue_mask</structfield>.
|
||||
@blue_prec: See above.
|
||||
|
||||
<!-- ##### ENUM GdkVisualType ##### -->
|
||||
<para>
|
||||
@ -178,6 +142,84 @@ in memory as 0x00, 0xcc, 0xee, 0xff.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_visual_get_bits_per_rgb ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@visual:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_visual_get_blue_pixel_details ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@visual:
|
||||
@mask:
|
||||
@shift:
|
||||
@precision:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_visual_get_byte_order ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@visual:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_visual_get_colormap_size ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@visual:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_visual_get_depth ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@visual:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_visual_get_green_pixel_details ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@visual:
|
||||
@mask:
|
||||
@shift:
|
||||
@precision:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_visual_get_red_pixel_details ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@visual:
|
||||
@mask:
|
||||
@shift:
|
||||
@precision:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_visual_get_visual_type ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@visual:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_visual_get_best_depth ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -26,6 +26,7 @@ Obtains the Xlib window id of the root window of the current screen.
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO GDK_DISPLAY ##### -->
|
||||
<para>
|
||||
The current display.
|
||||
|
@ -356,6 +356,19 @@ gtk_action_group_add_radio_actions() to construct groups of radio actions.
|
||||
@destroy:
|
||||
|
||||
|
||||
<!-- ##### USER_FUNCTION GtkTranslateFunc ##### -->
|
||||
<para>
|
||||
The function used to translate messages in e.g. #GtkIconFactory
|
||||
and #GtkActionGroup.
|
||||
</para>
|
||||
|
||||
@path: The id of the message. In #GtkItemFactory this will be a path
|
||||
from a #GtkItemFactoryEntry, in #GtkActionGroup, it will be a label
|
||||
or tooltip from a #GtkActionEntry.
|
||||
@func_data: user data passed in when registering the function
|
||||
@Returns: the translated message
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_action_group_set_translate_func ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -333,6 +333,15 @@ gtk_combo_box_get_active_text().
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_combo_box_popup_for_device ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@combo_box:
|
||||
@device:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_combo_box_popup ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -411,6 +411,25 @@ If @widget does not have the grab, this function does nothing.
|
||||
@widget: The widget which gives up the grab.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_device_grab_add ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@widget:
|
||||
@device:
|
||||
@block_others:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_device_grab_remove ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@widget:
|
||||
@device:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_init_add ##### -->
|
||||
<para>
|
||||
Registers a function to be called when the mainloop is started.
|
||||
@ -554,6 +573,15 @@ Removes the key snooper function with the given id.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_get_current_event_device ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@void:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_get_event_widget ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -234,6 +234,21 @@ Moves a #GtkMenuItem to a new position within the #GtkMenu.
|
||||
@bottom_attach:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_menu_popup_for_device ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@menu:
|
||||
@device:
|
||||
@parent_menu_shell:
|
||||
@parent_menu_item:
|
||||
@func:
|
||||
@data:
|
||||
@button:
|
||||
@activate_time:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_menu_popup ##### -->
|
||||
|
||||
|
||||
|
@ -172,6 +172,15 @@ gtk_widget_set_size_request (frame2, 50, -1);
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_paned_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@orientation:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_paned_add1 ##### -->
|
||||
<para>
|
||||
Adds a child to the top or left pane with
|
||||
|
@ -79,6 +79,15 @@ This should be points_per_unit. This is the size of the unit in 1/72nd's of an i
|
||||
@ruler_scale:
|
||||
@subdivide:
|
||||
|
||||
<!-- ##### FUNCTION gtk_ruler_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@orientation:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_ruler_set_metric ##### -->
|
||||
<para>
|
||||
This calls the #GTKMetricType to set the ruler to units defined. Available units
|
||||
|
@ -82,6 +82,28 @@ the accessor functions.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_scale_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@orientation:
|
||||
@adjustment:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_scale_new_with_range ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@orientation:
|
||||
@min:
|
||||
@max:
|
||||
@step:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_scale_set_digits ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -90,3 +90,13 @@ The #GtkScrollbar struct does not contain any public data.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### FUNCTION gtk_scrollbar_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@orientation:
|
||||
@adjustment:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
@ -62,3 +62,13 @@ Limit the effect of grabs
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_window_group_get_current_device_grab ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@window_group:
|
||||
@device:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
@ -25,6 +25,7 @@ libgdk_x11_la_SOURCES = \
|
||||
gdkcursor-x11.c \
|
||||
gdkdevice-core.h \
|
||||
gdkdevice-core.c \
|
||||
gdkdevicemanager-core.h \
|
||||
gdkdevicemanager-core.c \
|
||||
gdkdevicemanager-x11.c \
|
||||
gdkdisplay-x11.c \
|
||||
@ -66,9 +67,17 @@ libgdk_x11_la_SOURCES = \
|
||||
xsettings-common.c
|
||||
|
||||
if XINPUT_XFREE
|
||||
libgdk_x11_la_SOURCES += gdkdevicemanager-xi.c gdkdevice-xi.c
|
||||
libgdk_x11_la_SOURCES += \
|
||||
gdkdevicemanager-xi.c \
|
||||
gdkdevicemanager-xi.h \
|
||||
gdkdevice-xi.c \
|
||||
gdkdevice-xi.h
|
||||
if XINPUT_2
|
||||
libgdk_x11_la_SOURCES += gdkdevicemanager-xi2.c gdkdevice-xi2.c
|
||||
libgdk_x11_la_SOURCES += \
|
||||
gdkdevicemanager-xi2.c \
|
||||
gdkdevicemanager-xi2.h \
|
||||
gdkdevice-xi2.c \
|
||||
gdkdevice-xi2.h
|
||||
endif
|
||||
endif
|
||||
|
||||
|
1272
po-properties/af.po
1272
po-properties/af.po
File diff suppressed because it is too large
Load Diff
1284
po-properties/am.po
1284
po-properties/am.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/ang.po
1272
po-properties/ang.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/ar.po
1272
po-properties/ar.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/as.po
1272
po-properties/as.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/ast.po
1272
po-properties/ast.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/az.po
1272
po-properties/az.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1284
po-properties/be.po
1284
po-properties/be.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1272
po-properties/bg.po
1272
po-properties/bg.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/bn.po
1272
po-properties/bn.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1272
po-properties/br.po
1272
po-properties/br.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/bs.po
1272
po-properties/bs.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/ca.po
1272
po-properties/ca.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1272
po-properties/crh.po
1272
po-properties/crh.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/cs.po
1272
po-properties/cs.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/cy.po
1272
po-properties/cy.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/da.po
1272
po-properties/da.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/de.po
1272
po-properties/de.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/dz.po
1272
po-properties/dz.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/el.po
1272
po-properties/el.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1272
po-properties/eo.po
1272
po-properties/eo.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/es.po
1272
po-properties/es.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/et.po
1272
po-properties/et.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/eu.po
1272
po-properties/eu.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/fa.po
1272
po-properties/fa.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/fi.po
1272
po-properties/fi.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/fr.po
1272
po-properties/fr.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/ga.po
1272
po-properties/ga.po
File diff suppressed because it is too large
Load Diff
3450
po-properties/gl.po
3450
po-properties/gl.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/gu.po
1272
po-properties/gu.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/he.po
1272
po-properties/he.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/hi.po
1272
po-properties/hi.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/hr.po
1272
po-properties/hr.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/hu.po
1272
po-properties/hu.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/hy.po
1272
po-properties/hy.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/ia.po
1272
po-properties/ia.po
File diff suppressed because it is too large
Load Diff
4882
po-properties/id.po
4882
po-properties/id.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/io.po
1272
po-properties/io.po
File diff suppressed because it is too large
Load Diff
1284
po-properties/is.po
1284
po-properties/is.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/it.po
1272
po-properties/it.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/ja.po
1272
po-properties/ja.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/ka.po
1272
po-properties/ka.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/kk.po
1272
po-properties/kk.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/kn.po
1272
po-properties/kn.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/ko.po
1272
po-properties/ko.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/ku.po
1272
po-properties/ku.po
File diff suppressed because it is too large
Load Diff
1284
po-properties/li.po
1284
po-properties/li.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/lt.po
1272
po-properties/lt.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/lv.po
1272
po-properties/lv.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/mai.po
1272
po-properties/mai.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/mi.po
1272
po-properties/mi.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/mk.po
1272
po-properties/mk.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/ml.po
1272
po-properties/ml.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/mn.po
1272
po-properties/mn.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/mr.po
1272
po-properties/mr.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/ms.po
1272
po-properties/ms.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/my.po
1272
po-properties/my.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/nb.po
1272
po-properties/nb.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/nds.po
1272
po-properties/nds.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/ne.po
1272
po-properties/ne.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/nl.po
1272
po-properties/nl.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/nn.po
1272
po-properties/nn.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/nso.po
1272
po-properties/nso.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/oc.po
1272
po-properties/oc.po
File diff suppressed because it is too large
Load Diff
3645
po-properties/or.po
3645
po-properties/or.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/pa.po
1272
po-properties/pa.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/pl.po
1272
po-properties/pl.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/ps.po
1272
po-properties/ps.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/pt.po
1272
po-properties/pt.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1272
po-properties/ro.po
1272
po-properties/ro.po
File diff suppressed because it is too large
Load Diff
1272
po-properties/ru.po
1272
po-properties/ru.po
File diff suppressed because it is too large
Load Diff
1312
po-properties/rw.po
1312
po-properties/rw.po
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user