Contents | Index | < Browse | Browse >


WinSmall L T W H

Specifies the position and size of the window, when the user clicks
on the window's zoom gadget - you don't have to declare it.

L T W H are the sizes - there are the following weird values you can
also use.

Left   => if -1 then the small window will be placed flush to the right
          side of the screen.

Top    => if -1 it will be placed under the screen bar
          if -2 it will be placed at the bottom of the screen

Width  => if -1 the window will be wide enough to fit the title.

Height => if < 0 the height will be the size of the Screen title bar.
          This size is also the minimum size it will ever be.

The default size, if you do not declare a winsmall command, is :

        0, -1, 150, -1