/[xforms]/xforms/lib/forms.h
ViewVC logotype

Diff of /xforms/lib/forms.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by leeming, Thu Apr 10 20:46:37 2003 UTC revision 1.5 by leeming, Thu Apr 10 21:58:29 2003 UTC
# Line 54  Line 54 
54    
55  #define FL_VERSION             1  #define FL_VERSION             1
56  #define FL_REVISION            0  #define FL_REVISION            0
57  #define FL_FIXLEVEL            1  #define FL_FIXLEVEL            2
58  #define FL_INCLUDE_VERSION    (FL_VERSION * 1000 + FL_REVISION)  #define FL_INCLUDE_VERSION    (FL_VERSION * 1000 + FL_REVISION)
59    
60  #include <stdio.h>  #include <stdio.h>
# Line 405  typedef enum Line 405  typedef enum
405      FL_ATTRIB,                  /* attribute change        */      FL_ATTRIB,                  /* attribute change        */
406      FL_KEYRELEASE,      FL_KEYRELEASE,
407      FL_PS,                      /* dump a form into EPS    */      FL_PS,                      /* dump a form into EPS    */
408      FL_MOVEORIGIN               /* dragging the form across the screen      FL_MOVEORIGIN,              /* dragging the form across the screen
409                                     changes its absolute x,y coords. Objects                                     changes its absolute x,y coords. Objects
410                                     that themselves contain forms should                                     that themselves contain forms should
411                                     ensure that they are up to date. */                                     ensure that they are up to date. */
412        FL_RESIZED                  /* The object has been resized by scale_form
413                                       Tell it that this has happened so that
414                                       it can resize any FL_FORMs that it
415                                       contains. */
416  }  }
417  FL_EVENTS;  FL_EVENTS;
418    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26