changeset 13307:cbdefe0ec514

Add __object__ property to uimenu. * graphics.h.in (uimenu::properties::__object__): New property.
author Michael Goffioul <michael.goffioul@gmail.com>
date Mon, 10 Oct 2011 10:27:12 +0100
parents ad9b78544a22
children 9a83ec29aec9
files src/graphics.h.in
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/graphics.h.in	Sun Oct 09 12:58:59 2011 -0700
+++ b/src/graphics.h.in	Mon Oct 10 10:27:12 2011 +0100
@@ -4573,6 +4573,7 @@
     // properties declarations.
 
     BEGIN_PROPERTIES (uimenu)
+      any_property __object__ , Matrix ()
       string_property accelerator , ""
       callback_property callback , Matrix()
       bool_property checked , "off"