gtk+-2.0 Reference Manual

Synopsis

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 ) ;
}

Fixed Description

Details

Constructor Details

Fixed ()
    public                              Fixed                     (  ) ;		

Field Details

children
    public    weak GLib.List            children ;		

Signal Details

Property Details

Method Details

get_has_window ()
    public    bool                      get_has_window            (  ) ;		

move ()
    public    void                      move                      ( Widget              widget,
                                                                    int                 x,
                                                                    int                 y ) ;		

put ()
    public    void                      put                       ( Widget              widget,
                                                                    int                 x,
                                                                    int                 y ) ;		

set_has_window ()
    public    void                      set_has_window            ( bool                has_window ) ;		


Created by Valadoc