Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!apple!agate!ucbvax!alphalpha.com!nazgul From: nazgul@alphalpha.com (Kee Hinckley) Newsgroups: comp.windows.x.motif Subject: Re: Picture fields and Text Widgets Message-ID: <901129145847.9351@alphalpha> Date: 29 Nov 90 18:58:47 GMT References: Sender: daemon@ucbvax.BERKELEY.EDU Distribution: inet Organization: The Internet Lines: 8 > Is it possible to format data entry into a (motif ?) text widget using a picture > field? I need the ability to force every letter typed into a text widget to I was sitting here saying "Picture? Graphics? What? OH! Cobol!" :-). You'll have to do a callback in the text widget that ensures that the user types the right thing (and fixes up the text to look right as they type). If you make a generic one that takes a picture and handles the callback automatically please post it - that would be quite useful.