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:
07eef68
)
Defgenerics added to get rid of a few style-warnings
author
espen
<espen>
Tue, 28 Feb 2006 16:29:45 +0000
(16:29 +0000)
committer
espen
<espen>
Tue, 28 Feb 2006 16:29:45 +0000
(16:29 +0000)
gtk/gtk.lisp
patch
|
blob
|
blame
|
history
diff --git
a/gtk/gtk.lisp
b/gtk/gtk.lisp
index 20858f6af779d4370f290cfa35273e65e74304e1..0b1ed6e16e2eea43eaa1a67da1184a4264493786 100644
(file)
--- a/
gtk/gtk.lisp
+++ b/
gtk/gtk.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: gtk.lisp,v 1.5
8 2006/02/27 12:26:47
espen Exp $
+;; $Id: gtk.lisp,v 1.5
9 2006/02/28 16:29:45
espen Exp $
(in-package "GTK")
(in-package "GTK")
@@
-73,6
+73,14
@@
(defun clg-init (&optional display)
(setq *max-event-to-sec* 0)
(setq *max-event-to-usec* 1000))))
(setq *max-event-to-sec* 0)
(setq *max-event-to-usec* 1000))))
+;;; Generic functions
+
+(defgeneric add-to-radio-group (item1 item2))
+(defgeneric activate-radio-widget (item))
+(defgeneric (setf tool-item-tip-text) (tip-text tool-item))
+(defgeneric (setf tool-item-tip-private) (tip-private tool-item))
+
+
;;; Misc
;;; Misc