java-gnome version 4.1.1

org.gnome.gtk
Interface Widget.SizeAllocate

Enclosing class:
Widget

public static interface Widget.SizeAllocate

Signal fired when a Widget is given its size allocation.

Since:
4.1.1
Author:
Andrew Cowie

Method Summary
 void onSizeAllocate(Widget source, Rectangle allocation)
           
 

Method Detail

onSizeAllocate

void onSizeAllocate(Widget source,
                    Rectangle allocation)


java-gnome