|
Contents | Previous | Next | Subchapters |
popupspace
"popupmenu" control.
This is the difference between the space reserved for the control
in the call to addcontrol
and the space available for
each line of the menu in the control.
It is returned as a two element integer row vector with the first element
corresponding to the width and the second element corresponding to the
height.
This is defined in the include file
guisize.oms
guisize.oms has not yet been included,
enter the command
include guisize.oms
If you enter
popupspace
O-Matrix will respond
[30, 10]
which is current difference.
It is better to use this function instead of the values directly incase
these values change in a future version of O-Matrix.