Skip to content
doyousketch2 edited this page Sep 13, 2019 · 5 revisions

Tile:

Corresponds to: Fl_Tile

Inherits from: Group, Widget

Constructors

  • fl.Tile( int X, int Y, int W, int H, *str label ) ==> userdata Widget
  • fl.Tile{ table entries } ==> userdata Widget

    ( table constructor syntax )


Functions

  • methods defined for Group userdata type
  • methods defined for Widget userdata type
  • obj:position( int oldX, int oldY, int newX, int newY )

    Pass zero as oldX or oldY to disable drag in that direction


Properties

  • properties defined for Group userdata type
  • properties defined for Widget userdata type
Clone this wiki locally