paragui-cvs
[Top][All Lists]
Advanced

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

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


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/include pgpopupmenu.h,1.3,1.3.6.1
Date: Thu, 30 May 2002 09:54:51 -0400

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

Modified Files:
      Tag: devel-1-0
        pgpopupmenu.h 
Log Message:
added functions to add callback handlers to existing menu items
Thanks John Rainey <address@hidden>


Index: pgpopupmenu.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/pgpopupmenu.h,v
retrieving revision 1.3
retrieving revision 1.3.6.1
diff -C2 -r1.3 -r1.3.6.1
*** pgpopupmenu.h       15 Apr 2002 13:35:35 -0000      1.3
--- pgpopupmenu.h       30 May 2002 13:54:47 -0000      1.3.6.1
***************
*** 249,252 ****
--- 249,256 ----
        PG_PopupMenu& addSeparator();
  
+       bool SetMenuItemHandler(int id,MSG_CALLBACK handler,void *data);
+ 
+       bool SetMenuItemEventObject(int id,PG_EventObject* calledobj, 
MSG_CALLBACK_OBJ cbfunc, void *clientdata);
+ 
        inline int maxItemWidth() const;
  




reply via email to

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