[gtkmm] Gtk: Regenerate gtk_docs.xml and the .defs files
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] Gtk: Regenerate gtk_docs.xml and the .defs files
- Date: Sun, 6 Nov 2016 16:22:43 +0000 (UTC)
commit 89641cfbedd040495550c02385312a43708198c3
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date: Sun Nov 6 17:12:22 2016 +0100
Gtk: Regenerate gtk_docs.xml and the .defs files
and in gtk_docs_override.xml and gtk_extra_objects.defs, remove entries
for removed API.
gtk/src/gtk_docs.xml | 368 ++--------------------------------------
gtk/src/gtk_docs_override.xml | 184 --------------------
gtk/src/gtk_enums.defs | 44 -----
gtk/src/gtk_extra_objects.defs | 12 --
gtk/src/gtk_methods.defs | 95 ----------
gtk/src/gtk_signals.defs | 33 ----
6 files changed, 16 insertions(+), 720 deletions(-)
---
diff --git a/gtk/src/gtk_docs.xml b/gtk/src/gtk_docs.xml
index 87dcd8d..09c57d1 100644
--- a/gtk/src/gtk_docs.xml
+++ b/gtk/src/gtk_docs.xml
@@ -8234,7 +8234,7 @@ Since: 3.2
<signal name="GtkMenuShell::move-current">
<description>
-An keybinding signal which moves the current menu item
+A keybinding signal which moves the current menu item
in the direction specified by @direction.
</description>
@@ -13171,53 +13171,6 @@ classes and sometimes uses different names.
</parameters>
</enum>
-<enum name="GtkStateType">
-<description>
-This type indicates the current state of a widget; the state determines how
-the widget is drawn. The #GtkStateType enumeration is also used to
-identify different colors in a #GtkStyle for drawing, so states can be
-used for subparts of a widget as well as entire widgets.
-
-Deprecated: 3.14: All APIs that are using this enumeration have been deprecated
-in favor of alternatives using #GtkStateFlags.
-
-</description>
-<parameters>
-<parameter name="GTK_STATE_NORMAL">
-<parameter_description> State during normal operation.
-</parameter_description>
-</parameter>
-<parameter name="GTK_STATE_ACTIVE">
-<parameter_description> State of a currently active widget, such as a depressed button.
-</parameter_description>
-</parameter>
-<parameter name="GTK_STATE_PRELIGHT">
-<parameter_description> State indicating that the mouse pointer is over
-the widget and the widget will respond to mouse clicks.
-</parameter_description>
-</parameter>
-<parameter name="GTK_STATE_SELECTED">
-<parameter_description> State of a selected item, such the selected row in a list.
-</parameter_description>
-</parameter>
-<parameter name="GTK_STATE_INSENSITIVE">
-<parameter_description> State indicating that the widget is
-unresponsive to user actions.
-</parameter_description>
-</parameter>
-<parameter name="GTK_STATE_INCONSISTENT">
-<parameter_description> The widget is inconsistent, such as checkbuttons
-or radiobuttons that aren’t either set to %TRUE nor %FALSE,
-or buttons requiring the user attention.
-</parameter_description>
-</parameter>
-<parameter name="GTK_STATE_FOCUSED">
-<parameter_description> The widget has the keyboard focus.
-</parameter_description>
-</parameter>
-</parameters>
-</enum>
-
<signal name="GtkStatusbar::text-popped">
<description>
Is emitted whenever a new message is popped off a statusbar's stack.
@@ -15774,22 +15727,6 @@ changed on an object. The signal's detail holds the property name.
<return></return>
</signal>
-<signal name="GtkWidget::composited-changed">
-<description>
-The ::composited-changed signal is emitted when the composited
-status of @widgets screen changes.
-See gdk_screen_is_composited().
-
-</description>
-<parameters>
-<parameter name="widget">
-<parameter_description> the object on which the signal is emitted
-</parameter_description>
-</parameter>
-</parameters>
-<return></return>
-</signal>
-
<signal name="GtkWidget::configure-event">
<description>
The ::configure-event signal will be emitted when the size, position or
@@ -15817,31 +15754,6 @@ this signal.
</return>
</signal>
-<signal name="GtkWidget::damage-event">
-<description>
-Emitted when a redirected window belonging to @widget gets drawn into.
-The region/area members of the event shows what area of the redirected
-drawable was drawn into.
-
-Since: 2.14
-
-</description>
-<parameters>
-<parameter name="widget">
-<parameter_description> the object which received the signal
-</parameter_description>
-</parameter>
-<parameter name="event">
-<parameter_description> the #GdkEventExpose event
-</parameter_description>
-</parameter>
-</parameters>
-<return> %TRUE to stop other handlers from being invoked for the event.
-%FALSE to propagate the event further.
-
-</return>
-</signal>
-
<signal name="GtkWidget::delete-event">
<description>
The ::delete-event signal is emitted if a user requests that
@@ -17213,25 +17125,6 @@ gtk_widget_show().
<return></return>
</signal>
-<signal name="GtkWidget::show-help">
-<description>
-
-</description>
-<parameters>
-<parameter name="widget">
-<parameter_description> the object which received the signal.
-</parameter_description>
-</parameter>
-<parameter name="help_type">
-<parameter_description>
-</parameter_description>
-</parameter>
-</parameters>
-<return> %TRUE to stop other handlers from being invoked for the event.
-%FALSE to propagate the event further.
-</return>
-</signal>
-
<signal name="GtkWidget::size-allocate">
<description>
@@ -17277,9 +17170,6 @@ The ::style-updated signal is a convenience signal that is emitted when the
#GtkStyleContext::changed signal is emitted on the @widget's associated
#GtkStyleContext as returned by gtk_widget_get_style_context().
-Note that style-modifying functions like gtk_widget_override_color() also
-cause this signal to be emitted.
-
Since: 3.0
</description>
@@ -17608,23 +17498,6 @@ Since: 2.14
</description>
</property>
-<enum name="GtkWidgetHelpType">
-<description>
-Kinds of widget-specific help. Used by the ::show-help signal.
-
-</description>
-<parameters>
-<parameter name="GTK_WIDGET_HELP_TOOLTIP">
-<parameter_description> Tooltip.
-</parameter_description>
-</parameter>
-<parameter name="GTK_WIDGET_HELP_WHATS_THIS">
-<parameter_description> What’s this.
-</parameter_description>
-</parameter>
-</parameters>
-</enum>
-
<signal name="GtkWindow::activate-default">
<description>
The ::activate-default signal is a
@@ -24398,25 +24271,6 @@ Emits a #GtkButton::clicked signal to the given #GtkButton.
<return></return>
</function>
-<function name="gtk_button_get_event_window">
-<description>
-Returns the button’s event window if it is realized, %NULL otherwise.
-This function should be rarely needed.
-
-Since: 2.22
-
-</description>
-<parameters>
-<parameter name="button">
-<parameter_description> a #GtkButton
-</parameter_description>
-</parameter>
-</parameters>
-<return> @button’s event window.
-
-</return>
-</function>
-
<function name="gtk_button_get_icon_name">
<description>
Since: 3.90
@@ -24509,9 +24363,6 @@ If the icon name isn’t known, a “broken image” icon will be
displayed instead. If the current icon theme is changed, the icon
will be updated appropriately.
-This function is a convenience wrapper around gtk_button_new() and
-gtk_button_set_image().
-
Since: 3.10
</description>
@@ -35560,31 +35411,6 @@ stored.
</return>
</function>
-<function name="gtk_entry_get_text_area">
-<description>
-Gets the area where the entry’s text is drawn. This function is
-useful when drawing something to the entry in a draw callback.
-
-If the entry is not realized, @text_area is filled with zeros.
-
-See also gtk_entry_get_icon_area().
-
-Since: 3.0
-
-</description>
-<parameters>
-<parameter name="entry">
-<parameter_description> a #GtkEntry
-</parameter_description>
-</parameter>
-<parameter name="text_area">
-<parameter_description> Return location for the text area.
-</parameter_description>
-</parameter>
-</parameters>
-<return></return>
-</function>
-
<function name="gtk_entry_get_text_length">
<description>
Retrieves the current length of the text in
@@ -63640,36 +63466,6 @@ has been set to the resulting #GtkBorder.
</return>
</function>
-<function name="gtk_rc_property_parse_color">
-<description>
-A #GtkRcPropertyParser for use with gtk_settings_install_property_parser()
-or gtk_widget_class_install_style_property_parser() which parses a
-color given either by its name or in the form
-`{ red, green, blue }` where red, green and
-blue are integers between 0 and 65535 or floating-point numbers
-between 0 and 1.
-
-
-</description>
-<parameters>
-<parameter name="pspec">
-<parameter_description> a #GParamSpec
-</parameter_description>
-</parameter>
-<parameter name="gstring">
-<parameter_description> the #GString to be parsed
-</parameter_description>
-</parameter>
-<parameter name="property_value">
-<parameter_description> a #GValue which must hold #GdkColor values.
-</parameter_description>
-</parameter>
-</parameters>
-<return> %TRUE if @gstring could be parsed and @property_value
-has been set to the resulting #GdkColor.
-</return>
-</function>
-
<function name="gtk_rc_property_parse_enum">
<description>
A #GtkRcPropertyParser for use with gtk_settings_install_property_parser()
@@ -70805,6 +70601,12 @@ given state.
See gtk_style_context_get_property() for details.
+As with g_object_get(), a copy is made of the property contents for
+pointer-valued properties, and the caller is responsible for freeing the
+memory in the appropriate manner for the type. For example, by calling
+g_free() or g_object_unref(). Non-pointer-valued properties, such as
+integers, are returned by value and do not need to be freed.
+
Since: 3.0
</description>
@@ -71253,6 +71055,12 @@ Retrieves several style property values from @context for a given state.
See gtk_style_context_get_property() for details.
+As with g_object_get(), a copy is made of the property contents for
+pointer-valued properties, and the caller is responsible for freeing the
+memory in the appropriate manner for the type. For example, by calling
+g_free() or g_object_unref(). Non-pointer-valued properties, such as
+integers, are returned by value and do not need to be freed.
+
Since: 3.0
</description>
@@ -76154,33 +75962,6 @@ simply be allocated on the stack.
<return></return>
</function>
-<function name="gtk_text_iter_get_attributes">
-<description>
-Computes the effect of any tags applied to this spot in the
-text. The @values parameter should be initialized to the default
-settings you wish to use if no tags are in effect. You’d typically
-obtain the defaults from gtk_text_view_get_default_attributes().
-
-gtk_text_iter_get_attributes() will modify @values, applying the
-effects of any tags present at @iter. If any tags affected @values,
-the function returns %TRUE.
-
-
-</description>
-<parameters>
-<parameter name="iter">
-<parameter_description> an iterator
-</parameter_description>
-</parameter>
-<parameter name="values">
-<parameter_description> a #GtkTextAttributes to be filled in
-</parameter_description>
-</parameter>
-</parameters>
-<return> %TRUE if @values was modified
-</return>
-</function>
-
<function name="gtk_text_iter_get_buffer">
<description>
Returns the #GtkTextBuffer this iterator is associated with.
@@ -78177,29 +77958,6 @@ Find out whether the cursor should be displayed.
</return>
</function>
-<function name="gtk_text_view_get_default_attributes">
-<description>
-Obtains a copy of the default text attributes. These are the
-attributes used for text unless a tag overrides them.
-You’d typically pass the default attributes in to
-gtk_text_iter_get_attributes() in order to get the
-attributes in effect at a given text position.
-
-The return value is a copy owned by the caller of this function,
-and should be freed with gtk_text_attributes_unref().
-
-
-</description>
-<parameters>
-<parameter name="text_view">
-<parameter_description> a #GtkTextView
-</parameter_description>
-</parameter>
-</parameters>
-<return> a new #GtkTextAttributes
-</return>
-</function>
-
<function name="gtk_text_view_get_editable">
<description>
Returns the default editability of the #GtkTextView. Tags in the
@@ -90193,27 +89951,6 @@ considers @widget to be an ancestor of itself.
</return>
</function>
-<function name="gtk_widget_get_app_paintable">
-<description>
-Determines whether the application intends to draw on the widget in
-an #GtkWidget::draw handler.
-
-See gtk_widget_set_app_paintable()
-
-Since: 2.18
-
-</description>
-<parameters>
-<parameter name="widget">
-<parameter_description> a #GtkWidget
-</parameter_description>
-</parameter>
-</parameters>
-<return> %TRUE if the widget is app paintable
-
-</return>
-</function>
-
<function name="gtk_widget_get_can_default">
<description>
Determines whether @widget can be a default widget. See
@@ -91955,27 +91692,6 @@ grandchild, great grandchild, etc.
</return>
</function>
-<function name="gtk_widget_is_composited">
-<description>
-Whether @widget can rely on having its alpha channel
-drawn correctly. On X11 this function returns whether a
-compositing manager is running for @widget’s screen.
-
-Since: 2.10
-
-</description>
-<parameters>
-<parameter name="widget">
-<parameter_description> a #GtkWidget
-</parameter_description>
-</parameter>
-</parameters>
-<return> %TRUE if the widget can rely on its alpha
-channel being drawn correctly.
-
-</return>
-</function>
-
<function name="gtk_widget_is_drawable">
<description>
Determines whether @widget can be drawn to. A widget can be drawn
@@ -93498,34 +93214,6 @@ Since: 2.18
<return></return>
</function>
-<function name="gtk_widget_set_app_paintable">
-<description>
-Sets whether the application intends to draw on the widget in
-an #GtkWidget::draw handler.
-
-This is a hint to the widget and does not affect the behavior of
-the GTK+ core; many widgets ignore this flag entirely. For widgets
-that do pay attention to the flag, such as #GtkEventBox and #GtkWindow,
-the effect is to suppress default themed drawing of the widget's
-background. (Children of the widget will still be drawn.) The application
-is then entirely responsible for drawing the widget background.
-
-Note that the background is still drawn when the widget is mapped.
-
-</description>
-<parameters>
-<parameter name="widget">
-<parameter_description> a #GtkWidget
-</parameter_description>
-</parameter>
-<parameter name="app_paintable">
-<parameter_description> %TRUE if the application will paint on the widget
-</parameter_description>
-</parameter>
-</parameters>
-<return></return>
-</function>
-
<function name="gtk_widget_set_can_default">
<description>
Specifies whether @widget can be a default widget. See
@@ -93979,29 +93667,6 @@ for completeness and consistency.
<return></return>
</function>
-<function name="gtk_widget_set_mapped">
-<description>
-Marks the widget as being realized.
-
-This function should only ever be called in a derived widget's
-“map” or “unmap” implementation.
-
-Since: 2.20
-
-</description>
-<parameters>
-<parameter name="widget">
-<parameter_description> a #GtkWidget
-</parameter_description>
-</parameter>
-<parameter name="mapped">
-<parameter_description> %TRUE to mark the widget as mapped
-</parameter_description>
-</parameter>
-</parameters>
-<return></return>
-</function>
-
<function name="gtk_widget_set_margin_bottom">
<description>
Sets the bottom margin of @widget.
@@ -94145,13 +93810,12 @@ This works on both toplevel widget, and child widgets, although there
are some limitations:
For toplevel widgets this depends on the capabilities of the windowing
-system. On X11 this has any effect only on X screens with a compositing manager
-running. See gtk_widget_is_composited(). On Windows it should work
+system. On X11 this has any effect only on X displays with a compositing manager
+running. See gdk_display_is_composited(). On Windows it should work
always, although setting a window’s opacity after the window has been
shown causes it to flicker once on Windows.
-For child widgets it doesn’t work if any affected widget has a native window, or
-disables double buffering.
+For child widgets it doesn’t work if any affected widget has a native window.
Since: 3.8
diff --git a/gtk/src/gtk_docs_override.xml b/gtk/src/gtk_docs_override.xml
index 581c5e8..91ec87c 100644
--- a/gtk/src/gtk_docs_override.xml
+++ b/gtk/src/gtk_docs_override.xml
@@ -171,57 +171,6 @@ Sets the current value of the Adjustment
<return></return>
</function>
-<function name="gtk_alignment_set">
-<description>
-Sets the Alignment values.
-</description>
-<parameters>
-<parameter name="alignment">
-<parameter_description> Ignored :)
-</parameter_description>
-</parameter>
-<parameter name="xalign">
-<parameter_description> The horizontal alignment of the child of this Alignment, from 0 (left) to 1 (right).
-</parameter_description>
-</parameter>
-<parameter name="yalign">
-<parameter_description> The vertical alignment of the child of this Alignment, from 0 (top) to 1 (bottom).
-</parameter_description>
-</parameter>
-<parameter name="xscale">
-<parameter_description> The amount that the child expands horizontally to fill up unused space, from 0 to 1.
A value of 0 indicates that the child widget should never expand. A value of 1 indicates that the child
widget will expand to fill all the space allocated for the Alignment.
-</parameter_description>
-</parameter>
-<parameter name="yscale">
-<parameter_description> The amount that the child widget expands vertically to fill up unused space from 0
to 1. The values are similar to @xscale.
-</parameter_description>
-</parameter>
-</parameters>
-<return></return>
-</function>
-
-<function name="gtk_arrow_set">
-<description>
-Sets the direction and shadow of this Arrow.
-</description>
-<parameters>
-<parameter name="arrow">
-<parameter_description> Ignored :)
-</parameter_description>
-</parameter>
-<parameter name="arrow_type">
-<parameter_description> A Gtk::ArrowType enum describing what arrow type to set this Arrow to.
-</parameter_description>
-</parameter>
-<parameter name="shadow_type">
-<parameter_description> A Gtk::ShadowType enum describing what shadow type to set this Arrow to.
-</parameter_description>
-</parameter>
-</parameters>
-<return></return>
-</function>
-
-
<function name="gtk_text_child_anchor_get_widgets">
<description>
Gets a list of all widgets anchored at this child anchor.
@@ -581,36 +530,6 @@ Since: 2.12
<return></return>
</function>
-<function name="gtk_widget_get_composite_name">
-<return> the composite name of @widget, or an empty string if @widget is not
-a composite child.
-</return>
-</function>
-
-<function name="gtk_window_set_default">
-<description>
-The default widget is the widget that's activated when the user
-presses Enter in a dialog (for example). This function sets the default widget for a #GtkWindow. When setting
-(rather than unsetting) the default widget it's generally easier to
-call gtk_widget_grab_focus() on the widget. Before making a widget
-the default widget, you must set the #GTK_CAN_DEFAULT flag on the
-widget you'd like to make the default using GTK_WIDGET_SET_FLAGS().
-
-</description>
-<parameters>
-<parameter name="window">
-<parameter_description> a #GtkWindow
-</parameter_description>
-</parameter>
-<parameter name="default_widget">
-<parameter_description> widget to be the default.
-</parameter_description>
-</parameter>
-</parameters>
-<return></return>
-</function>
-
-
<function name="gtk_window_set_focus">
<description>
If @focus is not the current focus widget, and is focusable, sets
@@ -943,42 +862,6 @@ gtk_get_current_event_time() instead.
</parameters>
</function>
-<function name="gtk_tree_view_set_vadjustment">
-<description>
-Sets the #GtkAdjustment for the current vertical aspect. See also unset_vadjustment().
-
-</description>
-<parameters>
-<parameter name="tree_view">
-<parameter_description> A #GtkTreeView
-</parameter_description>
-</parameter>
-<parameter name="adjustment">
-<parameter_description> The #GtkAdjustment to set.
-</parameter_description>
-</parameter>
-</parameters>
-<return></return>
-</function>
-
-<function name="gtk_tree_view_set_hadjustment">
-<description>
-Sets the #GtkAdjustment for the current horizontal aspect. See also unset_hadjustment().
-
-</description>
-<parameters>
-<parameter name="tree_view">
-<parameter_description> A #GtkTreeView
-</parameter_description>
-</parameter>
-<parameter name="adjustment">
-<parameter_description> The #GtkAdjustment to set.
-</parameter_description>
-</parameter>
-</parameters>
-<return></return>
-</function>
-
<function name="gtk_tree_view_set_expander_column">
<description>
Sets the column to draw the expander arrow at. It must be in the TreeView. See also reset_expander_column().
@@ -1037,55 +920,6 @@ unset the old model.
</description>
</function>
-<function name="gtk_ui_manager_add_ui">
-<description>
-Adds a UI element to the current contents of @self.
-
-If @type is %GTK_UI_MANAGER_AUTO, GTK+ inserts a menuitem, toolitem or
-separator if such an element can be inserted at the place determined by
-@path. Otherwise @type must indicate an element that can be inserted at
-the place determined by @path.
-
-@see add_ui_separator().
-
-Since: 2.4
-
-</description>
-<parameters>
-<parameter name="self">
-<parameter_description> a #GtkUIManager
-</parameter_description>
-</parameter>
-<parameter name="merge_id">
-<parameter_description> the merge id for the merged UI, see gtk_ui_manager_new_merge_id()
-</parameter_description>
-</parameter>
-<parameter name="path">
-<parameter_description> a path
-</parameter_description>
-</parameter>
-<parameter name="name">
-<parameter_description> the name for the added UI element
-</parameter_description>
-</parameter>
-<parameter name="action">
-<parameter_description> the name of the action to be proxied, if this is not a separator.
-</parameter_description>
-</parameter>
-<parameter name="type">
-<parameter_description> the type of UI element to add.
-</parameter_description>
-</parameter>
-<parameter name="top">
-<parameter_description> if %TRUE, the UI element is added before its siblings, otherwise it
-is added after its siblings.
-</parameter_description>
-</parameter>
-</parameters>
-<return></return>
-</function>
-
-
<function name="gtk_window_get_default_size">
<parameters>
<parameter name="window">
@@ -1290,13 +1124,6 @@ Same as gtk_text_iter_forward_search(), but moves backward.
<return></return>
</function>
-
-<function name="gtk_image_set_from_stock">
- <description>
- See the Image::Image(const Gtk::StockID& stock_id, IconSize size) constructor for details.
- </description>
-</function>
-
<function name="gtk_image_set_from_pixbuf">
<description>
See the Image::Image(const Glib::RefPtr<Gdk::Pixbuf>& pixbuf) constructor for details.
@@ -1346,17 +1173,6 @@ Since: 2.6
</description>
</function>
-<function name="gtk_icon_factory_add_default">
- <description>
- Adds an icon factory to the list of icon factories searched by
- gtk_style_lookup_icon_set(). This means that, for example,
- the Image::Image(const Gtk::StockID& stock_id, IconSize size) constructor will be able to find icons
in @factory.
- There will normally be an icon factory added for each library or
- application that comes with icons. The default icon factories
- can be overridden by themes.
- </description>
-</function>
-
<function name="gtk_tool_button_set_stock_id">
<description>
Sets the name of the stock item. See the ToolButton::ToolButton(const Gtk::StockID& stock_id,
IconSize size) constructor.
diff --git a/gtk/src/gtk_enums.defs b/gtk/src/gtk_enums.defs
index 14403d0..b84e0d5 100644
--- a/gtk/src/gtk_enums.defs
+++ b/gtk/src/gtk_enums.defs
@@ -929,32 +929,6 @@
;; Original typedef:
;; typedef enum
;; {
-;; GTK_STATE_NORMAL,
-;; GTK_STATE_ACTIVE,
-;; GTK_STATE_PRELIGHT,
-;; GTK_STATE_SELECTED,
-;; GTK_STATE_INSENSITIVE,
-;; GTK_STATE_INCONSISTENT,
-;; GTK_STATE_FOCUSED
-;; } GtkStateType;
-
-(define-enum-extended StateType
- (in-module "Gtk")
- (c-name "GtkStateType")
- (values
- '("normal" "GTK_STATE_NORMAL" "0")
- '("active" "GTK_STATE_ACTIVE" "1")
- '("prelight" "GTK_STATE_PRELIGHT" "2")
- '("selected" "GTK_STATE_SELECTED" "3")
- '("insensitive" "GTK_STATE_INSENSITIVE" "4")
- '("inconsistent" "GTK_STATE_INCONSISTENT" "5")
- '("focused" "GTK_STATE_FOCUSED" "6")
- )
-)
-
-;; Original typedef:
-;; typedef enum
-;; {
;; GTK_TOOLBAR_ICONS,
;; GTK_TOOLBAR_TEXT,
;; GTK_TOOLBAR_BOTH,
@@ -2689,24 +2663,6 @@
)
)
-;; From gtkwidget.h
-
-;; Original typedef:
-;; typedef enum
-;; {
-;; GTK_WIDGET_HELP_TOOLTIP,
-;; GTK_WIDGET_HELP_WHATS_THIS
-;; } GtkWidgetHelpType;
-
-(define-enum-extended WidgetHelpType
- (in-module "Gtk")
- (c-name "GtkWidgetHelpType")
- (values
- '("tooltip" "GTK_WIDGET_HELP_TOOLTIP" "0")
- '("whats-this" "GTK_WIDGET_HELP_WHATS_THIS" "1")
- )
-)
-
;; From gtkwindow.h
;; Original typedef:
diff --git a/gtk/src/gtk_extra_objects.defs b/gtk/src/gtk_extra_objects.defs
index 68ebc80..f872b85 100644
--- a/gtk/src/gtk_extra_objects.defs
+++ b/gtk/src/gtk_extra_objects.defs
@@ -136,18 +136,6 @@
(gtype-id "GTK_TYPE_ICON_INFO")
)
-(define-object IconSet
- (in-module "Gtk")
- (c-name "GtkIconSet")
- (gtype-id "GTK_TYPE_ICON_SET")
-)
-
-(define-object IconSource
- (in-module "Gtk")
- (c-name "GtkIconSource")
- (gtype-id "GTK_TYPE_ICON_SOURCE")
-)
-
(define-object PageSetup
(in-module "Gtk")
(c-name "GtkPageSetup")
diff --git a/gtk/src/gtk_methods.defs b/gtk/src/gtk_methods.defs
index 6deca4b..a8cc2c1 100644
--- a/gtk/src/gtk_methods.defs
+++ b/gtk/src/gtk_methods.defs
@@ -1719,21 +1719,6 @@
)
)
-(define-enum StateType
- (in-module "Gtk")
- (c-name "GtkStateType")
- (gtype-id "GTK_TYPE_STATE_TYPE")
- (values
- '("normal" "GTK_STATE_NORMAL")
- '("active" "GTK_STATE_ACTIVE")
- '("prelight" "GTK_STATE_PRELIGHT")
- '("selected" "GTK_STATE_SELECTED")
- '("insensitive" "GTK_STATE_INSENSITIVE")
- '("inconsistent" "GTK_STATE_INCONSISTENT")
- '("focused" "GTK_STATE_FOCUSED")
- )
-)
-
(define-enum ToolbarStyle
(in-module "Gtk")
(c-name "GtkToolbarStyle")
@@ -2721,16 +2706,6 @@
)
)
-(define-enum WidgetHelpType
- (in-module "Gtk")
- (c-name "GtkWidgetHelpType")
- (gtype-id "GTK_TYPE_WIDGET_HELP_TYPE")
- (values
- '("tooltip" "GTK_WIDGET_HELP_TOOLTIP")
- '("whats-this" "GTK_WIDGET_HELP_WHATS_THIS")
- )
-)
-
(define-enum WindowType
(in-module "Gtk")
(c-name "GtkWindowType")
@@ -5506,12 +5481,6 @@
(return-type "gboolean")
)
-(define-method get_event_window
- (of-object "GtkButton")
- (c-name "gtk_button_get_event_window")
- (return-type "GdkWindow*")
-)
-
(define-method set_icon_name
(of-object "GtkButton")
(c-name "gtk_button_set_icon_name")
@@ -9328,15 +9297,6 @@
)
)
-(define-method get_text_area
- (of-object "GtkEntry")
- (c-name "gtk_entry_get_text_area")
- (return-type "none")
- (parameters
- '("GdkRectangle*" "text_area")
- )
-)
-
(define-method set_visibility
(of-object "GtkEntry")
(c-name "gtk_entry_set_visibility")
@@ -25343,15 +25303,6 @@
(return-type "gint")
)
-(define-method get_attributes
- (of-object "GtkTextIter")
- (c-name "gtk_text_iter_get_attributes")
- (return-type "gboolean")
- (parameters
- '("GtkTextAttributes*" "values")
- )
-)
-
(define-method get_language
(of-object "GtkTextIter")
(c-name "gtk_text_iter_get_language")
@@ -26986,12 +26937,6 @@
(return-type "PangoTabArray*")
)
-(define-method get_default_attributes
- (of-object "GtkTextView")
- (c-name "gtk_text_view_get_default_attributes")
- (return-type "GtkTextAttributes*")
-)
-
(define-method set_input_purpose
(of-object "GtkTextView")
(c-name "gtk_text_view_set_input_purpose")
@@ -30768,11 +30713,6 @@
(return-type "GType")
)
-(define-function gtk_state_type_get_type
- (c-name "gtk_state_type_get_type")
- (return-type "GType")
-)
-
(define-function gtk_toolbar_style_get_type
(c-name "gtk_toolbar_style_get_type")
(return-type "GType")
@@ -31103,11 +31043,6 @@
(return-type "GType")
)
-(define-function gtk_widget_help_type_get_type
- (c-name "gtk_widget_help_type_get_type")
- (return-type "GType")
-)
-
(define-function gtk_window_type_get_type
(c-name "gtk_window_type_get_type")
(return-type "GType")
@@ -31811,36 +31746,12 @@
(return-type "gboolean")
)
-(define-method set_mapped
- (of-object "GtkWidget")
- (c-name "gtk_widget_set_mapped")
- (return-type "none")
- (parameters
- '("gboolean" "mapped")
- )
-)
-
(define-method get_mapped
(of-object "GtkWidget")
(c-name "gtk_widget_get_mapped")
(return-type "gboolean")
)
-(define-method set_app_paintable
- (of-object "GtkWidget")
- (c-name "gtk_widget_set_app_paintable")
- (return-type "none")
- (parameters
- '("gboolean" "app_paintable")
- )
-)
-
-(define-method get_app_paintable
- (of-object "GtkWidget")
- (c-name "gtk_widget_get_app_paintable")
- (return-type "gboolean")
-)
-
(define-method set_redraw_on_allocate
(of-object "GtkWidget")
(c-name "gtk_widget_set_redraw_on_allocate")
@@ -32542,12 +32453,6 @@
(return-type "GtkTextDirection")
)
-(define-method is_composited
- (of-object "GtkWidget")
- (c-name "gtk_widget_is_composited")
- (return-type "gboolean")
-)
-
(define-method shape_combine_region
(of-object "GtkWidget")
(c-name "gtk_widget_shape_combine_region")
diff --git a/gtk/src/gtk_signals.defs b/gtk/src/gtk_signals.defs
index ef7ec59..3ca9280 100644
--- a/gtk/src/gtk_signals.defs
+++ b/gtk/src/gtk_signals.defs
@@ -10546,12 +10546,6 @@
;; From GtkWidget
-(define-signal composited-changed
- (of-object "GtkWidget")
- (return-type "void")
- (when "last")
-)
-
(define-signal destroy
(of-object "GtkWidget")
(return-type "void")
@@ -11057,15 +11051,6 @@
)
)
-(define-signal damage-event
- (of-object "GtkWidget")
- (return-type "gboolean")
- (when "last")
- (parameters
- '("GdkEventExpose*" "p0")
- )
-)
-
(define-signal grab-broken-event
(of-object "GtkWidget")
(return-type "gboolean")
@@ -11093,15 +11078,6 @@
(when "last")
)
-(define-signal show-help
- (of-object "GtkWidget")
- (return-type "gboolean")
- (when "last")
- (parameters
- '("GtkWidgetHelpType" "p0")
- )
-)
-
(define-signal accel-closures-changed
(of-object "GtkWidget")
(return-type "void")
@@ -11180,15 +11156,6 @@
(construct-only #f)
)
-(define-property app-paintable
- (of-object "GtkWidget")
- (prop-type "GParamBoolean")
- (docs "Whether the application will paint directly on the widget")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
(define-property can-focus
(of-object "GtkWidget")
(prop-type "GParamBoolean")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]