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.4,1.5


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/widgets pgdropdown.cpp,1.4,1.5
Date: Tue, 30 Apr 2002 10:07:21 -0400

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

Modified Files:
        pgdropdown.cpp 
Log Message:
moved functions and data members to PG_Application



Index: pgdropdown.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/widgets/pgdropdown.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** pgdropdown.cpp      27 Apr 2002 11:57:23 -0000      1.4
--- pgdropdown.cpp      30 Apr 2002 14:07:19 -0000      1.5
***************
*** 137,144 ****
        my_DropList->Hide();
  
-       if(GetParent()) {
-               GetParent()->RemoveChild(my_DropList);
-       }
- 
        return sigSelectItem(item, item->GetUserData());
  }
--- 137,140 ----




reply via email to

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