chiark / gitweb /
Replaced deprecated widgets combo and option-menu with combo-box and combo-box-entry
[clg] / gdk / defpackage.lisp
1 (defpackage "GDK"
2   (:use "GLIB" "COMMON-LISP" "AUTOEXPORT")
3   (:shadowing-import-from "PCL"
4    "CLASS-NAME" "CLASS-OF" "FIND-CLASS"))
5
6