|
Index
C++ Code Documentation
gtk::widget1::Input
Derived from: gtk::widget1::InputCallback
File: WIDGET/gtk/widget1/Input.H
public:
- typedef InputCallback<A>::CallbackFnPtr CallbackFnPtr;
- Input( A *obj, CallbackFnPtr fn );
 | constructor | |
- virtual ~Input();
 | destructor | |
- void set( bool state );
protected:
private:
- bool _state;
- uint _tag;
- Input( Input const & );
 | disabled copy constructor | |
- Input &operator=( Input const & );
 | disabled assignment operator | |
|