ToolTipListBox.cpp

Go to the documentation of this file.
00001 
00010 #include "ToolTipListBox.h"
00011 
00012 BEGIN_EVENT_TABLE( ToolTipListBox, wxListBox)
00013 END_EVENT_TABLE() 
00021 ToolTipListBox::ToolTipListBox(wxWindow *parent, wxWindowID id,
00022             const wxPoint& pos,
00023             const wxSize& size,
00024             int n, const wxString choices[],
00025             long style,
00026             const wxValidator& validator,
00027             const wxString& name) :
00028             wxListBox(parent, id, pos, size, n, choices, style, validator, name)
00029 {
00030 }
00038 void ToolTipListBox::SetToolTip(
00040     const wxString &tip)
00041 {
00042     wxListBox::SetToolTip(tip);
00043 }
00051 wxToolTip* ToolTipListBox::GetToolTip() const
00052 {
00053     int x = 100;
00054     int y = x + 2;
00055     return NULL;
00056 }

Generated on Mon Nov 15 11:15:57 2010 for PublicKeyInfrastructureFramework(PKIF) by  doxygen 1.5.6