main_win.h
changeset 156 c5cdf6690cdf
parent 154 65c1b103443d
child 157 7e6ad28aeb9e
equal deleted inserted replaced
23:c0cc3277d716 24:6b2c77804331
    27   ///Container in which the toolbar and the node parametrizer is.
    27   ///Container in which the toolbar and the node parametrizer is.
    28   Gtk::HBox hbox;
    28   Gtk::HBox hbox;
    29 
    29 
    30   ///Should nodes be autoscaled or not?
    30   ///Should nodes be autoscaled or not?
    31   Gtk::CheckButton * auto_scale;
    31   Gtk::CheckButton * auto_scale;
       
    32 
       
    33   ///Should node size track zoom factor?
       
    34   Gtk::CheckButton * zoom_track;
    32 
    35 
    33   ///Minimum and maximum node radius entry
    36   ///Minimum and maximum node radius entry
    34   Gtk::SpinButton * radius_min, * radius_max, * radius_unit;
    37   Gtk::SpinButton * radius_min, * radius_max, * radius_unit;
    35 
    38 
    36   ///The notebook that has tabs (\ref NoteBookTab) with different graphs.
    39   ///The notebook that has tabs (\ref NoteBookTab) with different graphs.