aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2011-08-24 20:46:15 -0400
committerKen VanDine <ken.vandine@canonical.com>2011-08-24 20:46:15 -0400
commit9ceb41ac228d78973195973d65a1bccd4ea50f0d (patch)
tree91238ccdf2f336656583b8964e0d7d120de9ba22 /tests
parentcb4fecf5e6eec692069d4e2417f58a77d604887f (diff)
parentc2fe3f52956cf27d76cc7c6f1ca0e29937c66c82 (diff)
downloadlibdbusmenu-9ceb41ac228d78973195973d65a1bccd4ea50f0d.tar.gz
libdbusmenu-9ceb41ac228d78973195973d65a1bccd4ea50f0d.tar.bz2
libdbusmenu-9ceb41ac228d78973195973d65a1bccd4ea50f0d.zip
* New upstream release (0.4.91).
* Add in a property for setting the menuitem disposition * New upstream release (0.4.92). * Fix GTK 2 build for style properties * Fixed proxied menu events not getting returned (LP: #799878) * Removed debian/patches: * All upstream * debian/libdbusmenu-gtk4.symbols debian/libdbusmenu-gtk3-4.symbols - Added new symbols
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__"
+ }
+ ]
}
]