|
Index
C++ Code Documentation
template <class A> gtk::widget1::MenuButtonCallback
File: WIDGET/gtk/widget1/MenuButtonCb.H
public:
- typedef void (A::*CallbackFnPtr)();
- MenuButtonCallback( MenuButton *w, uint count, A *obj, CallbackFnPtr 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 | |
- MenuButton *_w;
- uint _count;
- A *_obj;
- CallbackFnPtr _fn;
|