comparison libinterp/corefcn/graphics.in.h @ 20045:ae12edf69bce

Set default uimenu position property to 0 (Bug #44770) * libinterp/corefcn/graphics.in.h: set postion property from 9 to 0
author John Donoghue
date Wed, 08 Apr 2015 09:37:59 -0400
parents 3f461c2b990e
children 10600b2dd3c1
comparison
equal deleted inserted replaced
20044:49df5054c02e 20045:ae12edf69bce
5314 callback_property callback , Matrix () 5314 callback_property callback , Matrix ()
5315 bool_property checked , "off" 5315 bool_property checked , "off"
5316 bool_property enable , "on" 5316 bool_property enable , "on"
5317 color_property foregroundcolor , color_values (0, 0, 0) 5317 color_property foregroundcolor , color_values (0, 0, 0)
5318 string_property label , "" 5318 string_property label , ""
5319 double_property position , 9 5319 double_property position , 0
5320 bool_property separator , "off" 5320 bool_property separator , "off"
5321 // Octave-specific properties 5321 // Octave-specific properties
5322 string_property fltk_label h , "" 5322 string_property fltk_label h , ""
5323 END_PROPERTIES 5323 END_PROPERTIES
5324 5324