Comment 18 for bug 87720

Revision history for this message
Chris Jones (cmsj) wrote :

Stephen: 0.95 should be able to do that by means of the layout configuration. Window objects can have 'position' and 'size' attributes, e.g.

[layouts]
  [[default]]
    [[[window0]]]
      type = Window
      parent = ""
      position = 0:0
      size = 800, 600
    [[[child1]]]
      type = Terminal
      parent = window0

I'm not convinced this will remain as the final syntax for position/size, the difference between : and , as separators seems rather stupid as a decision, in retrospect.