paragui-cvs
[Top][All Lists]
Advanced

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

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


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/include paragui_types.h,1.3,1.3.6.1 pgapplication.h,1.3.6.1,1.3.6.2 pglayout.h,1.3.6.2,1.3.6.3
Date: Mon, 17 Jun 2002 07:33:01 -0400

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

Modified Files:
      Tag: devel-1-0
        paragui_types.h pgapplication.h pglayout.h 
Log Message:
added hook to process XML layout tags from the "<head>" section.



Index: paragui_types.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/paragui_types.h,v
retrieving revision 1.3
retrieving revision 1.3.6.1
diff -C2 -r1.3 -r1.3.6.1
*** paragui_types.h     15 Apr 2002 13:35:35 -0000      1.3
--- paragui_types.h     17 Jun 2002 11:32:59 -0000      1.3.6.1
***************
*** 95,98 ****
--- 95,99 ----
        MSG_SELECTMENUITEM,     //!< a menuitem has been selected
        MSG_NOTEBOOK_TAB_CLICK, //!< a notebook tab was clicked
+       MSG_XMLTAG, //!< callback for unknown XML "head" tags
        MSG_USER_1 = 10001,     //!< userevent 1
        MSG_USER_2 = 10002,     //!< userevent 2

Index: pgapplication.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/pgapplication.h,v
retrieving revision 1.3.6.1
retrieving revision 1.3.6.2
diff -C2 -r1.3.6.1 -r1.3.6.2
*** pgapplication.h     28 May 2002 10:25:06 -0000      1.3.6.1
--- pgapplication.h     17 Jun 2002 11:32:59 -0000      1.3.6.2
***************
*** 501,504 ****
--- 501,506 ----
        */
        static bool GetDirtyUpdatesDisabled();
+ 
+       static PG_Application* GetApp();
        
        static PG_Font* DefaultFont;

Index: pglayout.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/pglayout.h,v
retrieving revision 1.3.6.2
retrieving revision 1.3.6.3
diff -C2 -r1.3.6.2 -r1.3.6.3
*** pglayout.h  10 Jun 2002 09:18:27 -0000      1.3.6.2
--- pglayout.h  17 Jun 2002 11:32:59 -0000      1.3.6.3
***************
*** 40,43 ****
--- 40,49 ----
        loading XML widget layouts.
  */
+ 
+ struct PG_XMLTag {
+       std::string name;
+       std::vector<std::string> atts;
+ };
+ 
  namespace PG_Layout {
  




reply via email to

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