|
Index
C++ Code Documentation
app::gtk::Shortcut_
File: WIDGET/app/gtk/Shortcut_.H
public:
- Shortcut_();
- virtual ~Shortcut_();
- void enable_tooltips( bool state );
protected:
- ::gtk::widget0::Widget *main_widget();
- ::gtk::widget0::HBox *_hbox1_w;
 | widgets | |
- ::gtk::widget0::Label *_label1_w;
- ::gtk::widget0::Label *_label2_w;
private:
- void set_tooltip( ::gtk::widget0::Widget *w, char const *text );
 | callbacks | |
- ::gtk::widget0::Tooltips *_tooltips;
- Shortcut_( Shortcut_ const & );
 | disabled copy constructor | |
- Shortcut_ &operator=( Shortcut_ const & );
 | disabled assignment operator | |
|