aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-08-24 15:56:22 -0500
committerTed Gould <ted@gould.cx>2011-08-24 15:56:22 -0500
commit7fa57530eacea8ffe878782a7d01fd03f4f061bd (patch)
tree6d3726a4272558cd02dd82c066843b4e062f89e0 /tests
parent97d93f51f464eb88bdf46c902d5be61a0cae41bb (diff)
parentf680665fb387e01302d6abcf3a5b4ad90001afd7 (diff)
downloadlibdbusmenu-7fa57530eacea8ffe878782a7d01fd03f4f061bd.tar.gz
libdbusmenu-7fa57530eacea8ffe878782a7d01fd03f4f061bd.tar.bz2
libdbusmenu-7fa57530eacea8ffe878782a7d01fd03f4f061bd.zip
* New upstream release.
* Add in a property for setting the menuitem disposition
Diffstat (limited to 'tests')
-rw-r--r--tests/test-gtk-label.json53
1 files changed, 53 insertions, 0 deletions
diff --git a/tests/test-gtk-label.json b/tests/test-gtk-label.json
index 0189fbe..86d18e8 100644
--- a/tests/test-gtk-label.json
+++ b/tests/test-gtk-label.json
@@ -367,5 +367,58 @@ QmCC",
"toggle-state": -1
}
]
+ },
+ {"id": 1, "type": "standard",
+ "label": "value1",
+ "submenu": [
+ {"id": 60,
+ "label": "Disposition Normal",
+ "disposition": "normal"
+ },
+ {"id": 61,
+ "label": "Disposition Info",
+ "disposition": "informational"
+ },
+ {"id": 62,
+ "label": "Disposition Warning",
+ "disposition": "warning"
+ },
+ {"id": 63,
+ "label": "Disposition Alert",
+ "disposition": "alert"
+ }
+ ]
+ },
+ {"id": 1, "type": "standard",
+ "label": "value1",
+ "submenu": [
+ {"id": 70,
+ "label": "_Mnemonic"
+ },
+ {"id": 71,
+ "label": "M_nemonic"
+ },
+ {"id": 72,
+ "label": "Mn_emonic"
+ },
+ {"id": 73,
+ "label": "Mne_monic"
+ },
+ {"id": 74,
+ "label": "Mnem_onic"
+ },
+ {"id": 75,
+ "label": "Mnemo_nic"
+ },
+ {"id": 76,
+ "label": "Mnemon_ic"
+ },
+ {"id": 77,
+ "label": "Mnemoni_c"
+ },
+ {"id": 78,
+ "label": "__Underline__"
+ }
+ ]
}
]