COIN-OR::LEMON - Graph Library

Changeset 1594:0bd9e53c8b28 in lemon-0.x for gui/map_win.cc


Ignore:
Timestamp:
07/27/05 12:47:38 (19 years ago)
Author:
Hegyi Péter
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2098
Message:

Documentation was added to GUI.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/map_win.cc

    r1592 r1594  
    260260    e_combo_array[i].set_popdown_strings(listStrings);
    261261  }
     262  //setting text property for the new map
    262263  Gtk::Entry* entry = e_combo_array[E_TEXT].get_entry();
    263264  entry->set_text((Glib::ustring)newmapname);
     
    273274    n_combo_array[i].set_popdown_strings(listStrings);
    274275  }
     276  //setting text property for the new map
    275277  Gtk::Entry* entry = n_combo_array[N_TEXT].get_entry();
    276278  entry->set_text((Glib::ustring)newmapname);
Note: See TracChangeset for help on using the changeset viewer.