hildon-1 Reference Manual

Synopsis

public class Banner : Window, Implementor, Buildable  {
    public    weak bool                 is_timed                  { get; construct } ;
    public    weak Gtk.Window           parent_window             { get; construct } ;
    public    weak uint                 timeout                   { get; construct } ;


    public    void                      set_fraction              ( double              fraction ) ;
    public    void                      set_icon                  ( string              icon_name ) ;
    public    void                      set_icon_from_file        ( string              icon_file ) ;
    public    void                      set_markup                ( string              markup ) ;
    public    void                      set_text                  ( string              text ) ;
    public    void                      set_timeout               ( uint                timeout ) ;
    public    static weak Gtk.Widget    show_animation            ( Gtk.Widget          widget,
                                                                    string              animation_name,
                                                                    string              text ) ;
    public    static weak Gtk.Widget    show_information          ( Gtk.Widget          widget,
                                                                    string              icon_name,
                                                                    string              text ) ;
    public    static weak Gtk.Widget    show_information_with_markup ( Gtk.Widget          widget,
                                                                    string              icon_name,
                                                                    string              markup ) ;
    public    static weak Gtk.Widget    show_informationf         ( Gtk.Widget          widget,
                                                                    string              icon_name,
                                                                    string              format ) ;
    public    static weak Gtk.Widget    show_progress             ( Gtk.Widget          widget,
                                                                    Gtk.ProgressBar     bar,
                                                                    string              text ) ;
}

Banner Description

Details

Constructor Details

Field Details

Signal Details

Property Details

is_timed
    public    weak bool                 is_timed                  { get; construct } ;		

parent_window
    public    weak Gtk.Window           parent_window             { get; construct } ;		

timeout
    public    weak uint                 timeout                   { get; construct } ;		

Method Details

set_fraction ()
    public    void                      set_fraction              ( double              fraction ) ;		

set_icon ()
    public    void                      set_icon                  ( string              icon_name ) ;		

set_icon_from_file ()
    public    void                      set_icon_from_file        ( string              icon_file ) ;		

set_markup ()
    public    void                      set_markup                ( string              markup ) ;		

set_text ()
    public    void                      set_text                  ( string              text ) ;		

set_timeout ()
    public    void                      set_timeout               ( uint                timeout ) ;		

show_animation ()
    public    static weak Gtk.Widget    show_animation            ( Gtk.Widget          widget,
                                                                    string              animation_name,
                                                                    string              text ) ;		

show_information ()
    public    static weak Gtk.Widget    show_information          ( Gtk.Widget          widget,
                                                                    string              icon_name,
                                                                    string              text ) ;		

show_information_with_markup ()
    public    static weak Gtk.Widget    show_information_with_markup ( Gtk.Widget          widget,
                                                                    string              icon_name,
                                                                    string              markup ) ;		

show_informationf ()
    public    static weak Gtk.Widget    show_informationf         ( Gtk.Widget          widget,
                                                                    string              icon_name,
                                                                    string              format ) ;		

show_progress ()
    public    static weak Gtk.Widget    show_progress             ( Gtk.Widget          widget,
                                                                    Gtk.ProgressBar     bar,
                                                                    string              text ) ;		


Created by Valadoc