COIN-OR::LEMON - Graph Library

Changeset 4:e099638ff236 in glemon-0.x for map_win.cc


Ignore:
Timestamp:
05/27/05 12:34:20 (19 years ago)
Author:
Hegyi Péter
Branch:
gui
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk/gui@1915
Message:

Small documentation is added to GUI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • map_win.cc

    r1 r4  
    44MapWin::MapWin(const std::string& title, MapStorage & mapst, GraphDisplayerCanvas & grdispc):gdc(grdispc),ms(mapst)
    55{
     6
     7  //most nem kommentezem fel, mert ugyis valtozik
     8
    69  set_title(title);
    710  set_default_size(400, 200);
     
    8992void MapWin::radio_click(int prop, int actpos)
    9093{
     94
     95  //most nem kommentezem fel, mert ugyis valtozik
     96
    9197  if(rb_array[prop][actpos].get_active())
    9298  {
Note: See TracChangeset for help on using the changeset viewer.