Index

C++ Code Documentation

milieu::gtk::Background

Derived from: virtual ui::Background , protected gtk::Background_ , ::app::app::Dialog

Children: milieu::gtk::Ui

File: GEOM/milieu/gtk/Background.H

public:
  • Background(char const *title);
    constructor
  • virtual ~Background();
    destructor
  • virtual void raise_d( bool state = true );
    connector functions
  • virtual void show_d( bool state = true );
  • virtual void toggle_raise_show_d();
  • virtual void enable_tooltips_d( bool state = true );
  • virtual int key_press_event( uint key, uint state );
protected:
private:
  • virtual widget::ui::FloatSet *color_w();
    widgets
  • virtual void reset_cb();
    callbacks
  • virtual void bgcolor0_cb();
  • virtual void bgcolor1_cb();
  • virtual void bgcolor2_cb();
  • virtual void bgcolor3_cb();
  • virtual void color_cb();
  • virtual void image_cb();
  • Background( Background const & );
    disabled copy constructor
  • Background &operator=( Background const & );
    disabled assignment operator


milieu::gtk::Background GANG