public class Fixed : Container, Implementor, Buildable {
public weak GLib.List children ;
public Fixed ( ) ;
public bool get_has_window ( ) ;
public void move ( Widget widget,
int x,
int y ) ;
public void put ( Widget widget,
int x,
int y ) ;
public void set_has_window ( bool has_window ) ;
}

public Fixed ( ) ;
public weak GLib.List children ;
public bool get_has_window ( ) ;
public void move ( Widget widget,
int x,
int y ) ;
public void put ( Widget widget,
int x,
int y ) ;
public void set_has_window ( bool has_window ) ;
Created by Valadoc