aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/plugins/image.py3
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']