summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2010-09-05 12:21:27 -0400
committerHavoc Pennington <hp@pobox.com>2010-09-12 21:47:10 -0400
commit474f80442a6f3cf72a3c3b9efc5a846e7664d758 (patch)
treec334cb64842974cfad2738a4b2dee771329d8a9d /tests
parent85735112d79ff976597d2b4887162b3a07fb19f1 (diff)
downloadgtk+-474f80442a6f3cf72a3c3b9efc5a846e7664d758.tar.gz
Add margin and alignment properties to GtkWidget
h-align = START,END,CENTER,FILL v-align = START,END,CENTER,FILL margin-left,right,top,bottom margin These should obsolete all such similar properties on layout containers, GtkMisc, GtkAlignment, GtkContainer::border-width Margin is outside the size request. If margin were not outside the set_size_request() it would not work the same way as container-supplied (child property) padding. Conceptually set_size_request() forces the value from the subclass (the original unadjusted request) and then we go on to adjust the request further by adding the margin.
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions