chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
72e5ffe
)
Bug fix
author
espen
<espen>
Sun, 21 Nov 2004 17:39:27 +0000
(17:39 +0000)
committer
espen
<espen>
Sun, 21 Nov 2004 17:39:27 +0000
(17:39 +0000)
gtk/gtk.lisp
patch
|
blob
|
blame
|
history
diff --git
a/gtk/gtk.lisp
b/gtk/gtk.lisp
index f7c61841ba595ce693fa74acf6eb188ef986fd52..85eced109cfe46a6ee9db9238425d433a6ac271d 100644
(file)
--- a/
gtk/gtk.lisp
+++ b/
gtk/gtk.lisp
@@
-15,7
+15,7
@@
;; License along with this library; if not, write to the Free Software
;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
;; License along with this library; if not, write to the Free Software
;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-;; $Id: gtk.lisp,v 1.1
8 2004-11-19 13:09:00
espen Exp $
+;; $Id: gtk.lisp,v 1.1
9 2004-11-21 17:39:27
espen Exp $
(in-package "GTK")
(in-package "GTK")
@@
-457,7
+457,7
@@
(defmethod (setf container-children) (children (dialog dialog))
;;; Entry
;;; Entry
-(defbinding entry-get-layout ()
(copy-of pango:layout)
+(defbinding entry-get-layout ()
pango:layout
(entry entry))
(defbinding entry-get-layout-offsets () nil
(entry entry))
(defbinding entry-get-layout-offsets () nil
@@
-524,7
+524,7
@@
(defbinding label-select-region () nil
(defbinding label-get-text () string
(label label))
(defbinding label-get-text () string
(label label))
-(defbinding label-get-layout ()
(copy-of pango:layout)
+(defbinding label-get-layout ()
pango:layout
(label label))
(defbinding label-get-selection-bounds () boolean
(label label))
(defbinding label-get-selection-bounds () boolean