Remove FLTK_ABI_VERSION from all but *tree*.* and documentation.
Everything related to Fl_Tree and its test and demo programs has been
cleaned.
Documentation needs updates.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11428 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
@ -128,12 +128,8 @@ Fl_Table::Fl_Table(int X, int Y, int W, int H, const char *l) : Fl_Group(X,Y,W,H
@@ -128,12 +128,8 @@ Fl_Table::Fl_Table(int X, int Y, int W, int H, const char *l) : Fl_Group(X,Y,W,H
@ -736,9 +720,7 @@ int Fl_Table::handle(int event) {
@@ -736,9 +720,7 @@ int Fl_Table::handle(int event) {
int_event_x=Fl::event_x();
int_event_y=Fl::event_y();
int_event_key=Fl::event_key();
#if FLTK_ABI_VERSION >= 10303
int_event_state=Fl::event_state();
#endif
Fl_Widget*_focus=Fl::focus();
switch(event){
caseFL_PUSH:
@ -1036,7 +1018,6 @@ int Fl_Table::handle(int event) {
@@ -1036,7 +1018,6 @@ int Fl_Table::handle(int event) {
ret=move_cursor(1,0);
break;
caseFL_Tab:
#if FLTK_ABI_VERSION >= 10303
if(!tab_cell_nav())break;// not navigating cells? let fltk handle it (STR#2862)
if(_event_state&FL_SHIFT){
ret=move_cursor(0,-1,0);// shift-tab -> left
@ -1044,9 +1025,6 @@ int Fl_Table::handle(int event) {
@@ -1044,9 +1025,6 @@ int Fl_Table::handle(int event) {
ret=move_cursor(0,1,0);// tab -> right
}
break;
#else
break;// without tab_cell_nav(), Fl_Table should default to navigating widgets, not cells
#endif
}
if(ret&&Fl::focus()!=this){
do_callback(CONTEXT_TABLE,-1,-1);
@ -1168,13 +1146,7 @@ void Fl_Table::set_selection(int row_top, int col_left, int row_bot, int col_rig
@@ -1168,13 +1146,7 @@ void Fl_Table::set_selection(int row_top, int col_left, int row_bot, int col_rig
@ -171,14 +171,12 @@ Fl_Text_Display::Fl_Text_Display(int X, int Y, int W, int H, const char* l)
@@ -171,14 +171,12 @@ Fl_Text_Display::Fl_Text_Display(int X, int Y, int W, int H, const char* l)