[gtkmm: 6/10] Gdk, Gtk: Regenerate docs.xml and .defs files
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm: 6/10] Gdk, Gtk: Regenerate docs.xml and .defs files
- Date: Fri, 31 Jul 2020 16:49:38 +0000 (UTC)
commit e34d8183f7fd3aa167e645fd859997137dc7578e
Author: Andreas Persson <andreasp56 outlook com>
Date: Thu Jul 30 09:44:46 2020 +0200
Gdk, Gtk: Regenerate docs.xml and .defs files
gdk/src/gdk_docs.xml | 157 +++++++----------------------------------------
gdk/src/gdk_methods.defs | 31 +---------
gdk/src/gdk_signals.defs | 9 ---
gtk/src/gtk_docs.xml | 75 +++++++++++++++++++---
gtk/src/gtk_enums.defs | 92 ++++++++++++++-------------
gtk/src/gtk_methods.defs | 2 +
6 files changed, 141 insertions(+), 225 deletions(-)
---
diff --git a/gdk/src/gdk_docs.xml b/gdk/src/gdk_docs.xml
index 6fe1848f0..a82e2101a 100644
--- a/gdk/src/gdk_docs.xml
+++ b/gdk/src/gdk_docs.xml
@@ -5521,6 +5521,22 @@ current mode.
</return>
</function>
+<function name="gdk_device_tool_get_axes">
+<description>
+Gets the axes of the tool.
+
+
+</description>
+<parameters>
+<parameter name="tool">
+<parameter_description> a #GdkDeviceTool
+</parameter_description>
+</parameter>
+</parameters>
+<return> the axes of @tool
+</return>
+</function>
+
<function name="gdk_device_tool_get_hardware_id">
<description>
Gets the hardware ID of this tool, or 0 if it's not known. When
@@ -5699,25 +5715,6 @@ there is no default display.
</return>
</function>
-<function name="gdk_display_get_default_group">
-<description>
-Returns the default group leader surface for all toplevel surfaces
-on @display. This surface is implicitly created by GDK.
-See gdk_surface_set_group().
-
-
-</description>
-<parameters>
-<parameter name="display">
-<parameter_description> a #GdkDisplay
-</parameter_description>
-</parameter>
-</parameters>
-<return> The default group leader surface
-for @display
-</return>
-</function>
-
<function name="gdk_display_get_default_seat">
<description>
Returns the default #GdkSeat for this display.
@@ -6261,9 +6258,11 @@ and should not be used by applications.
<function name="gdk_display_supports_input_shapes">
<description>
-Returns %TRUE if gdk_surface_input_shape_combine_mask() can
+Returns %TRUE if gdk_surface_set_input_region() can
be used to modify the input shape of surfaces on @display.
+On modern displays, this value is always %TRUE.
+
</description>
<parameters>
@@ -9156,36 +9155,6 @@ Gets the width in millimeters of the monitor.
</return>
</function>
-<function name="gdk_monitor_get_workarea">
-<description>
-Retrieves the size and position of the “work area” on a monitor
-within the display coordinate space. The returned geometry is in
-”application pixels”, not in ”device pixels” (see
-gdk_monitor_get_scale_factor()).
-
-The work area should be considered when positioning menus and
-similar popups, to avoid placing them below panels, docks or other
-desktop components.
-
-Note that not all backends may have a concept of workarea. This
-function will return the monitor geometry if a workarea is not
-available, or does not apply.
-
-</description>
-<parameters>
-<parameter name="monitor">
-<parameter_description> a #GdkMonitor
-</parameter_description>
-</parameter>
-<parameter name="workarea">
-<parameter_description> a #GdkRectangle to be filled with
-the monitor workarea
-</parameter_description>
-</parameter>
-</parameters>
-<return></return>
-</function>
-
<function name="gdk_monitor_is_valid">
<description>
Returns %TRUE if the @monitor object corresponds to a
@@ -14446,7 +14415,7 @@ capabilities. This object is owned by GTK and must not be freed.
<function name="gdk_seat_get_tools">
<description>
-Returns all #GdkDeviceTool<!-- -->s that are known to the
+Returns all #GdkDeviceTools that are known to the
application.
@@ -14764,24 +14733,6 @@ Note that a surface will not be destroyed automatically when its reference count
reaches zero. You must call this function yourself before that happens.
-</description>
-<parameters>
-<parameter name="surface">
-<parameter_description> a #GdkSurface
-</parameter_description>
-</parameter>
-</parameters>
-<return></return>
-</function>
-
-<function name="gdk_surface_freeze_updates">
-<description>
-Temporarily freezes a surface such that it won’t receive expose
-events. The surface will begin receiving expose events again when
-gdk_surface_thaw_updates() is called. If gdk_surface_freeze_updates()
-has been called more than once, gdk_surface_thaw_updates() must be called
-an equal number of times to begin processing exposes.
-
</description>
<parameters>
<parameter name="surface">
@@ -15005,50 +14956,6 @@ part of gtk_widget_hide().
<return></return>
</function>
-<function name="gdk_surface_invalidate_rect">
-<description>
-A convenience wrapper around gdk_surface_invalidate_region() which
-invalidates a rectangular region. See
-gdk_surface_invalidate_region() for details.
-
-</description>
-<parameters>
-<parameter name="surface">
-<parameter_description> a #GdkSurface
-</parameter_description>
-</parameter>
-<parameter name="rect">
-<parameter_description> rectangle to invalidate or %NULL to invalidate the whole
-surface
-</parameter_description>
-</parameter>
-</parameters>
-<return></return>
-</function>
-
-<function name="gdk_surface_invalidate_region">
-<description>
-Adds @region to the update area for @surface. The update area is the
-region that needs to be redrawn, or “dirty region.”
-
-GDK will process all updates whenever the frame clock schedules a redraw,
-so there’s no need to do forces redraws manually, you just need to
-invalidate regions that you know should be redrawn.
-
-</description>
-<parameters>
-<parameter name="surface">
-<parameter_description> a #GdkSurface
-</parameter_description>
-</parameter>
-<parameter name="region">
-<parameter_description> a #cairo_region_t
-</parameter_description>
-</parameter>
-</parameters>
-<return></return>
-</function>
-
<function name="gdk_surface_is_destroyed">
<description>
Check to see if a surface is destroyed..
@@ -15133,12 +15040,10 @@ Creates a new toplevel surface.
</return>
</function>
-<function name="gdk_surface_queue_expose">
+<function name="gdk_surface_queue_render">
<description>
-Forces an expose event for @surface to be scheduled.
-
-If the invalid area of @surface is empty, an expose event will
-still be emitted. Its invalid region will be empty.
+Forces a #GdkSurface::render signal emission for @surface
+to be scheduled.
This function is useful for implementations that track invalid
regions on their own.
@@ -15304,22 +15209,6 @@ to create toplevel surfaces.
<return></return>
</function>
-<function name="gdk_surface_thaw_updates">
-<description>
-Thaws a surface frozen with gdk_surface_freeze_updates(). Note that this
-will not necessarily schedule updates if the surface freeze count reaches
-zero.
-
-</description>
-<parameters>
-<parameter name="surface">
-<parameter_description> a #GdkSurface
-</parameter_description>
-</parameter>
-</parameters>
-<return></return>
-</function>
-
<function name="gdk_surface_translate_coordinates">
<description>
Translates the given coordinates from being
diff --git a/gdk/src/gdk_methods.defs b/gdk/src/gdk_methods.defs
index 749739d3c..5d52c55a0 100644
--- a/gdk/src/gdk_methods.defs
+++ b/gdk/src/gdk_methods.defs
@@ -1685,12 +1685,6 @@
(return-type "GdkDisplay*")
)
-(define-method get_default_group
- (of-object "GdkDisplay")
- (c-name "gdk_display_get_default_group")
- (return-type "GdkSurface*")
-)
-
(define-method get_clipboard
(of-object "GdkDisplay")
(c-name "gdk_display_get_clipboard")
@@ -3028,15 +3022,6 @@
)
)
-(define-method get_workarea
- (of-object "GdkMonitor")
- (c-name "gdk_monitor_get_workarea")
- (return-type "none")
- (parameters
- '("GdkRectangle*" "workarea")
- )
-)
-
(define-method get_width_mm
(of-object "GdkMonitor")
(c-name "gdk_monitor_get_width_mm")
@@ -3725,21 +3710,9 @@
(return-type "none")
)
-(define-method queue_expose
- (of-object "GdkSurface")
- (c-name "gdk_surface_queue_expose")
- (return-type "none")
-)
-
-(define-method freeze_updates
- (of-object "GdkSurface")
- (c-name "gdk_surface_freeze_updates")
- (return-type "none")
-)
-
-(define-method thaw_updates
+(define-method queue_render
(of-object "GdkSurface")
- (c-name "gdk_surface_thaw_updates")
+ (c-name "gdk_surface_queue_render")
(return-type "none")
)
diff --git a/gdk/src/gdk_signals.defs b/gdk/src/gdk_signals.defs
index 729659a31..cd55a2ad0 100644
--- a/gdk/src/gdk_signals.defs
+++ b/gdk/src/gdk_signals.defs
@@ -734,15 +734,6 @@
(construct-only #f)
)
-(define-property workarea
- (of-object "GdkMonitor")
- (prop-type "GParamBoxed")
- (docs "The workarea of the monitor")
- (readable #t)
- (writable #f)
- (construct-only #f)
-)
-
(define-property width-mm
(of-object "GdkMonitor")
(prop-type "GParamInt")
diff --git a/gtk/src/gtk_docs.xml b/gtk/src/gtk_docs.xml
index 4e7f35c67..84eaddcee 100644
--- a/gtk/src/gtk_docs.xml
+++ b/gtk/src/gtk_docs.xml
@@ -1,4 +1,40 @@
<root>
+<signal name="GtkATContext::state-change">
+<description>
+Emitted when the attributes of the accessible for the
+#GtkATContext instance change.
+
+</description>
+<parameters>
+<parameter name="self">
+<parameter_description> the #GtkATContext
+</parameter_description>
+</parameter>
+<parameter name="changed_states">
+<parameter_description> flags for the changed states
+</parameter_description>
+</parameter>
+<parameter name="changed_properties">
+<parameter_description> flags for the changed properties
+@changed_relations,
+</parameter_description>
+</parameter>
+<parameter name="states">
+<parameter_description> the new states
+</parameter_description>
+</parameter>
+<parameter name="properties">
+<parameter_description> the new properties
+</parameter_description>
+</parameter>
+<parameter name="relations">
+<parameter_description> the new relations
+</parameter_description>
+</parameter>
+</parameters>
+<return></return>
+</signal>
+
<property name="GtkATContext:accessible">
<description>
The #GtkAccessible that created the #GtkATContext instance.
@@ -580,7 +616,7 @@ information or require a response.
</parameter_description>
</parameter>
<parameter name="GTK_ACCESSIBLE_ROLE_IMG">
-<parameter_description> Unused
+<parameter_description> An image.
</parameter_description>
</parameter>
<parameter name="GTK_ACCESSIBLE_ROLE_INPUT">
@@ -588,7 +624,7 @@ information or require a response.
</parameter_description>
</parameter>
<parameter name="GTK_ACCESSIBLE_ROLE_LABEL">
-<parameter_description> Unused
+<parameter_description> A visible name or caption for a user interface component.
</parameter_description>
</parameter>
<parameter name="GTK_ACCESSIBLE_ROLE_LANDMARK">
@@ -603,6 +639,10 @@ information or require a response.
<parameter_description> Unused
</parameter_description>
</parameter>
+<parameter name="GTK_ACCESSIBLE_ROLE_LIST">
+<parameter_description> Unused
+</parameter_description>
+</parameter>
<parameter name="GTK_ACCESSIBLE_ROLE_LIST_BOX">
<parameter_description> Unused
</parameter_description>
@@ -623,12 +663,12 @@ information or require a response.
<parameter_description> Unused
</parameter_description>
</parameter>
-<parameter name="GTK_ACCESSIBLE_ROLE_METER">
+<parameter name="GTK_ACCESSIBLE_ROLE_MATH">
<parameter_description> Unused
</parameter_description>
</parameter>
-<parameter name="GTK_ACCESSIBLE_ROLE_MATH">
-<parameter_description> Unused
+<parameter name="GTK_ACCESSIBLE_ROLE_METER">
+<parameter_description> An element that represents a value within a known range.
</parameter_description>
</parameter>
<parameter name="GTK_ACCESSIBLE_ROLE_MENU">
@@ -655,6 +695,10 @@ information or require a response.
<parameter_description> Unused
</parameter_description>
</parameter>
+<parameter name="GTK_ACCESSIBLE_ROLE_NONE">
+<parameter_description> Unused
+</parameter_description>
+</parameter>
<parameter name="GTK_ACCESSIBLE_ROLE_NOTE">
<parameter_description> Unused
</parameter_description>
@@ -712,7 +756,8 @@ displayed within the viewing area.
</parameter_description>
</parameter>
<parameter name="GTK_ACCESSIBLE_ROLE_SEARCH_BOX">
-<parameter_description> Unused
+<parameter_description> A type of textbox intended for specifying
+search criteria.
</parameter_description>
</parameter>
<parameter name="GTK_ACCESSIBLE_ROLE_SECTION">
@@ -772,7 +817,8 @@ as opposed to checked/unchecked values.
</parameter_description>
</parameter>
<parameter name="GTK_ACCESSIBLE_ROLE_TEXT_BOX">
-<parameter_description> Unused
+<parameter_description> A type of input that allows free-form text
+as its value.
</parameter_description>
</parameter>
<parameter name="GTK_ACCESSIBLE_ROLE_TIME">
@@ -6193,7 +6239,7 @@ interface if there is a selectable list of filters.
</description>
</property>
-<property name="GtkFilter:changed">
+<signal name="GtkFilter::changed">
<description>
This signal is emitted whenever the filter changed. Users of the filter
should then check items again via gtk_filter_match().
@@ -6204,7 +6250,18 @@ Depending on the @change parameter, not all items need to be changed, but
only some. Refer to the #GtkFilterChange documentation for details.
</description>
-</property>
+<parameters>
+<parameter name="self">
+<parameter_description> The #GtkFilter
+</parameter_description>
+</parameter>
+<parameter name="change">
+<parameter_description> how the filter changed
+</parameter_description>
+</parameter>
+</parameters>
+<return></return>
+</signal>
<enum name="GtkFilterChange">
<description>
diff --git a/gtk/src/gtk_enums.defs b/gtk/src/gtk_enums.defs
index c88688f86..0fecfd981 100644
--- a/gtk/src/gtk_enums.defs
+++ b/gtk/src/gtk_enums.defs
@@ -1519,6 +1519,7 @@
;; GTK_ACCESSIBLE_ROLE_LOG,
;; GTK_ACCESSIBLE_ROLE_MAIN,
;; GTK_ACCESSIBLE_ROLE_MARQUEE,
+;; GTK_ACCESSIBLE_ROLE_MATH,
;; GTK_ACCESSIBLE_ROLE_METER,
;; GTK_ACCESSIBLE_ROLE_MENU,
;; GTK_ACCESSIBLE_ROLE_MENU_BAR,
@@ -1527,6 +1528,7 @@
;; GTK_ACCESSIBLE_ROLE_MENU_ITEM_RADIO,
;; GTK_ACCESSIBLE_ROLE_NAVIGATION,
;; GTK_ACCESSIBLE_ROLE_NONE,
+;; GTK_ACCESSIBLE_ROLE_NOTE,
;; GTK_ACCESSIBLE_ROLE_OPTION,
;; GTK_ACCESSIBLE_ROLE_PRESENTATION,
;; GTK_ACCESSIBLE_ROLE_PROGRESS_BAR,
@@ -1601,50 +1603,52 @@
'("log" "GTK_ACCESSIBLE_ROLE_LOG" "29")
'("main" "GTK_ACCESSIBLE_ROLE_MAIN" "30")
'("marquee" "GTK_ACCESSIBLE_ROLE_MARQUEE" "31")
- '("meter" "GTK_ACCESSIBLE_ROLE_METER" "32")
- '("menu" "GTK_ACCESSIBLE_ROLE_MENU" "33")
- '("menu-bar" "GTK_ACCESSIBLE_ROLE_MENU_BAR" "34")
- '("menu-item" "GTK_ACCESSIBLE_ROLE_MENU_ITEM" "35")
- '("menu-item-checkbox" "GTK_ACCESSIBLE_ROLE_MENU_ITEM_CHECKBOX" "36")
- '("menu-item-radio" "GTK_ACCESSIBLE_ROLE_MENU_ITEM_RADIO" "37")
- '("navigation" "GTK_ACCESSIBLE_ROLE_NAVIGATION" "38")
- '("none" "GTK_ACCESSIBLE_ROLE_NONE" "39")
- '("option" "GTK_ACCESSIBLE_ROLE_OPTION" "40")
- '("presentation" "GTK_ACCESSIBLE_ROLE_PRESENTATION" "41")
- '("progress-bar" "GTK_ACCESSIBLE_ROLE_PROGRESS_BAR" "42")
- '("radio" "GTK_ACCESSIBLE_ROLE_RADIO" "43")
- '("radio-group" "GTK_ACCESSIBLE_ROLE_RADIO_GROUP" "44")
- '("range" "GTK_ACCESSIBLE_ROLE_RANGE" "45")
- '("region" "GTK_ACCESSIBLE_ROLE_REGION" "46")
- '("row" "GTK_ACCESSIBLE_ROLE_ROW" "47")
- '("row-group" "GTK_ACCESSIBLE_ROLE_ROW_GROUP" "48")
- '("row-header" "GTK_ACCESSIBLE_ROLE_ROW_HEADER" "49")
- '("scrollbar" "GTK_ACCESSIBLE_ROLE_SCROLLBAR" "50")
- '("search" "GTK_ACCESSIBLE_ROLE_SEARCH" "51")
- '("search-box" "GTK_ACCESSIBLE_ROLE_SEARCH_BOX" "52")
- '("section" "GTK_ACCESSIBLE_ROLE_SECTION" "53")
- '("section-head" "GTK_ACCESSIBLE_ROLE_SECTION_HEAD" "54")
- '("select" "GTK_ACCESSIBLE_ROLE_SELECT" "55")
- '("separator" "GTK_ACCESSIBLE_ROLE_SEPARATOR" "56")
- '("slider" "GTK_ACCESSIBLE_ROLE_SLIDER" "57")
- '("spin-button" "GTK_ACCESSIBLE_ROLE_SPIN_BUTTON" "58")
- '("status" "GTK_ACCESSIBLE_ROLE_STATUS" "59")
- '("structure" "GTK_ACCESSIBLE_ROLE_STRUCTURE" "60")
- '("switch" "GTK_ACCESSIBLE_ROLE_SWITCH" "61")
- '("tab" "GTK_ACCESSIBLE_ROLE_TAB" "62")
- '("table" "GTK_ACCESSIBLE_ROLE_TABLE" "63")
- '("tab-list" "GTK_ACCESSIBLE_ROLE_TAB_LIST" "64")
- '("tab-panel" "GTK_ACCESSIBLE_ROLE_TAB_PANEL" "65")
- '("text-box" "GTK_ACCESSIBLE_ROLE_TEXT_BOX" "66")
- '("time" "GTK_ACCESSIBLE_ROLE_TIME" "67")
- '("timer" "GTK_ACCESSIBLE_ROLE_TIMER" "68")
- '("toolbar" "GTK_ACCESSIBLE_ROLE_TOOLBAR" "69")
- '("tooltip" "GTK_ACCESSIBLE_ROLE_TOOLTIP" "70")
- '("tree" "GTK_ACCESSIBLE_ROLE_TREE" "71")
- '("tree-grid" "GTK_ACCESSIBLE_ROLE_TREE_GRID" "72")
- '("tree-item" "GTK_ACCESSIBLE_ROLE_TREE_ITEM" "73")
- '("widget" "GTK_ACCESSIBLE_ROLE_WIDGET" "74")
- '("window" "GTK_ACCESSIBLE_ROLE_WINDOW" "75")
+ '("math" "GTK_ACCESSIBLE_ROLE_MATH" "32")
+ '("meter" "GTK_ACCESSIBLE_ROLE_METER" "33")
+ '("menu" "GTK_ACCESSIBLE_ROLE_MENU" "34")
+ '("menu-bar" "GTK_ACCESSIBLE_ROLE_MENU_BAR" "35")
+ '("menu-item" "GTK_ACCESSIBLE_ROLE_MENU_ITEM" "36")
+ '("menu-item-checkbox" "GTK_ACCESSIBLE_ROLE_MENU_ITEM_CHECKBOX" "37")
+ '("menu-item-radio" "GTK_ACCESSIBLE_ROLE_MENU_ITEM_RADIO" "38")
+ '("navigation" "GTK_ACCESSIBLE_ROLE_NAVIGATION" "39")
+ '("none" "GTK_ACCESSIBLE_ROLE_NONE" "40")
+ '("note" "GTK_ACCESSIBLE_ROLE_NOTE" "41")
+ '("option" "GTK_ACCESSIBLE_ROLE_OPTION" "42")
+ '("presentation" "GTK_ACCESSIBLE_ROLE_PRESENTATION" "43")
+ '("progress-bar" "GTK_ACCESSIBLE_ROLE_PROGRESS_BAR" "44")
+ '("radio" "GTK_ACCESSIBLE_ROLE_RADIO" "45")
+ '("radio-group" "GTK_ACCESSIBLE_ROLE_RADIO_GROUP" "46")
+ '("range" "GTK_ACCESSIBLE_ROLE_RANGE" "47")
+ '("region" "GTK_ACCESSIBLE_ROLE_REGION" "48")
+ '("row" "GTK_ACCESSIBLE_ROLE_ROW" "49")
+ '("row-group" "GTK_ACCESSIBLE_ROLE_ROW_GROUP" "50")
+ '("row-header" "GTK_ACCESSIBLE_ROLE_ROW_HEADER" "51")
+ '("scrollbar" "GTK_ACCESSIBLE_ROLE_SCROLLBAR" "52")
+ '("search" "GTK_ACCESSIBLE_ROLE_SEARCH" "53")
+ '("search-box" "GTK_ACCESSIBLE_ROLE_SEARCH_BOX" "54")
+ '("section" "GTK_ACCESSIBLE_ROLE_SECTION" "55")
+ '("section-head" "GTK_ACCESSIBLE_ROLE_SECTION_HEAD" "56")
+ '("select" "GTK_ACCESSIBLE_ROLE_SELECT" "57")
+ '("separator" "GTK_ACCESSIBLE_ROLE_SEPARATOR" "58")
+ '("slider" "GTK_ACCESSIBLE_ROLE_SLIDER" "59")
+ '("spin-button" "GTK_ACCESSIBLE_ROLE_SPIN_BUTTON" "60")
+ '("status" "GTK_ACCESSIBLE_ROLE_STATUS" "61")
+ '("structure" "GTK_ACCESSIBLE_ROLE_STRUCTURE" "62")
+ '("switch" "GTK_ACCESSIBLE_ROLE_SWITCH" "63")
+ '("tab" "GTK_ACCESSIBLE_ROLE_TAB" "64")
+ '("table" "GTK_ACCESSIBLE_ROLE_TABLE" "65")
+ '("tab-list" "GTK_ACCESSIBLE_ROLE_TAB_LIST" "66")
+ '("tab-panel" "GTK_ACCESSIBLE_ROLE_TAB_PANEL" "67")
+ '("text-box" "GTK_ACCESSIBLE_ROLE_TEXT_BOX" "68")
+ '("time" "GTK_ACCESSIBLE_ROLE_TIME" "69")
+ '("timer" "GTK_ACCESSIBLE_ROLE_TIMER" "70")
+ '("toolbar" "GTK_ACCESSIBLE_ROLE_TOOLBAR" "71")
+ '("tooltip" "GTK_ACCESSIBLE_ROLE_TOOLTIP" "72")
+ '("tree" "GTK_ACCESSIBLE_ROLE_TREE" "73")
+ '("tree-grid" "GTK_ACCESSIBLE_ROLE_TREE_GRID" "74")
+ '("tree-item" "GTK_ACCESSIBLE_ROLE_TREE_ITEM" "75")
+ '("widget" "GTK_ACCESSIBLE_ROLE_WIDGET" "76")
+ '("window" "GTK_ACCESSIBLE_ROLE_WINDOW" "77")
)
)
diff --git a/gtk/src/gtk_methods.defs b/gtk/src/gtk_methods.defs
index 2ded269a7..aceac53b1 100644
--- a/gtk/src/gtk_methods.defs
+++ b/gtk/src/gtk_methods.defs
@@ -1333,6 +1333,7 @@
'("log" "GTK_ACCESSIBLE_ROLE_LOG")
'("main" "GTK_ACCESSIBLE_ROLE_MAIN")
'("marquee" "GTK_ACCESSIBLE_ROLE_MARQUEE")
+ '("math" "GTK_ACCESSIBLE_ROLE_MATH")
'("meter" "GTK_ACCESSIBLE_ROLE_METER")
'("menu" "GTK_ACCESSIBLE_ROLE_MENU")
'("menu-bar" "GTK_ACCESSIBLE_ROLE_MENU_BAR")
@@ -1341,6 +1342,7 @@
'("menu-item-radio" "GTK_ACCESSIBLE_ROLE_MENU_ITEM_RADIO")
'("navigation" "GTK_ACCESSIBLE_ROLE_NAVIGATION")
'("none" "GTK_ACCESSIBLE_ROLE_NONE")
+ '("note" "GTK_ACCESSIBLE_ROLE_NOTE")
'("option" "GTK_ACCESSIBLE_ROLE_OPTION")
'("presentation" "GTK_ACCESSIBLE_ROLE_PRESENTATION")
'("progress-bar" "GTK_ACCESSIBLE_ROLE_PROGRESS_BAR")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]