Gambas/controls/Form

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< Gambas‎ | controls
Revision as of 17:12, 25 April 2015 by Woozle (talk | contribs) (some answers)
Jump to navigation Jump to search

About

Form is a control defined in the gb.gui library.

Properties

dimensions

  • X - left edge of form relative to left of screen, in pixels
  • Y - top edge of form relative to top of screen, in pixels
    • When window is at top of screen, this will show the width of the window's titlebar
  • W - width in pixels
  • H - height in pixels
  • Width - alias for W?
  • Height - alias for H?
  • ClientX - always 0?
  • ClientY - always 0?
  • ClientW - alias for W?
  • ClientH - alias for H?
  • ClientWidth - alias for W?
  • ClientHeight - alias for H?

Methods

  • Center
  • Close
  • Delete
  • Drag
  • FindChild
  • Grab
  • Hide
  • Lower
  • Move
  • MoveScaled
  • Raise
  • Refresh
  • Reparent
  • Resize
  • ResizeScaled
  • SetFocus
  • Show
  • ShowDialog
  • ShowModal
  • ShowPopup