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:
0dd8993
)
Updated due to API
author
espen
<espen>
Fri, 15 Sep 2006 12:46:30 +0000
(12:46 +0000)
committer
espen
<espen>
Fri, 15 Sep 2006 12:46:30 +0000
(12:46 +0000)
examples/ginspect.lisp
patch
|
blob
|
blame
|
history
diff --git
a/examples/ginspect.lisp
b/examples/ginspect.lisp
index 7a651672ec978e4821cf1307868557cabf2b6e77..bcc835afe358676fbee53bcc0c8469f6e2ec5c6d 100644
(file)
--- a/
examples/ginspect.lisp
+++ b/
examples/ginspect.lisp
@@
-20,7
+20,7
@@
;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-;; $Id: ginspect.lisp,v 1.1
3 2006/09/06 11:43:41
espen Exp $
+;; $Id: ginspect.lisp,v 1.1
4 2006/09/15 12:46:30
espen Exp $
#+sbcl(require :gtk)
#+(or cmu clisp)(asdf:oos 'asdf:load-op :gtk)
#+sbcl(require :gtk)
#+(or cmu clisp)(asdf:oos 'asdf:load-op :gtk)
@@
-60,9
+60,9
@@
(defun ginspect (object)
(object (make-instance 'cell-renderer-text)))
(tree-view-append-column view column)
(cell-layout-pack column name :expand nil)
(object (make-instance 'cell-renderer-text)))
(tree-view-append-column view column)
(cell-layout-pack column name :expand nil)
- (cell-layout-add-attribute column name
'text (
column-index store 'name))
+ (cell-layout-add-attribute column name
:text (tree-model-
column-index store 'name))
(cell-layout-pack column object :expand t)
(cell-layout-pack column object :expand t)
- (cell-layout-add-attribute column object
'text (
column-index store 'pprinted)))
+ (cell-layout-add-attribute column object
:text (tree-model-
column-index store 'pprinted)))
(insert-object object store nil)
(insert-object object store nil)