Mercurial > hg > octave-nkf
annotate scripts/path/module.mk @ 20263:ac59136f1f10
update fltk uimenu position when adding to figure
* libinterp/dldfcn/__init_fltk__.cc
(fltk_uimenu::update_position): new function
(fltk_uimenu::add_to_menu): delay creating menus with pos <= 0, assign position value based on number of menus created.
* scripts/gui/uimenu.m:
assert position of 0 instead of 9
author | John Donoghue <john.donoghue@ieee.org> |
---|---|
date | Wed, 08 Apr 2015 21:07:04 -0400 |
parents | bb8d3f17248d |
children | fa9fa6ab76f0 |
rev | line source |
---|---|
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
1 FCN_FILE_DIRS += path |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
2 |
19530
bb8d3f17248d
Overhaul savepath.m, pathdef.m, matlabroot.m.
Rik <rik@octave.org>
parents:
9906
diff
changeset
|
3 path_PRIVATE_FCN_FILES = \ |
bb8d3f17248d
Overhaul savepath.m, pathdef.m, matlabroot.m.
Rik <rik@octave.org>
parents:
9906
diff
changeset
|
4 path/private/getsavepath.m |
bb8d3f17248d
Overhaul savepath.m, pathdef.m, matlabroot.m.
Rik <rik@octave.org>
parents:
9906
diff
changeset
|
5 |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
6 path_FCN_FILES = \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
7 path/matlabroot.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
8 path/pathdef.m \ |
19530
bb8d3f17248d
Overhaul savepath.m, pathdef.m, matlabroot.m.
Rik <rik@octave.org>
parents:
9906
diff
changeset
|
9 path/savepath.m \ |
bb8d3f17248d
Overhaul savepath.m, pathdef.m, matlabroot.m.
Rik <rik@octave.org>
parents:
9906
diff
changeset
|
10 $(path_PRIVATE_FCN_FILES) |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
11 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
12 FCN_FILES += $(path_FCN_FILES) |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
13 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
14 PKG_ADD_FILES += path/PKG_ADD |
9906 | 15 |
16 DIRSTAMP_FILES += path/$(octave_dirstamp) |