home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.programmer
- Path: sparky!uunet!paladin.american.edu!howland.reston.ans.net!zaphod.mps.ohio-state.edu!rpi!ghost.dsi.unimi.it!silvera
- From: silvera@ghost.dsi.unimi.it (paolo silvera)
- Subject: Here it is how to manipulate the cursor in a string gadget under gadtools.library
- Organization: Computer Science Dep. - Milan University
- Date: Mon, 11 Jan 1993 18:06:24 GMT
- Message-ID: <1993Jan11.180624.13518@ghost.dsi.unimi.it>
- Lines: 7
-
- For Douglas Stockman:
- If you want to control the position of the cursor of a string gadget
- you have to refer to the StringInfo struct associated with the struct Gadget *
- (your own string gadget..) and to select the BufferPos (or PosBuffer, I do not remember well).
- Look into the include file intuition.h into the struct StringInfo declaration.
- If you set this field you can control the position of the cursor into the strgadget.
-
-