comparison libinterp/corefcn/graphics.in.h @ 19630:0e1f5a750d00

maint: Periodic merge of gui-release to default.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:24:46 -0500
parents 68db8396c378 fe689210525c
children db92e7e28e1f
comparison
equal deleted inserted replaced
19626:37d37297acf8 19630:0e1f5a750d00
5476 protected: 5476 protected:
5477 void init (void) 5477 void init (void)
5478 { 5478 {
5479 position.add_constraint (dim_vector (1, 4)); 5479 position.add_constraint (dim_vector (1, 4));
5480 } 5480 }
5481 5481
5482 void update_units (const caseless_str& old_units); 5482 void update_units (const caseless_str& old_units);
5483 void update_fontunits (const caseless_str& old_units); 5483 void update_fontunits (const caseless_str& old_units);
5484 5484
5485 }; 5485 };
5486 5486