Window / Dialog Layout with Five Linux

Post Reply
User avatar
xProgrammer
Posts: 464
Joined: Tue May 16, 2006 7:47 am
Location: Australia

Window / Dialog Layout with Five Linux

Post by xProgrammer »

I am playing around with window/dialog layout (from code) with FiveLinux

It appears that you have to use simulated row/column positions for layout of controls but when you size them you have to use pixels which whilst workable it would be nice to work just with pixels. Is this possible? What do others do?

Also it appears that SAYs are centered rather than left justified within their area. Is there a way to have them left justify so they will line up down a window/dialog?

Is the alternative delving into GTK?

xProgrammer
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Doug,

Install glade doing:
sudo apt-get install glade-2

then do:
glade-2
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply