summaryrefslogtreecommitdiff
path: root/main_test.go
AgeCommit message (Expand)Author
2014-02-26Added Grid.SetStretchy to allow one control in a Grid to fill the parent Cont...Pietro Gagliardi
2014-02-25Added a way to let Controls in a Grid be sized to fill their cells.Pietro Gagliardi
2014-02-25Wrote the Grid test and found/fixed one error in Grid's position calculations...Pietro Gagliardi
2014-02-25Added Space() for padding layouts.Pietro Gagliardi
2014-02-25Split NewCombobox() into separate functions NewCombobox() and NewEditableComb...Pietro Gagliardi
2014-02-25Added password entry fields; they are the alternate mode of LineEdit.Pietro Gagliardi
2014-02-25Added GTK+ implementation of ProgressBar and added a ProgressBar to the test ...Pietro Gagliardi
2014-02-24Adjusted main_test.go to make use of SetStretchy(). IT WORKS! :DPietro Gagliardi
2014-02-19...and now it magically works again?! after too long, anyway...Pietro Gagliardi
2014-02-19Moved to a proper package; main() is now a test and go test -c is used to bui...Pietro Gagliardi