[comp.windows.x.motif] Picture fields and Text Widgets

nazgul@alphalpha.com (Kee Hinckley) (11/30/90)

> 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.