COIN-OR::LEMON - Graph Library

Changeset 1592:4708b716d2f4 in lemon-0.x for gui/map_win.cc


Ignore:
Timestamp:
07/26/05 23:19:41 (19 years ago)
Author:
Hegyi Péter
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2096
Message:

EdgeMap? and NodeMap? creation is done, at last. Bach 4ever.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/map_win.cc

    r1589 r1592  
    266266void MapWin::registerNewNodeMap(std::string newmapname)
    267267{
    268   for(int i=0;i<EDGE_PROPERTY_NUM;i++)
     268  for(int i=0;i<NODE_PROPERTY_NUM;i++)
    269269  {
    270270    //filling in combo box with choices
     
    273273    n_combo_array[i].set_popdown_strings(listStrings);
    274274  }
    275 }
     275  Gtk::Entry* entry = n_combo_array[N_TEXT].get_entry();
     276  entry->set_text((Glib::ustring)newmapname);
     277}
Note: See TracChangeset for help on using the changeset viewer.