libgnomeui-2.0 Reference Manual

Synopsis

public class AppBar : HBox, Implementor, Buildable  {
    public    weak bool                 has_progress              { get; construct set; } ;
    public    weak bool                 has_status                { get; construct set; } ;
    public    weak PreferencesType      interactivity             { get; construct set; } ;


    public                              AppBar                    ( bool                has_progress,
                                                                    bool                has_status,
                                                                    PreferencesType     interactivity ) ;


    public    signal void               clear_prompt              (  )  ;
    public    signal void               user_response             (  )  ;


    public    void                      clear_stack               (  ) ;
    public    weak Gtk.ProgressBar      get_progress              (  ) ;
    public    weak string               get_response              (  ) ;
    public    weak Gtk.Widget           get_status                (  ) ;
    public    void                      pop                       (  ) ;
    public    void                      push                      ( string              status ) ;
    public    void                      refresh                   (  ) ;
    public    void                      set_default               ( string              default_status ) ;
    public    void                      set_progress_percentage   ( float               percentage ) ;
    public    void                      set_prompt                ( string              prompt,
                                                                    bool                modal ) ;
    public    void                      set_status                ( string              status ) ;
}

AppBar Description

Details

Constructor Details

AppBar ()
    public                              AppBar                    ( bool                has_progress,
                                                                    bool                has_status,
                                                                    PreferencesType     interactivity ) ;		

Field Details

Signal Details

clear_prompt
    public    signal void               clear_prompt              (  )  ;		

user_response
    public    signal void               user_response             (  )  ;		

Property Details

has_progress
    public    weak bool                 has_progress              { get; construct set; } ;		

has_status
    public    weak bool                 has_status                { get; construct set; } ;		

interactivity
    public    weak PreferencesType      interactivity             { get; construct set; } ;		

Method Details

clear_stack ()
    public    void                      clear_stack               (  ) ;		

get_progress ()
    public    weak Gtk.ProgressBar      get_progress              (  ) ;		

get_response ()
    public    weak string               get_response              (  ) ;		

get_status ()
    public    weak Gtk.Widget           get_status                (  ) ;		

pop ()
    public    void                      pop                       (  ) ;		

push ()
    public    void                      push                      ( string              status ) ;		

refresh ()
    public    void                      refresh                   (  ) ;		

set_default ()
    public    void                      set_default               ( string              default_status ) ;		

set_progress_percentage ()
    public    void                      set_progress_percentage   ( float               percentage ) ;		

set_prompt ()
    public    void                      set_prompt                ( string              prompt,
                                                                    bool                modal ) ;		

set_status ()
    public    void                      set_status                ( string              status ) ;		


Created by Valadoc