Arthur Schwarz wrote:
As a separate note to Robert May, it appears that the following constants are missing from Win32::GUI::Constants (or I am missing the point):
  GVIT_CHECK   = Check Box
  GVIT_DATE    = Date control
  GVIT_DATECAL = Date control with calendar control
  GVIT_DEFAULT =
  GVIT_COMBO   = Combo Box
  GVIT_LIST    = List Box
  GVIT_NUMERIC = Numeric control edit
  GVIT_TIME    = Time control
  GVIT_URL     = Url control
GVL_BOTH Both vertical and horizontal grid lines
  GVL_NONE No grid lines.
  GVL_HORZ Horizontal grid lines only.
  GVL_VERT Vertical grid lines only.
GVNI_ABOVE = Search above initial cell GVNI_ALL = Search all cells in the grid starting from the given cell GVNI_AREA = Search all cells below and to the right of the given cell
  GVNI_BELOW       = Search below initial cell
  GVNI_DROPHILITED = Search for drop highlighted cells
  GVNI_FIXED       = Search for fixed cells
  GVNI_FOCUSED     = Search for focus cell
  GVNI_MODIFIED    = Search for modified cells
  GVNI_READONLY    = Search for read-only cells
  GVNI_SELECTED    = Search for selected cells
  GVNI_TOLEFT      = Search to the left of the initial cell
  GVNI_TORIGHT     = Search to the right of the initial cell
GVS_BOTH Use fixed and non-fixed cells.
  GVS_DATA Use only non-fixed cells.
  GVS_DEFAULT Default.
  GVS_HEADER Use only the fixed cells.

These are all exported by the Win32::GUI::Grid package if I remember correctly.

e.g.

C:\WINDOWS>perl -MWin32::GUI::Grid -e "print GVIT_URL"
7

Rob.

Reply via email to