gtkmm r1094 - in trunk: . gtk/src
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: gtkmm r1094 - in trunk: . gtk/src
- Date: Tue, 10 Feb 2009 10:36:28 +0000 (UTC)
Author: murrayc
Date: Tue Feb 10 10:36:28 2009
New Revision: 1094
URL: http://svn.gnome.org/viewvc/gtkmm?rev=1094&view=rev
Log:
2009-02-10 Murray Cumming <murrayc murrayc com>
* gtk/src/filechooserbutton.hg: Added the file_set signal, added in
GTK+ 2.14 but not wrapped in gtkmm until now. Thanks to Damon Register
for noticing this.
Modified:
trunk/ChangeLog
trunk/gtk/src/filechooserbutton.hg
Modified: trunk/gtk/src/filechooserbutton.hg
==============================================================================
--- trunk/gtk/src/filechooserbutton.hg (original)
+++ trunk/gtk/src/filechooserbutton.hg Tue Feb 10 10:36:28 2009
@@ -90,8 +90,10 @@
_WRAP_METHOD(bool get_focus_on_click() const, gtk_file_chooser_button_get_focus_on_click)
_WRAP_METHOD(void set_focus_on_click(gboolean focus_on_click = true), gtk_file_chooser_button_set_focus_on_click)
- //I'm no totally convinced that this is only a key-binding signal. murrayc:
- _IGNORE_SIGNAL("file-set")
+ //TODO: Remove no_default_handler when we can break ABI.
+ //This is a G_SIGNAL_ACTION signal, but it seems to be public API for applications.
+ //See http://bugzilla.gnome.org/show_bug.cgi?id=353196
+ _SIGNAL(void file_set(), "file-set", no_default_handler)
_WRAP_PROPERTY("focus-on-click", bool)
_WRAP_PROPERTY("title", Glib::ustring)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]