gtkmm r1061 - in branches/gtkmm-2-14: . gtk/src



Author: murrayc
Date: Fri Nov 14 09:17:02 2008
New Revision: 1061
URL: http://svn.gnome.org/viewvc/gtkmm?rev=1061&view=rev

Log:
2008-11-14  Murray Cumming  <murrayc murrayc com>

* gtk/src/gtk_signals.defs: Restored the GtkHandleBox::child-attached 
signal definition and the GtkLinkButton::visited property definition, 
so these are really put in the API. At some point in 2.14.x we lost 
these.

Modified:
   branches/gtkmm-2-14/ChangeLog
   branches/gtkmm-2-14/gtk/src/gtk_signals.defs

Modified: branches/gtkmm-2-14/gtk/src/gtk_signals.defs
==============================================================================
--- branches/gtkmm-2-14/gtk/src/gtk_signals.defs	(original)
+++ branches/gtkmm-2-14/gtk/src/gtk_signals.defs	Fri Nov 14 09:17:02 2008
@@ -17598,7 +17598,7 @@
 
 ;; From GtkHandleBox
 
-(define-signal child-detached
+(define-signal child-attached
   (of-object "GtkHandleBox")
   (return-type "void")
   (when "first")
@@ -20837,6 +20837,15 @@
   (construct-only #f)
 )
 
+(define-property visited
+  (of-object "GtkLinkButton")
+  (prop-type "GParamBoolean")
+  (docs "Whether this link has been visited.")
+  (readable #t)
+  (writable #t)
+  (construct-only #f)
+)
+
 ;; From GtkList
 
 (define-signal selection-changed



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]