paragui-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-cvs] CVS: paragui/include pgapplication.h,1.3.6.6,1.3.6.7 pgric


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/include pgapplication.h,1.3.6.6,1.3.6.7 pgrichedit.h,1.3.6.2,1.3.6.3
Date: Sat, 05 Apr 2003 09:48:35 -0500

Update of /cvsroot/paragui/paragui/include
In directory subversions:/tmp/cvs-serv8925/include

Modified Files:
      Tag: devel-1-0
        pgapplication.h pgrichedit.h 
Log Message:
- fixed a bug in PG_MessageObject::PumpIntoEventQueue(..)
  MOUSEMOTIONEVENT don't need to be passed to ALL objects
- added a method to PG_Application to clear and delete the background
  (void DeleteBackground()) (Thanks H.C. <address@hidden>)
- fixed a potential memory leak in PG_Application resulting from changing
  non-scaled backgrounds (Thanks H.C. <address@hidden>)
- added a method to PG_RichEdit to set the default alignment (void
  SetAutoVerticalResize(...)) (Thanks H.C. <address@hidden>)
- added a method to PG_RichEdit to activate / deactivate auto vertical
  resize (void SetAlignment(...)) (Thanks H.C. <address@hidden>)
          


Index: pgapplication.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/pgapplication.h,v
retrieving revision 1.3.6.6
retrieving revision 1.3.6.7
diff -C2 -r1.3.6.6 -r1.3.6.7
*** pgapplication.h     30 Mar 2003 16:30:57 -0000      1.3.6.6
--- pgapplication.h     5 Apr 2003 14:48:33 -0000       1.3.6.7
***************
*** 296,299 ****
--- 296,301 ----
        void EnableBackground(bool enable = true);
  
+       void DeleteBackground();
+ 
        void EnableAppIdleCalls(bool enable = true);
  

Index: pgrichedit.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/pgrichedit.h,v
retrieving revision 1.3.6.2
retrieving revision 1.3.6.3
diff -C2 -r1.3.6.2 -r1.3.6.3
*** pgrichedit.h        4 Jan 2003 21:13:38 -0000       1.3.6.2
--- pgrichedit.h        5 Apr 2003 14:48:33 -0000       1.3.6.3
***************
*** 81,84 ****
--- 81,88 ----
        bool LoadText(const char* textfile);
        
+       void SetAutoVerticalResize(bool bResize);
+       
+       void SetAlignment(Uint8 align);
+ 
  protected:
  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]