PyKDE - Python Bindings for KDE
class KTextEdit
Table of contents
Modules
tdeui Classes
All Classes
Module
tdeui
Class
KTextEdit
Inherits
TQTextEdit
methods
KTextEdit
(text, context = TQString .null, parent = 0, name = 0)
returns
a KTextEdit instance
In versions KDE 3.1.0 and above only
Argument
Type
Default
text
TQString
context
TQString
TQString .null
parent
TQWidget
0
name
char
0
KTextEdit
(parent = 0, name = 0)
returns
a KTextEdit instance
In versions KDE 3.1.0 and above only
Argument
Type
Default
parent
TQWidget
0
name
char
0
checkSpelling
()
returns
nothing
In versions KDE 3.2.0 and above only
checkSpellingEnabled
()
returns
(bool)
In versions KDE 3.2.0 and above only
contentsWheelEvent
(a0)
returns
nothing
In versions KDE 3.1.0 and above only
Argument
Type
Default
a0
TQWheelEvent
createPopupMenu
(pos)
returns
(TQPopupMenu)
In versions KDE 3.2.0 and above only
Argument
Type
Default
pos
TQPoint
createPopupMenu
()
returns
(TQPopupMenu)
In versions KDE 3.2.0 and above only
deleteWordBack
()
returns
nothing
In versions KDE 3.1.0 and above only
deleteWordForward
()
returns
nothing
In versions KDE 3.1.0 and above only
focusInEvent
(a0)
returns
nothing
In versions KDE 3.2.0 and above only
Argument
Type
Default
a0
TQFocusEvent
highLightWord
(length, pos)
returns
nothing
In versions KDE 3.2.0 and above only
Argument
Type
Default
length
uint
pos
uint
keyPressEvent
(a0)
returns
nothing
In versions KDE 3.1.0 and above only
Argument
Type
Default
a0
TQKeyEvent
setCheckSpellingEnabled
(check)
returns
nothing
In versions KDE 3.2.0 and above only
Argument
Type
Default
check
bool
setPalette
(palette)
returns
nothing
In versions KDE 3.1.1 and above only
Argument
Type
Default
palette
TQPalette
setReadOnly
(readOnly)
returns
nothing
In versions KDE 3.1.0 and above only
Argument
Type
Default
readOnly
bool
virtual_hook
(id, data)
Not Implemented