StudioComponents icon indicating copy to clipboard operation
StudioComponents copied to clipboard

Panel

Open u-train opened this issue 2 years ago • 0 comments

Purpose:

  • Widget fallback
  • Serves as a mini pop-up

API:

Title = "Panel.defaultProps.Title"
MaximumWindowSize = Vector2.new(math.huge, math.huge)
InitalWindowSize = Vector2.new(300, 200)
MinimumWindowSize = Vector2.new(0, 0)
InitalPlacement = Vector2.new(20, 20)
OnClosed = function() end
Adjustable = true
Closable = true

Consideration:

  • It copies the closing behavior of the widget component currently. Is it worth retaining here at all?
  • ImageButton is being kept private because I don't think it's ready for public usage. I think it should be merged with BaseButton, but I'm now sure how to do it.

u-train avatar Oct 01 '22 20:10 u-train