paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/include pgwidget.h,1.3.6.2,1.3.6.3 pgwindow.


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/include pgwidget.h,1.3.6.2,1.3.6.3 pgwindow.h,1.3.6.2,1.3.6.3
Date: Mon, 07 Apr 2003 18:28:20 -0400

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

Modified Files:
      Tag: devel-1-0
        pgwidget.h pgwindow.h 
Log Message:
- SetIcon(const char* filename), SetIcon(SDL_Surface* icon) for
  PG_Window's title bar (H.C. <address@hidden>)
- another wrapper function for PG_Widget::my_internaldata->quitmodal
  which allows one to set it to false (H.C. <address@hidden>)
- removed unnecessary Redraw() call in PG_RadioButton::SetText(...)
  (H.C. <address@hidden>)



Index: pgwidget.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/pgwidget.h,v
retrieving revision 1.3.6.2
retrieving revision 1.3.6.3
diff -C2 -r1.3.6.2 -r1.3.6.3
*** pgwidget.h  30 Mar 2003 16:30:57 -0000      1.3.6.2
--- pgwidget.h  7 Apr 2003 22:28:18 -0000       1.3.6.3
***************
*** 802,805 ****
--- 802,807 ----
  
        bool WillQuitModal();
+ 
+       void StopQuitModal();
        
        /**

Index: pgwindow.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/pgwindow.h,v
retrieving revision 1.3.6.2
retrieving revision 1.3.6.3
diff -C2 -r1.3.6.2 -r1.3.6.3
*** pgwindow.h  14 Dec 2002 16:16:00 -0000      1.3.6.2
--- pgwindow.h  7 Apr 2003 22:28:18 -0000       1.3.6.3
***************
*** 90,93 ****
--- 90,97 ----
        */
        const char* GetTitle();
+ 
+       void SetIcon(const char* filename);
+       
+       void SetIcon(SDL_Surface* icon);
        
  protected:





reply via email to

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