powered by
aTableLayout(..., no_cols=1, context, attr=list(), enabled_when, visible_when)
proto
obj$show_help()
aContainer
Container
## simple example i <- aDialog(items=list(x=numericItem(1), y=stringItem("a"))) lay <- aTableLayout("x","y", no_cols=2) i$make_gui(gui_layout=lay)
Run the code above in your browser using DataLab