Home > comp > gb.qt4 > drawingarea 
 fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
DrawingArea (gb.qt4)

This control implements an area that can be drawn by the application. It has two behaviors, standard and cached, defined by the Cached property.

By default, the drawing must be done by using the Draw class. If you set the Painted property, the drawing will have to be done by the Paint class, and so will be anti-aliased.

Since 3.4 version

This property is useless and therefore deprecated since Gambas 3.4.

Symbols
This class inherits Container.
Properties  Methods  Events 
Action  Children  ClientH  ClientHeight  ClientW  ClientWidth  ClientX  ClientY  Cursor  Design  Drop  Expand  Font  Foreground  H  Handle  HasFocus  Height  Hovered  Id  Ignore  Left  Mouse  Name  Next  NoTabFocus  Parent  PopupMenu  Previous  Proxy  ScreenX  ScreenY  Tag  ToolTip  Top  Tracking  Visible  W  Width  Window  X  Y    Delete  Drag  FindChild  Grab  Hide  Lower  Move  MoveScaled  Raise  Reparent  Resize  ResizeScaled  SetFocus  Show    Arrange  BeforeArrange  DblClick  Drag  DragLeave  DragMove  Drop  Enter  GotFocus  KeyPress  KeyRelease  Leave  LostFocus  Menu  MouseDown  MouseDrag  MouseMove  MouseUp  MouseWheel  NewChild   

This class is creatable.

Properties  Methods  Events 
Arrangement  AutoResize  Background  Border  Cached  Enabled  Focus  Indent  Invert  Margin  NoBackground  Padding  Painted  Spacing  Tablet    Clear  Refresh    Draw   

See also

DrawingArea Internal Behaviour, Draw, Paint