PyKDE - Python Bindings for KDE
class KMenuBar
Table of contents
Modules
tdeui Classes
All Classes
Module
tdeui
Class
KMenuBar
Inherits
QMenuBar
methods
KMenuBar
(parent = 0, name = 0)
returns
a KMenuBar instance
Argument
Type
Default
parent
QWidget
0
name
char
0
closeEvent
(a0)
returns
nothing
In versions KDE 3.2.3 and above only
Argument
Type
Default
a0
QCloseEvent
drawContents
(a0)
returns
nothing
In versions KDE 3.3.0 and above only
Argument
Type
Default
a0
QPainter
eventFilter
(a0, a1)
returns
(bool)
In versions KDE 3.1.0 and above only
Argument
Type
Default
a0
QObject
a1
QEvent
isTopLevelMenu
()
returns
(bool)
resize
(w, h)
returns
nothing
In versions KDE 3.2.0 and above only
Argument
Type
Default
w
int
h
int
resize
(s)
returns
nothing
In versions KDE 3.2.0 and above only
Argument
Type
Default
s
QSize
resizeEvent
(a0)
returns
nothing
In versions KDE 3.1.0 and above only
Argument
Type
Default
a0
QResizeEvent
setFrameStyle
(a0)
returns
nothing
In versions KDE 3.2.0 and above only
Argument
Type
Default
a0
int
setGeometry
(r)
returns
nothing
In versions KDE 3.1.0 and above only
Argument
Type
Default
r
QRect
setGeometry
(x, y, w, h)
returns
nothing
Argument
Type
Default
x
int
y
int
w
int
h
int
setLineWidth
(a0)
returns
nothing
In versions KDE 3.2.0 and above only
Argument
Type
Default
a0
int
setMargin
(a0)
returns
nothing
In versions KDE 3.2.0 and above only
Argument
Type
Default
a0
int
setTopLevelMenu
(top_level = 1)
returns
nothing
Argument
Type
Default
top_level
bool
1
show
()
returns
nothing
showEvent
(a0)
returns
nothing
In versions KDE 3.1.0 and above only
Argument
Type
Default
a0
QShowEvent
sizeHint
()
returns
(QSize)
In versions KDE 3.4.0 and above only
slotReadConfig
()
returns
nothing
x11Event
(a0)
Not Implemented