gtkmm r1059 - in trunk: . gtk/src
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: gtkmm r1059 - in trunk: . gtk/src
- Date: Fri, 14 Nov 2008 09:01:01 +0000 (UTC)
Author: murrayc
Date: Fri Nov 14 09:01:01 2008
New Revision: 1059
URL: http://svn.gnome.org/viewvc/gtkmm?rev=1059&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:
trunk/ChangeLog
trunk/gtk/src/gtk_signals.defs
Modified: trunk/gtk/src/gtk_signals.defs
==============================================================================
--- trunk/gtk/src/gtk_signals.defs (original)
+++ trunk/gtk/src/gtk_signals.defs Fri Nov 14 09:01:01 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]