diff options
-rw-r--r-- | src/plugins/image.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/image.py b/src/plugins/image.py index 187d005..20511e5 100644 --- a/src/plugins/image.py +++ b/src/plugins/image.py @@ -21,6 +21,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. class Image: ''' Images and icons + + @variable width:int The width of the image + @variable height:int The height of the image ''' theme_preferences = ['hicolor', ..., 'ContrastHigh'] |