From d567bb12ad13fc7fe43bd3abfe827dd63e5fd772 Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Tue, 18 Jan 2011 21:14:44 +0100 Subject: [PATCH] more doc fixes --- openlp/core/lib/mediamanageritem.py | 4 ++++ openlp/core/lib/toolbar.py | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/openlp/core/lib/mediamanageritem.py b/openlp/core/lib/mediamanageritem.py index de2b2327c..bb98c9db8 100644 --- a/openlp/core/lib/mediamanageritem.py +++ b/openlp/core/lib/mediamanageritem.py @@ -168,6 +168,10 @@ class MediaManagerItem(QtGui.QWidget): ``slot`` The method to call when the button is clicked. + + ``checkable`` + If *True* the button has two, *off* and *on*, states. Default is + *False*, which means the buttons has only one state. """ # NB different order (when I broke this out, I didn't want to # break compatability), but it makes sense for the icon to diff --git a/openlp/core/lib/toolbar.py b/openlp/core/lib/toolbar.py index 93aed62e5..763e6bf67 100644 --- a/openlp/core/lib/toolbar.py +++ b/openlp/core/lib/toolbar.py @@ -69,8 +69,9 @@ class OpenLPToolbar(QtGui.QToolBar): ``slot`` The method to run when this button is clicked. - ``objectname`` - The name of the object, as used in `