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:
4e43177
)
Defgeneric added to get rid of a style warning
author
espen
<espen>
Tue, 28 Feb 2006 16:33:39 +0000
(16:33 +0000)
committer
espen
<espen>
Tue, 28 Feb 2006 16:33:39 +0000
(16:33 +0000)
gtk/gtktree.lisp
patch
|
blob
|
blame
|
history
diff --git
a/gtk/gtktree.lisp
b/gtk/gtktree.lisp
index 0790bf3595cb87751446e6d5a5e6af550344f3db..9fe1e58e9dbfb433827d69f1b99ce69a335179cf 100644
(file)
--- a/
gtk/gtktree.lisp
+++ b/
gtk/gtktree.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: gtktree.lisp,v 1.1
6 2006/02/26 15:30:01
espen Exp $
+;; $Id: gtktree.lisp,v 1.1
7 2006/02/28 16:33:39
espen Exp $
(in-package "GTK")
(in-package "GTK")
@@
-88,6
+88,7
@@
(defmethod initialize-instance ((list-store list-store) &key column-types
for row in initial-content
do (list-store-append list-store row iter))))
for row in initial-content
do (list-store-append list-store row iter))))
+(defgeneric column-setter-name (store))
(defmethod column-setter-name ((list-store list-store))
(declare (ignore list-store))
(defmethod column-setter-name ((list-store list-store))
(declare (ignore list-store))