diff options
author | Ted Gould <ted@gould.cx> | 2011-08-23 09:48:01 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-08-23 09:48:01 -0500 |
commit | 8d7eacc9a7497555fbabdb4c8f7d076b057a76ac (patch) | |
tree | b13c5aff3056e791c865bdc7e95b3b85a0e8c8f5 /tests | |
parent | e49f5959b14893214e3e37fe7e7c468664a85631 (diff) | |
parent | 6735be264a1faf2d589e0a1523b6476face95c91 (diff) | |
download | libdbusmenu-8d7eacc9a7497555fbabdb4c8f7d076b057a76ac.tar.gz libdbusmenu-8d7eacc9a7497555fbabdb4c8f7d076b057a76ac.tar.bz2 libdbusmenu-8d7eacc9a7497555fbabdb4c8f7d076b057a76ac.zip |
Add in a disposition for menuitems
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-gtk-label.json | 53 |
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__" + } + ] } ] |