COIN-OR::LEMON - Graph Library

Changeset 154:65c1b103443d in glemon-0.x for main_win.h


Ignore:
Timestamp:
09/25/06 17:30:04 (18 years ago)
Author:
Hegyi Péter
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/glemon/trunk@2958
Message:

Node view

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main_win.h

    r119 r154  
    2121{
    2222  ///Container in which the menus and the notebook is.
    23   Gtk::VBox vbox;
     23  //Gtk::VBox vbox;
     24  Gtk::Table table;
     25  Gtk::Table table2;
     26
     27  ///Container in which the toolbar and the node parametrizer is.
     28  Gtk::HBox hbox;
     29
     30  ///Should nodes be autoscaled or not?
     31  Gtk::CheckButton * auto_scale;
     32
     33  ///Minimum and maximum node radius entry
     34  Gtk::SpinButton * radius_min, * radius_max, * radius_unit;
    2435
    2536  ///The notebook that has tabs (\ref NoteBookTab) with different graphs.
     
    222233  ///updates the title of window to the actually selected \ref NoteBookTab.
    223234  virtual void onChangeTab(GtkNotebookPage*, guint);
     235
     236  virtual void nodeViewChanged();
    224237};
    225238
Note: See TracChangeset for help on using the changeset viewer.