GRAPHICS: MACGUI: Event processing code for text selection in MacTextWindow
This commit is contained in:
parent
20734108e3
commit
c25a26d11c
4 changed files with 73 additions and 0 deletions
|
@ -445,4 +445,8 @@ void MacText::removeLastLine() {
|
|||
_textMaxHeight -= h;
|
||||
}
|
||||
|
||||
void MacText::getRowCol(int x, int y, int *col, int *row) {
|
||||
warning("getRowCol(%d, %d, ...)", x, y);
|
||||
}
|
||||
|
||||
} // End of namespace Graphics
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue