home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cis.ohio-state.edu!ucbvax!ucdavis!dana!wee
- From: wee@cs.ucdavis.edu (Chris Wee)
- Newsgroups: alt.toolkits.xview
- Subject: Customizing DevGuide
- Message-ID: <20618@ucdavis.ucdavis.edu>
- Date: 30 Dec 92 04:01:30 GMT
- Sender: usenet@ucdavis.ucdavis.edu
- Reply-To: wee@cs.ucdavis.edu
- Organization: Computer Science, University of California at Davis.
- Lines: 15
-
- Hi all, I've just started to use DevGuide 3.0 and I wondered if there was a way
- to customize some of the default code DevGuide (gxv) inserts into the callback functions.
-
- An example is the fputs code gxv puts into every callback function.
- It would be nice if this code were #ifdef'ed so that I can turn it on and off
- when I'm trying to debug the UI interactions.
-
- fputs("tutorial: tutorial_main_base_win_style_notify_callback\n", stderr);
-
- Is there a way to do this easily? I guess, I'll write a macro to re-map the
- fputs function into an run-time if () test.
-
- thanks!
- ---
- -chris
-