Index

C++ Code Documentation

gtk::widget1::NumberWidget2

Derived from: gtk::widget0::Frame

Children: gtk::widget1::NumberWidget2Cb, gtk::widget1::NumberWidget2Float, gtk::widget1::NumberWidget2Int

File: WIDGET/gtk/widget1/NumberWidget2.H

public:
  • NumberWidget2( char const *frame_label, numberwidget_config const config[], uint count );
    constructor
  • virtual ~NumberWidget2();
    destructor
  • virtual void set( float const a[] );
  • virtual void set( int const a[] );
  • void get( float a[] ) const;
  • void get( int a[] ) const;
  • GtkAdjustment *adjustment(uint i);
  • void _connect( gpointer obj, GtkSignalFunc fn );
  • void _block( gpointer obj );
  • void _unblock( gpointer obj );
  • uint count() const;
  • void set_sensitive( bool state );
  • void set_sensitive( uint n, bool state );
protected:
private:
  • gtk::widget0::VBox *_vbox;
  • unsigned int _count;
  • NumberWidget **_numberwidget;
  • NumberWidget2( NumberWidget2 const & );
  • NumberWidget2 &operator=( NumberWidget2 const & );


gtk::widget1::NumberWidget2 GANG