Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!hplabs!hpfcso!hpfcdj!marzano From: marzano@hpfcdj.HP.COM (Lou Marzano) Newsgroups: comp.windows.x Subject: Re: Novice question Message-ID: <17570005@hpfcdj.HP.COM> Date: 7 Sep 89 14:05:29 GMT References: <110@euteal.ele.tue.nl> Organization: Hewlett Packard -- Fort Collins, CO Lines: 11 Widgets can be addressed using typical Xlib function calls. Often, you just need to get the window Id or a pointer to the Display structure of the widget in question. The two calls I'm referring to are: XtWindow(widget) and XtDisplay(widget). For examples, I'd suggest getting a copy of Doug Young's book, _X_Window_Systems_Programming_and_Applications_ _with_Xt_. It's been a great help to me and I still haven't heard anyone criticize it. - Lou Marzano marzano@hpfcpq.HP.COM