summaryrefslogtreecommitdiff
path: root/FL/Fl_Table.H
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2010-10-26 11:30:58 +0000
committerGreg Ercolano <erco@seriss.com>2010-10-26 11:30:58 +0000
commite831cf9dcf7681ae66746298f6106c005849b7a2 (patch)
tree8a6aae7d3989703c6a39e58d40d0971c7f6cab1f /FL/Fl_Table.H
parent347007964e5e0a131afa34bff3061dcafe24f021 (diff)
doxygen fixes:
o Docs added for set_selection(), get_selection(), is_selected() o Renamed confusing variable names for get/set selection functions. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7751 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Table.H')
-rw-r--r--FL/Fl_Table.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Table.H b/FL/Fl_Table.H
index 62ce275cc..0241389f4 100644
--- a/FL/Fl_Table.H
+++ b/FL/Fl_Table.H
@@ -816,8 +816,8 @@ public:
return(row_position());
}
int is_selected(int r, int c); // selected cell
- void get_selection(int& s_top, int& s_left, int& s_bottom, int& s_right);
- void set_selection(int s_top, int s_left, int s_bottom, int s_right);
+ void get_selection(int &row_top, int &col_left, int &row_bot, int &col_right);
+ void set_selection(int row_top, int col_left, int row_bot, int col_right);
int move_cursor(int R, int C);
/**