From: espen Date: Tue, 5 Sep 2006 13:23:40 +0000 (+0000) Subject: Added new function CONTAINER-CHILD-CLASS X-Git-Tag: clg-0-93~256 X-Git-Url: https://git.distorted.org.uk/~mdw/clg/commitdiff_plain/ae88ce7f338a0eff4ceea7b2041a0d1c8bfa0204?hp=37ad565bb0b2a7a8b7bdf35aa217edb1a2ac94b0 Added new function CONTAINER-CHILD-CLASS --- diff --git a/gtk/gtkobject.lisp b/gtk/gtkobject.lisp index 65eb682..8ff2b3c 100644 --- a/gtk/gtkobject.lisp +++ b/gtk/gtkobject.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. -;; $Id: gtkobject.lisp,v 1.38 2006/08/31 09:08:23 espen Exp $ +;; $Id: gtkobject.lisp,v 1.39 2006/09/05 13:23:40 espen Exp $ (in-package "GTK") @@ -233,7 +233,7 @@ (:metaclass container-child-class) (:container ,class)))))) -(defun container-class-child-class (container-class) +(defun container-child-class (container-class) (gethash container-class *container-to-child-class-mappings*)) (register-derivable-type 'container "GtkContainer" 'expand-container-type 'gobject-dependencies)