Index

C++ Code Documentation

widget::ui::Choice

Derived from: widget::ui::virtual Widget

Children: gtk::widget0::Notebook, gtk::widget1::ButtonBar, gtk::widget1::MenuButton

File: WIDGET/widget/ui/Choice.H

public:
  • Choice();
    constructor
  • virtual ~Choice();
    destructor
  • virtual void set( uint a ) = 0;
  • virtual void set_blocked( uint a );
  • virtual uint get() const = 0;
  • virtual bool showing( uint a ) const = 0;
    virtual bool showing() const { return Widget::showing(); }
  • virtual void show( uint a, bool state ) = 0;
    virtual void set_sensitive( bool state = true ) { Widget::set_sensitive(state); }
  • virtual void set_sensitive( uint a, bool state = true ) = 0;
protected:
private:
  • Choice( Choice const & );
    disabled copy constructor
  • Choice &operator=( Choice const & );
    disabled assignment operator


widget::ui::Choice GANG