paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/include pglistbox.h,1.7.2.1,1.7.2.2 pglistbox


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/include pglistbox.h,1.7.2.1,1.7.2.2 pglistboxbaseitem.h,1.3.2.1,1.3.2.2 pglistboxitem.h,1.4.2.2,1.4.2.3 pgwidget.h,1.13.2.2,1.13.2.3 pgwidgetlist.h,1.8.2.2,1.8.2.3
Date: Mon, 03 Feb 2003 16:04:58 -0500

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

Modified Files:
      Tag: devel-opengl
        pglistbox.h pglistboxbaseitem.h pglistboxitem.h pgwidget.h 
        pgwidgetlist.h 
Log Message:
- some work on the factory and layout loader
- updated physfs version
- minor automake fixes



Index: pglistbox.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/pglistbox.h,v
retrieving revision 1.7.2.1
retrieving revision 1.7.2.2
diff -C2 -r1.7.2.1 -r1.7.2.2
*** pglistbox.h 31 Aug 2002 04:01:22 -0000      1.7.2.1
--- pglistbox.h 3 Feb 2003 21:04:55 -0000       1.7.2.2
***************
*** 88,91 ****
--- 88,93 ----
  
        bool RemoveChild(PG_Widget* child);
+ 
+       Uint16 GetItemWidth();
        
        PG_SignalSelectItem sigSelectItem;
***************
*** 94,97 ****
--- 96,100 ----
  
        /** */
+       void AddChild(PG_Widget* item);
        void AddChild(PG_ListBoxBaseItem* item);
  

Index: pglistboxbaseitem.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/pglistboxbaseitem.h,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -C2 -r1.3.2.1 -r1.3.2.2
*** pglistboxbaseitem.h 31 Aug 2002 04:01:22 -0000      1.3.2.1
--- pglistboxbaseitem.h 3 Feb 2003 21:04:56 -0000       1.3.2.2
***************
*** 62,66 ****
  
        /** */
!       int Height();
  
        /** */
--- 62,66 ----
  
        /** */
!       //int Height();
  
        /** */
***************
*** 86,90 ****
        bool my_selected;
        bool my_hover;
-       int my_itemheight;
  };
  
--- 86,89 ----

Index: pglistboxitem.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/pglistboxitem.h,v
retrieving revision 1.4.2.2
retrieving revision 1.4.2.3
diff -C2 -r1.4.2.2 -r1.4.2.3
*** pglistboxitem.h     31 Aug 2002 04:01:22 -0000      1.4.2.2
--- pglistboxitem.h     3 Feb 2003 21:04:56 -0000       1.4.2.3
***************
*** 38,42 ****
  
        /** */
!       PG_ListBoxItem(PG_ListBox* parent, int height = 25, const char* text = 
NULL, PG_Draw::PG_DrawableSurface* icon = NULL, void* userdata = NULL, const 
char* style="ListBox");
  
        /** */
--- 38,42 ----
  
        /** */
!       PG_ListBoxItem(PG_ListBox* parent, int height = 25, const char* text = 
"", PG_Draw::PG_DrawableSurface* icon = NULL, void* userdata = NULL, const 
char* style="ListBox");
  
        /** */

Index: pgwidget.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/pgwidget.h,v
retrieving revision 1.13.2.2
retrieving revision 1.13.2.3
diff -C2 -r1.13.2.2 -r1.13.2.3
*** pgwidget.h  31 Aug 2002 04:01:22 -0000      1.13.2.2
--- pgwidget.h  3 Feb 2003 21:04:56 -0000       1.13.2.3
***************
*** 762,765 ****
--- 762,767 ----
        virtual void eventSizeWidget(Uint16 w, Uint16 h);
  
+       virtual void eventChildChangedSize(PG_Widget* child, Uint16 w_old, 
Uint16 h_old);
+       
        /**
        overridable eventhandler to draw the object surface

Index: pgwidgetlist.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/pgwidgetlist.h,v
retrieving revision 1.8.2.2
retrieving revision 1.8.2.3
diff -C2 -r1.8.2.2 -r1.8.2.3
*** pgwidgetlist.h      31 Aug 2002 04:01:22 -0000      1.8.2.2
--- pgwidgetlist.h      3 Feb 2003 21:04:56 -0000       1.8.2.3
***************
*** 158,161 ****
--- 158,164 ----
        void eventBlit(PG_Draw::PG_DrawableSurface* srf, const PG_Rect& src, 
const PG_Rect& dst);
  
+       /** */
+       void eventChildChangedSize(PG_Widget* child, Uint16 w_old, Uint16 
h_old);
+       
        /**  */
        void eventShow();
***************
*** 197,201 ****
  
        int my_widgetCount;
!       int my_firstWidget;
        Uint32 my_listheight;
        Uint32 my_listwidth;
--- 200,204 ----
  
        int my_widgetCount;
!       //int my_firstWidget;
        Uint32 my_listheight;
        Uint32 my_listwidth;





reply via email to

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