0.1.0 Refactoring from declarative. /JL

This commit is contained in:
2022-12-17 12:39:16 +01:00
parent 8db2458c2d
commit 9b5856ddf1
2 changed files with 47 additions and 2 deletions
+4 -2
View File
@@ -11,6 +11,7 @@ import (
type MyMainWindow struct {
*walk.MainWindow
leftPanel *walk.Composite
colors *walk.ScrollView
canvasScroll *walk.ScrollView
drawWidget *walk.CustomWidget
@@ -28,7 +29,7 @@ type MyMainWindow struct {
const (
AppName string = "BeadImager"
Version string = "0.0.28"
Version string = "0.1.0"
CopyRight string = "©2022 Jan Lerking"
STD_MESS string = "Ready"
LogFile string = "BeadImager.log"
@@ -188,7 +189,8 @@ func main() {
Layout: VBox{MarginsZero: true},
Children: []Widget{
Composite{
Layout: HBox{},
AssignTo: &mw.leftPanel,
Layout: HBox{},
Children: []Widget{
Composite{
Layout: VBox{MarginsZero: true},