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

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 ) ;
Created by Valadoc