paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/src/widgets pgwindow.cpp,1.3,1.3.6.1


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/widgets pgwindow.cpp,1.3,1.3.6.1
Date: Fri, 13 Dec 2002 16:06:55 -0500

Update of /cvsroot/paragui/paragui/src/widgets
In directory subversions:/tmp/cvs-serv6769/src/widgets

Modified Files:
      Tag: devel-1-0
        pgwindow.cpp 
Log Message:
added SetTitle method



Index: pgwindow.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/widgets/pgwindow.cpp,v
retrieving revision 1.3
retrieving revision 1.3.6.1
diff -C2 -r1.3 -r1.3.6.1
*** pgwindow.cpp        15 Apr 2002 13:35:36 -0000      1.3
--- pgwindow.cpp        13 Dec 2002 21:06:52 -0000      1.3.6.1
***************
*** 55,58 ****
--- 55,63 ----
  }
  
+ void PG_Window::SetTitle(const char* title, int alignment) {
+       my_labelTitle->SetText(title);
+       my_labelTitle->SetAlignment(alignment);
+ }
+ 
  void PG_Window::LoadThemeStyle(const char* widgettype) {
        PG_Theme* t = PG_Application::GetTheme();




reply via email to

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