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.6.1,1.3.6.2


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

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

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



Index: pgwindow.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/widgets/pgwindow.cpp,v
retrieving revision 1.3.6.1
retrieving revision 1.3.6.2
diff -C2 -r1.3.6.1 -r1.3.6.2
*** pgwindow.cpp        13 Dec 2002 21:06:52 -0000      1.3.6.1
--- pgwindow.cpp        14 Dec 2002 16:16:00 -0000      1.3.6.2
***************
*** 60,63 ****
--- 60,67 ----
  }
  
+ const char* PG_Window::GetTitle() {
+       return my_labelTitle->GetText();
+ }
+ 
  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]