paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/include pgrichedit.h,1.3,1.3.6.1


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/include pgrichedit.h,1.3,1.3.6.1
Date: Tue, 28 May 2002 08:37:35 -0400

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

Modified Files:
      Tag: devel-1-0
        pgrichedit.h 
Log Message:
added LoadText to PG_RichEdit



Index: pgrichedit.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/pgrichedit.h,v
retrieving revision 1.3
retrieving revision 1.3.6.1
diff -C2 -r1.3 -r1.3.6.1
*** pgrichedit.h        15 Apr 2002 13:35:35 -0000      1.3
--- pgrichedit.h        28 May 2002 12:37:31 -0000      1.3.6.1
***************
*** 73,76 ****
--- 73,84 ----
        bool RemoveWidget(PG_Widget* w, bool shiftx = false, bool shifty = 
false);
  
+       //! Load the content of the widget from a text file
+       /*!
+       This function loads the text of the widget from a file. As ever this 
file operation is done transparently
+       through PhysFS so you can place any text files into your theme and or 
file archives.
+       \param textfile relative path to the text file
+       */
+       bool LoadText(const char* textfile);
+       
  protected:
  




reply via email to

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