projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
change superflous elif to else
[wxWidgets.git]
/
include
/
wx
/
cocoa
/
textctrl.h
diff --git
a/include/wx/cocoa/textctrl.h
b/include/wx/cocoa/textctrl.h
index abca3292dbe9ff3675547effaa674e989b63206c..3746fc6a672755ee066805d24a35d7351cb012a5 100644
(file)
--- a/
include/wx/cocoa/textctrl.h
+++ b/
include/wx/cocoa/textctrl.h
@@
-4,9
+4,9
@@
// Author: David Elliott
// Modified by:
// Created: 2003/03/16
// Author: David Elliott
// Modified by:
// Created: 2003/03/16
-// RCS-ID: $Id:
+// RCS-ID: $Id:
// Copyright: (c) 2003 David Elliott
// Copyright: (c) 2003 David Elliott
-// Licence:
wxWindows licens
e
+// Licence:
wxWindows licenc
e
/////////////////////////////////////////////////////////////////////////////
#ifndef __WX_COCOA_TEXTCTRL_H__
/////////////////////////////////////////////////////////////////////////////
#ifndef __WX_COCOA_TEXTCTRL_H__
@@
-108,7
+108,7
@@
public:
virtual void SetInsertionPoint(long pos);
virtual void SetInsertionPointEnd();
virtual long GetInsertionPoint() const;
virtual void SetInsertionPoint(long pos);
virtual void SetInsertionPointEnd();
virtual long GetInsertionPoint() const;
- virtual
long
GetLastPosition() const;
+ virtual
wxTextPos
GetLastPosition() const;
virtual void SetSelection(long from, long to);
// virtual void SelectAll();
virtual void SetSelection(long from, long to);
// virtual void SelectAll();