home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / alt / toolkits / xview / 1162 < prev    next >
Encoding:
Internet Message Format  |  1992-12-29  |  955 b 

  1. Path: sparky!uunet!cis.ohio-state.edu!ucbvax!ucdavis!dana!wee
  2. From: wee@cs.ucdavis.edu (Chris Wee)
  3. Newsgroups: alt.toolkits.xview
  4. Subject: Customizing DevGuide
  5. Message-ID: <20618@ucdavis.ucdavis.edu>
  6. Date: 30 Dec 92 04:01:30 GMT
  7. Sender: usenet@ucdavis.ucdavis.edu
  8. Reply-To: wee@cs.ucdavis.edu
  9. Organization: Computer Science, University of California at Davis.
  10. Lines: 15
  11.  
  12. Hi all, I've just started to use DevGuide 3.0 and I wondered if there was a way
  13. to customize some of the default code DevGuide (gxv) inserts into the callback functions.
  14.  
  15. An example is the fputs code gxv puts into every callback function.
  16. It would be nice if this code were #ifdef'ed so that I can turn it on and off
  17. when I'm trying to debug the UI interactions.
  18.  
  19.     fputs("tutorial: tutorial_main_base_win_style_notify_callback\n", stderr);
  20.  
  21. Is there a way to do this easily? I guess, I'll write a macro to re-map the
  22. fputs function into an run-time if () test.
  23.  
  24. thanks!
  25. ---
  26. -chris
  27.