gtk+-2.0 Reference Manual

Synopsis

public class MessageDialog : Dialog, Implementor, Buildable  {
    public    weak Widget               label ;


    public    weak ButtonsType          buttons                   { construct } ;
    public    weak Widget               image                     { get; set; } ;
    public    weak MessageType          message_type              { get; construct set; } ;
    public    weak string               secondary_text            { get; set; } ;
    public    weak bool                 secondary_use_markup      { get; set; } ;
    public    weak string               text                      { get; set; } ;
    public    weak bool                 use_markup                { get; set; } ;


    public                              MessageDialog             ( Window?             parent,
                                                                    DialogFlags         flags,
                                                                    MessageType         type,
                                                                    ButtonsType         buttons,
                                                                    string              message_format ) ;
    public                              MessageDialog.with_markup ( Window?             parent,
                                                                    DialogFlags         flags,
                                                                    MessageType         type,
                                                                    ButtonsType         buttons,
                                                                    string              message_format ) ;


    public    void                      format_secondary_markup   ( string              message_format ) ;
    public    void                      format_secondary_text     ( string              message_format ) ;
    public    void                      set_image                 ( Widget              image ) ;
    public    void                      set_markup                ( string              str ) ;
}

MessageDialog Description

Details

Constructor Details

MessageDialog ()
    public                              MessageDialog             ( Window?             parent,
                                                                    DialogFlags         flags,
                                                                    MessageType         type,
                                                                    ButtonsType         buttons,
                                                                    string              message_format ) ;		

MessageDialog.with_markup ()
    public                              MessageDialog.with_markup ( Window?             parent,
                                                                    DialogFlags         flags,
                                                                    MessageType         type,
                                                                    ButtonsType         buttons,
                                                                    string              message_format ) ;		

Field Details

label
    public    weak Widget               label ;		

Signal Details

Property Details

buttons
    public    weak ButtonsType          buttons                   { construct } ;		

image
    public    weak Widget               image                     { get; set; } ;		

message_type
    public    weak MessageType          message_type              { get; construct set; } ;		

secondary_text
    public    weak string               secondary_text            { get; set; } ;		

secondary_use_markup
    public    weak bool                 secondary_use_markup      { get; set; } ;		

text
    public    weak string               text                      { get; set; } ;		

use_markup
    public    weak bool                 use_markup                { get; set; } ;		

Method Details

format_secondary_markup ()
    public    void                      format_secondary_markup   ( string              message_format ) ;		

format_secondary_text ()
    public    void                      format_secondary_text     ( string              message_format ) ;		

set_image ()
    public    void                      set_image                 ( Widget              image ) ;		

set_markup ()
    public    void                      set_markup                ( string              str ) ;		


Created by Valadoc