Mercurial > hg > xemacs-beta
view lisp/gtk-package.el @ 490:38fb9ae12edd
[xemacs-hg @ 2001-04-30 09:12:03 by martinb]
a better string hash function
| author | martinb |
|---|---|
| date | Mon, 30 Apr 2001 09:12:04 +0000 |
| parents | 0784d089fdc9 |
| children | 7039e6323819 |
line wrap: on
line source
;; A GTK version of package-ui.el (require 'package-get) (require 'package-ui) (defun package-gtk-edit-sites () (let ((window (gtk-window-new 'toplevel)) (box (gtk-hbox-new nil 5))) (gtk-container-add window box) (gtk-widget-show-all window)))
