Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!iuvax!purdue!decwrl!asente From: asente@decwrl.dec.com (Paul Asente) Newsgroups: comp.windows.x Subject: Re: WHAT'S THIS XTK DOING IN MY SOUP? Keywords: Xtk, multiple languages Message-ID: <2105@bacchus.dec.com> Date: 15 Nov 89 20:03:15 GMT References: <1135@godot.radonc.unc.edu> Distribution: usa Organization: DEC Western Software Lab Lines: 10 DECwindows provides non-C bindings for both Xlib and the X Toolkit. The problem of parameter types was thought about in the toolkit. All procedures that call back into the application have only reference parameters. (Except for widgets; each widget has a pointer to itself as its first word so passing it either way is equivalent (disgusting hack, but it works!).) -paul asente asente@decwrl.dec.com decwrl!asente