Re: Customizing the look on Linux
"Aaron W. Hsu" <[email protected]> Fri, 15 Apr 2011 19:59:03 -0400
| Newsgroups | gmane.editors.nedit.user |
|---|---|
| Organization | Indiana University |
| Message-ID | <op.vtz7kpqa0p3ku8@localhost> |
On Fri, 15 Apr 2011 18:50:22 -0400, Wendell P <[email protected]> wrote: > I use XmTextField to set text-input in the > FileSelectionDialogs, but have to use XmText for text-input in other > dialogs. Is there a cleaner way to do this? XmText and XmTextField are two different widgets. You might want to use a glob to select both when dealing with them, such as XmText*.fontList, but you might also want to make sure that this glob is careful enough not to catch things that you do not want it to catch. The easiest and most reliable thing, I think, is to just use two resource lines in your resources file. Aaron W. Hsu -- Programming is just another word for the lost art of thinking. -- NEdit Discuss mailing list - [email protected] http://www.nedit.org/mailman/listinfo/discuss