Public Member Functions | |
Binding () | |
Constructor. | |
virtual | ~Binding () |
Destructor. | |
virtual void | unbind (wxWindow *w)=0 |
Remove wxWindow from control of Binding object. |
wxPg::Binding::Binding | ( | ) | [inline] |
Constructor.
virtual wxPg::Binding::~Binding | ( | ) | [inline, virtual] |
Destructor.
virtual void wxPg::Binding::unbind | ( | wxWindow * | w | ) | [pure virtual] |
Remove wxWindow from control of Binding object.
w | - widget to be removed. |
Implemented in wxPg::List_binding, and wxPg::Row_binding.