Description:
Gtk_Alignment
#include <gtk--/alignment.h>
Base classes: Gtk_Bin
Alignment Container
Normally, a widget is allocated at least as much size as it requests.
When a widget is allocated more size than it requests
there is a question of how the widget should expand. By convention,
most GTK widgets expand to fill their allocated space. Sometimes
this behavior is not desired. The alignment widget allows the
programmer to specify how a widget should expand and position itself
to fill the area it is allocated.
|