|
Index
C++ Code Documentation
template <class A> gtk::widget1::NumberWidget2Callback
File: WIDGET/gtk/widget1/NumberWidget2Cb.H
public:
- typedef void (A::*WidgetCallbackFnPtr)();
- NumberWidget2Callback( NumberWidget2 *w, uint count, A *obj, WidgetCallbackFnPtr fn ) : _w(w), _count(count), _obj(obj), _fn(fn);
- void block();
- void unblock();
protected:
private:
- static void static_callback_fn( GtkWidget *, gpointer p );
 | static wrapper for the callback fn | |
- NumberWidget2 *_w;
- uint _count;
- A *_obj;
- WidgetCallbackFnPtr _fn;
|