paragui-cvs
[Top][All Lists]
Advanced

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

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


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/include pgwindow.h,1.3.6.1,1.3.6.2
Date: Sat, 14 Dec 2002 11:16:06 -0500

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

Modified Files:
      Tag: devel-1-0
        pgwindow.h 
Log Message:
added PG_Window::GetTitle()
added some docs for the new methods



Index: pgwindow.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/pgwindow.h,v
retrieving revision 1.3.6.1
retrieving revision 1.3.6.2
diff -C2 -r1.3.6.1 -r1.3.6.2
*** pgwindow.h  13 Dec 2002 21:06:52 -0000      1.3.6.1
--- pgwindow.h  14 Dec 2002 16:16:00 -0000      1.3.6.2
***************
*** 78,83 ****
--- 78,94 ----
        void SetColorTitlebar(const SDL_Color& c);
  
+       /**
+       set window title and alignment
+       @param  title                                   new window title
+       @param alignment        alignment of the text (PG_TA_LEFT | 
PG_TA_CENTER | PG_TA_RIGHT)
+       */
        void SetTitle(const char* title, int alignment = PG_TA_CENTER);
  
+       /**
+       get window title
+       @return pointer to the window title string
+       */
+       const char* GetTitle();
+       
  protected:
  




reply via email to

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