Main Page   Class Hierarchy   Compound List   File List   Compound Members  

copylist.h

00001 #ifndef COPYLIST_H
00002 #define COPYLIST_H
00003 
00004 #ifdef __GNUG__
00005 #pragma interface
00006 #endif
00007 
00008 #include "wxwin.h"
00009 #include <wx/clipbrd.h>
00010 
00013 
00014 
00015 class CopywxListBox: public wxListBox
00016 
00017 {
00018 
00019 public:
00020 
00021         CopywxListBox(wxWindow* parent,wxWindowID id,const wxPoint& pos,const wxSize& size,
00022                   int n,const wxString choices[],long style);
00023 
00024    void OnMouseRightDown(class wxMouseEvent &);
00025    void CopySel(class wxCommandEvent &event);
00026    void CopyAll(class wxCommandEvent &event);
00027    wxMenu* m_mousemenu;                                         // the floating menu
00028 
00029    // Declare used events.
00030    DECLARE_EVENT_TABLE()
00031 
00032 };
00033 #endif
copylist.h Source File -- Thu Nov 28 21:24:56 2002 -- 28 Nov 2002 -- 1.2.18 -- -- . -- Main Page