/[paragui]/paragui/src/core/pgnavigator.cpp
ViewVC logotype

Diff of /paragui/src/core/pgnavigator.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2.6.3 by braindead, Sat Jan 4 21:13:40 2003 UTC revision 1.2.6.3.2.1 by braindead, Tue Dec 2 15:27:58 2003 UTC
# Line 55  void PG_Navigator::Remove(PG_Widget* wid Line 55  void PG_Navigator::Remove(PG_Widget* wid
55          erase(i);          erase(i);
56  }  }
57    
58  bool PG_Navigator::Action(PG_ACTION action) {  bool PG_Navigator::Action(PG_Widget::KeyAction action) {
59          if(my_currentWidget == NULL) {          if(my_currentWidget == NULL) {
60                  return false;                  return false;
61          }          }
# Line 70  PG_Widget* PG_Navigator::Goto(PG_Widget* Line 70  PG_Widget* PG_Navigator::Goto(PG_Widget*
70                  return NULL;                  return NULL;
71          }          }
72    
73          Action(PG_ACT_DEACTIVATE);          Action(PG_Widget::ACT_DEACTIVATE);
74          my_currentWidget = widget;          my_currentWidget = widget;
75          Action(PG_ACT_ACTIVATE);          Action(PG_Widget::ACT_ACTIVATE);
76    
77          return my_currentWidget;          return my_currentWidget;
78  }  }

Legend:
Removed from v.1.2.6.3  
changed lines
  Added in v.1.2.6.3.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26