comparison src/graphics.h.in @ 7902:c51ae36fcbce

graphics.h.in (axes::properties::keypos): Declare as any_property instead of double_property
author John W. Eaton <jwe@octave.org>
date Tue, 08 Jul 2008 14:22:08 -0400
parents b1823dfd6ec7
children 78400fde223e
comparison
equal deleted inserted replaced
7901:3e4c9b69069d 7902:c51ae36fcbce
2596 array_property position u , default_axes_position () 2596 array_property position u , default_axes_position ()
2597 mutable handle_property title GSO , graphics_handle () 2597 mutable handle_property title GSO , graphics_handle ()
2598 bool_property box , "on" 2598 bool_property box , "on"
2599 bool_property key , "off" 2599 bool_property key , "off"
2600 bool_property keybox , "off" 2600 bool_property keybox , "off"
2601 double_property keypos , 1 2601 any_property keypos , 1
2602 array_property colororder , default_colororder () 2602 array_property colororder , default_colororder ()
2603 array_property dataaspectratio m , Matrix (1, 3, 1.0) 2603 array_property dataaspectratio m , Matrix (1, 3, 1.0)
2604 radio_property dataaspectratiomode , "{auto}|manual" 2604 radio_property dataaspectratiomode , "{auto}|manual"
2605 radio_property layer , "{bottom}|top" 2605 radio_property layer , "{bottom}|top"
2606 row_vector_property xlim mu , default_lim () 2606 row_vector_property xlim mu , default_lim ()