diff options
author | Ted Gould <ted@gould.cx> | 2011-08-24 15:55:17 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-08-24 15:55:17 -0500 |
commit | f680665fb387e01302d6abcf3a5b4ad90001afd7 (patch) | |
tree | a5c39c7410cc35c429f7bc5b35879fd64c2242d6 /tests | |
parent | 2f1adbf33420ba6c79a99938af18f9d7c4ec3484 (diff) | |
parent | 58f1096d527e4b46a9e39f641d399fbcaaabd47d (diff) | |
download | libdbusmenu-f680665fb387e01302d6abcf3a5b4ad90001afd7.tar.gz libdbusmenu-f680665fb387e01302d6abcf3a5b4ad90001afd7.tar.bz2 libdbusmenu-f680665fb387e01302d6abcf3a5b4ad90001afd7.zip |
Import upstream version 0.4.91
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__" + } + ] } ] |