1 // =============================================================================
2 // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 // Copyright (C) 2010 - DIGITEO - Vincent COUVERT
5 // This file is distributed under the same license as the Scilab package.
6 // =============================================================================
8 // <-- Non-regression test for bug 7367 -->
9 // <-- TEST WITH GRPAHIC -->
11 // <-- Bugzilla URL -->
12 // http://bugzilla.scilab.org/show_bug.cgi?id=7367
14 // <-- Short Description -->
15 // uimenu properties display was not consistent.
16 // Create a menu and display its properties value
17 // Do not remove display since it is used to compare with .dia.ref file
18 mymenu = uimenu(gcf(),"Label","Test") // Do not had a semi-colon here
21 Handle of type "uimenu" with properties:
22 ========================================
26 Foregroundcolor = [0,0,0]