COIN-OR::LEMON - Graph Library

Changeset 1601:70d169a8313a in lemon-0.x for gui/main_win.cc


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

Tooltip should be turn up on CreateNode? tool.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/main_win.cc

    r1598 r1601  
    122122  pScrolledWindow->add(gd_canvas);
    123123  vbox.pack_start(*pScrolledWindow);
    124   //vbox.pack_start(gd_canvas);
     124
     125  tooltips.set_tip(*(uim->get_widget("/ToolBar/CreateNode")),"Create Node");
     126  tooltips.enable();
    125127
    126128  show_all_children();
Note: See TracChangeset for help on using the changeset viewer.