paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/src/widgets pgdropdown.cpp,1.8.2.1,1.8.2.2 pg


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/widgets pgdropdown.cpp,1.8.2.1,1.8.2.2 pglayout.cpp,1.2.2.5,1.2.2.6 pglistbox.cpp,1.7.2.1,1.7.2.2
Date: Mon, 04 Nov 2002 18:04:38 -0500

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

Modified Files:
      Tag: devel-opengl
        pgdropdown.cpp pglayout.cpp pglistbox.cpp 
Log Message:
- some PG_ListBox fixes



Index: pgdropdown.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/widgets/pgdropdown.cpp,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -C2 -r1.8.2.1 -r1.8.2.2
*** pgdropdown.cpp      31 Aug 2002 04:01:25 -0000      1.8.2.1
--- pgdropdown.cpp      4 Nov 2002 23:04:35 -0000       1.8.2.2
***************
*** 65,69 ****
        PG_FontEngine::GetTextSize(text, GetFont(), NULL, NULL, NULL, NULL, &h);
  
!       PG_ListBoxItem* item = new PG_ListBoxItem(my_DropList, h+2, text, NULL, 
userdata);
  }
  
--- 65,69 ----
        PG_FontEngine::GetTextSize(text, GetFont(), NULL, NULL, NULL, NULL, &h);
  
!       new PG_ListBoxItem(my_DropList, h+2, text, NULL, userdata);
  }
  

Index: pglayout.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/widgets/pglayout.cpp,v
retrieving revision 1.2.2.5
retrieving revision 1.2.2.6
diff -C2 -r1.2.2.5 -r1.2.2.6
*** pglayout.cpp        31 Oct 2002 10:38:04 -0000      1.2.2.5
--- pglayout.cpp        4 Nov 2002 23:04:35 -0000       1.2.2.6
***************
*** 919,923 ****
                                             Rect,
                                             (const 
char*)PG_Layout::GetParamStr(atts, "text"),
!                                            (PG_RadioButton 
*)PG_Application::GetWidgetByName(PG_Layout::GetParamStr(atts, "group")));
  
                XMLParser->ParentObject = Widget;
--- 919,923 ----
                                             Rect,
                                             (const 
char*)PG_Layout::GetParamStr(atts, "text"),
!                                            (PG_RadioButton 
*)PG_Application::GetWidget(PG_Layout::GetParamStr(atts, "group")));
  
                XMLParser->ParentObject = Widget;

Index: pglistbox.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/widgets/pglistbox.cpp,v
retrieving revision 1.7.2.1
retrieving revision 1.7.2.2
diff -C2 -r1.7.2.1 -r1.7.2.2
*** pglistbox.cpp       31 Aug 2002 04:01:25 -0000      1.7.2.1
--- pglistbox.cpp       4 Nov 2002 23:04:35 -0000       1.7.2.2
***************
*** 85,88 ****
--- 85,89 ----
        }
  
+       Update();
        sigSelectItem((PG_ListBoxItem*)item);
  }





reply via email to

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