Skip to content
KingofGamesYami edited this page Nov 27, 2014 · 2 revisions

icewindow.init( table parent, number x position, number y position, number width, number height, string title

  • valid term.redirect object
  • object.getState (returns "small" or "large")
  • object.setState( string state ) must be "small" or "large"
  • object.getParent (returns parent object)
  • object.getTitle (returns window title)

icewindow.drawToolBar( app, bColor, tColor )

  • used by icemain, app is a custom object created and kept there.