closes #4 - allow to change packer title

This commit is contained in:
Vladimir Markelov 2015-09-24 16:42:14 -07:00
parent 64334b127f
commit d663414d76

View File

@ -264,6 +264,8 @@ type Packer interface {
GetBorderStyle() BorderStyle
// Returns parent window
View() Window
// Sets Packer title
SetText(string)
/*
shorthands to create a standard control and add it to a packer at the same time