"Steve Achelis" <[EMAIL PROTECTED]> wrote:
>Grep'n them is only good if you know what you're looking for...
Looking for a function declaration that uses a Gadget:
C:> find . -name "*.h" -exec egrep Gadget {} ; | egrep extern
extern void *FrmGetGadgetData(const FormType *formP, UInt16 objIndex)
extern void FrmSetGadgetData (FormType *formP, UInt16 objIndex,
extern void FrmSetGadgetHandler (FormType *formP, UInt16 objIndex,
extern FormGadgetType *FrmNewGadget (FormType **formPP, UInt16 id,
Ta da. :)
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/