[rep-gtk] added GtkLinkButton from 2.12 API (complete)



commit 90ce091440453686232a22a4eece3e3aa42654a0
Author: chrisb <zanghar freenet de>
Date:   Wed Jul 29 19:37:39 2009 +0200

    added GtkLinkButton from 2.12 API (complete)

 ChangeLog |    7 +++++++
 gtk.defs  |   22 ++++++++++++++++++++++
 2 files changed, 29 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 9877e22..2e8290d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -35,6 +35,13 @@
 	gtk_font_button_set_show_style
 	gtk_font_button_get_show_size
 	gtk_font_button_set_show_size
+	== GtkFontButton 2.12 API complete ==
+	*********** gtklinkbutton.h ***********
+	gtk_link_button_new
+	gtk_link_button_new_with_label
+	gtk_link_button_get_uri
+	gtk_link_button_set_uri
+	== GtkLinkButton 2.12 API complete ==
 
 2009-07-15  Christopher Bratusek <zanghar freenet de>
 	* configure.in: small improvement
diff --git a/gtk.defs b/gtk.defs
index 4f0ab8c..f9965b1 100644
--- a/gtk.defs
+++ b/gtk.defs
@@ -4849,6 +4849,28 @@
   ((GtkFontButton button)
    (bool option)))
 
+;; GtkLinkButton
+
+(define-object GtkLinkButton (GtkButton))
+
+(define-func gtk_link_button_new
+  GtkWidget
+  ((string uri)))
+
+(define-func gtk_link_button_new_with_label
+  GtkWidget
+  ((string uri)
+   (string label)))
+
+(define-func gtk_link_button_get_uri
+  string
+  ((GtkLinkButton button)))
+
+(define-func gtk_link_button_set_uri
+  none
+  ((GtkLinkButton button)
+   (string uri)))
+
 ;; More defs files
 
 (include "gtktext.defs")



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