diff libinterp/corefcn/graphics.in.h @ 19021:9609f345823e

Implement figure property SelectionType for FLTK * graphics.in.h: Rename "alt" to "alternate" for Matlab compatibility * __init_fltk__.cc: Add selectiontype implementation * plot.txi: Add documentation for selectiontype
author Andreas Weber <andy.weber.aw@gmail.com>
date Sun, 17 Aug 2014 23:34:16 +0200
parents a30e1d20fd3c
children 4c59f69fa52c
line wrap: on
line diff
--- a/libinterp/corefcn/graphics.in.h	Sun Aug 17 22:34:37 2014 +0200
+++ b/libinterp/corefcn/graphics.in.h	Sun Aug 17 23:34:16 2014 +0200
@@ -3369,7 +3369,7 @@
       radio_property renderermode , "{auto}|manual"
       bool_property resize , "on"
       callback_property resizefcn , Matrix ()
-      radio_property selectiontype , "{normal}|open|alt|extend"
+      radio_property selectiontype , "{normal}|open|alternate|extend"
       radio_property toolbar , "none|{auto}|figure"
       radio_property units Su , "inches|centimeters|normalized|points|{pixels}|characters"
       callback_property windowbuttondownfcn , Matrix ()