~ubuntu-branches/ubuntu/oneiric/libdbusmenu/oneiric

« back to all changes in this revision

Viewing changes to tests/test-gtk-label.json

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine, Ted Gould, Ken VanDine
  • Date: 2011-08-24 20:22:14 UTC
  • mfrom: (1.1.51 upstream)
  • Revision ID: james.westby@ubuntu.com-20110824202214-niqpb3vmy6ljn1xp
Tags: 0.4.92-0ubuntu1
[ Ted Gould ]
* New upstream release (0.4.92).
  * Add in a property for setting the menuitem disposition
  * Fix GTK 2 build for style properties
  * Fixed proxied menu events not getting returned (LP: #799878)
* Removed debian/patches:
  * All upstream

[ Ken VanDine ]
* debian/libdbusmenu-gtk4.symbols debian/libdbusmenu-gtk3-4.symbols
  - Added new symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
367
367
                 "toggle-state": -1
368
368
                 }
369
369
         ]
 
370
        },
 
371
        {"id": 1, "type": "standard",
 
372
         "label": "value1",
 
373
         "submenu": [
 
374
                {"id": 60,
 
375
                 "label": "Disposition Normal",
 
376
                 "disposition": "normal"
 
377
                 },
 
378
                {"id": 61,
 
379
                 "label": "Disposition Info",
 
380
                 "disposition": "informational"
 
381
                 },
 
382
                {"id": 62,
 
383
                 "label": "Disposition Warning",
 
384
                 "disposition": "warning"
 
385
                 },
 
386
                {"id": 63,
 
387
                 "label": "Disposition Alert",
 
388
                 "disposition": "alert"
 
389
                 }
 
390
         ]
 
391
        },
 
392
        {"id": 1, "type": "standard",
 
393
         "label": "value1",
 
394
         "submenu": [
 
395
                {"id": 70,
 
396
                 "label": "_Mnemonic"
 
397
                 },
 
398
                {"id": 71,
 
399
                 "label": "M_nemonic"
 
400
                 },
 
401
                {"id": 72,
 
402
                 "label": "Mn_emonic"
 
403
                 },
 
404
                {"id": 73,
 
405
                 "label": "Mne_monic"
 
406
                 },
 
407
                {"id": 74,
 
408
                 "label": "Mnem_onic"
 
409
                 },
 
410
                {"id": 75,
 
411
                 "label": "Mnemo_nic"
 
412
                 },
 
413
                {"id": 76,
 
414
                 "label": "Mnemon_ic"
 
415
                 },
 
416
                {"id": 77,
 
417
                 "label": "Mnemoni_c"
 
418
                 },
 
419
                {"id": 78,
 
420
                 "label": "__Underline__"
 
421
                 }
 
422
         ]
370
423
        }
371
424
]