The layouting page starts with the following introduction:
While many GUI toolkits require you to precisely place widgets in a window, using absolute positioning, GTK+ uses a different approach.
I don't think that statement is true. All GUI toolkits I've worked with till now always provided at least some kind of abstract layout management.
The layouting page starts with the following introduction:
I don't think that statement is true. All GUI toolkits I've worked with till now always provided at least some kind of abstract layout management.