COIN-OR::LEMON - Graph Library

Changeset 30:f70bbee5350a in glemon-0.x for edit_win.h


Ignore:
Timestamp:
06/29/05 17:41:33 (19 years ago)
Author:
Hegyi Péter
Branch:
gui
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk/gui@2010
Message:

Function names are corrected according to naming conventions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • edit_win.h

    r12 r30  
    3030  EditWin(const std::string& title, GraphDisplayerCanvas &);
    3131
    32   virtual bool close_if_escape_is_pressed(GdkEventKey*);
     32  virtual bool closeIfEscapeIsPressed(GdkEventKey*);
    3333
    3434  ///Callback function in case of button pression.
Note: See TracChangeset for help on using the changeset viewer.