main_win.h
changeset 158 aa50a64b3a6e
parent 156 c5cdf6690cdf
child 160 14a76109b561
equal deleted inserted replaced
24:6b2c77804331 25:0396162b2dd8
    32 
    32 
    33   ///Should node size track zoom factor?
    33   ///Should node size track zoom factor?
    34   Gtk::CheckButton * zoom_track;
    34   Gtk::CheckButton * zoom_track;
    35 
    35 
    36   ///Minimum and maximum node radius entry
    36   ///Minimum and maximum node radius entry
    37   Gtk::SpinButton * radius_min, * radius_max, * radius_unit;
    37   Gtk::SpinButton * radius_size, * edge_width;
    38 
    38 
    39   ///The notebook that has tabs (\ref NoteBookTab) with different graphs.
    39   ///The notebook that has tabs (\ref NoteBookTab) with different graphs.
    40   Gtk::Notebook notebook;
    40   Gtk::Notebook notebook;
    41 
    41 
    42   ///The tool selected to manipulate graph.
    42   ///The tool selected to manipulate graph.