gtkmm r1114 - in trunk: . gtk/src
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: gtkmm r1114 - in trunk: . gtk/src
- Date: Thu, 12 Mar 2009 16:24:19 +0000 (UTC)
Author: murrayc
Date: Thu Mar 12 16:24:19 2009
New Revision: 1114
URL: http://svn.gnome.org/viewvc/gtkmm?rev=1114&view=rev
Log:
2009-03-12 Murray Cumming <murrayc murrayc com>
* gtk/src/entry.hg:
* gtk/src/style.hg:
* gtk/src/gtk_signals.defs: Fix typos to fix the build.
* gtk/src/settings.hg: Correct the color-hash property name so that that
API is really generated.
Modified:
trunk/ChangeLog
trunk/gtk/src/entry.hg
trunk/gtk/src/gtk_signals.defs
trunk/gtk/src/settings.hg
trunk/gtk/src/style.hg
Modified: trunk/gtk/src/entry.hg
==============================================================================
--- trunk/gtk/src/entry.hg (original)
+++ trunk/gtk/src/entry.hg Thu Mar 12 16:24:19 2009
@@ -150,8 +150,8 @@
// "activate is probably about the only exception"
_WRAP_SIGNAL(void activate(), "activate")
- _WRAP_SIGNAL(void icon_release(EntryIconPosition icon_position, const GdkButtonEvent* event), "icon-release", no_default_handler)
- _WRAP_SIGNAL(void icon_press(EntryIconPosition icon_position, const GdkButtonEvent* event), "icon-press", no_default_handler)
+ _WRAP_SIGNAL(void icon_release(EntryIconPosition icon_position, const GdkEventButton* event), "icon-release", no_default_handler)
+ _WRAP_SIGNAL(void icon_press(EntryIconPosition icon_position, const GdkEventButton* event), "icon-press", no_default_handler)
_IGNORE_SIGNAL("move_cursor")
_IGNORE_SIGNAL("delete_from_cursor")
Modified: trunk/gtk/src/gtk_signals.defs
==============================================================================
--- trunk/gtk/src/gtk_signals.defs (original)
+++ trunk/gtk/src/gtk_signals.defs Thu Mar 12 16:24:19 2009
@@ -12711,7 +12711,7 @@
(when "last")
(parameters
'("GtkEntryIconPosition" "p0")
- '("const-GdkButtonEvent*" "p1")
+ '("const-GdkEventButton*" "p1")
)
)
@@ -12721,7 +12721,7 @@
(when "last")
(parameters
'("GtkEntryIconPosition" "p0")
- '("const-GdkButtonEvent*" "p1")
+ '("const-GdkEventButton*" "p1")
)
)
Modified: trunk/gtk/src/settings.hg
==============================================================================
--- trunk/gtk/src/settings.hg (original)
+++ trunk/gtk/src/settings.hg Thu Mar 12 16:24:19 2009
@@ -81,7 +81,7 @@
_WRAP_PROPERTY("gtk-keynav-cursor-only", bool)
_WRAP_PROPERTY("gtk-keynav-wrap-around", bool)
_WRAP_PROPERTY("gtk-error-bell", bool)
- _WRAP_PROPERTY("gtk-color-hash", Gdk::Color)
+ _WRAP_PROPERTY("color-hash", Gdk::Color)
_WRAP_PROPERTY("gtk-file-chooser-backend", Glib::ustring)
_WRAP_PROPERTY("gtk-print-backends", Glib::ustring)
_WRAP_PROPERTY("gtk-print-preview-command", Glib::ustring)
Modified: trunk/gtk/src/style.hg
==============================================================================
--- trunk/gtk/src/style.hg (original)
+++ trunk/gtk/src/style.hg Thu Mar 12 16:24:19 2009
@@ -413,8 +413,8 @@
Gtk::TextDirection direction, Gtk::StateType state, Gtk::IconSize size,
Gtk::Widget& widget, const Glib::ustring& detail), gtk_style_render_icon)
- _IGNORE(gtk_style_get)
- _WRAP_METHOD(void get_style_property_value(GType widget_type, const Glib::ustring& property_name, Glib::ValueBase& value), tk_style_get_style_property)
+ _IGNORE(gtk_style_get, gtk_style_get_valist)
+ _WRAP_METHOD(void get_style_property_value(GType widget_type, const Glib::ustring& property_name, Glib::ValueBase& value), gtk_style_get_style_property)
/** Queries the value of a style property corresponding to a
* widget class in the given style.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]