Clocks
03/17/2021, 2:51 AMRobert Jaros
03/18/2021, 6:43 PM@GtkDsl
as an annotation for functions. The documentation says it should be used for classes. Does it work for you? (I've made some tests in my KVision DSL and your way doesn't work for me).Clocks
03/18/2021, 6:45 PMDslMarker
?Robert Jaros
03/18/2021, 6:45 PMClocks
03/18/2021, 6:47 PMRobert Jaros
03/18/2021, 6:48 PMbox(Orientation.HORIZONTAL, 10) {
it should not compile (unless I use explicit receiver with this@applicationWindow.title
). But it compiles fine in your project, so I think your DslMarker
is not working correctly.Clocks
03/18/2021, 9:32 PM