TitledDialog
Object Hierarchy:
Description:
[
CCode ( type_id =
"xfce_titled_dialog_get_type ()" ) ]
public class TitledDialog :
Dialog,
Implementor,
Buildable
An opaque struct with only private fields.
Content:
Properties:
Creation methods:
Methods:
- public void add_action_widget (Widget child, int response_id)
- public unowned Widget add_button (string button_text, int response_id)
- public void create_action_area ()
This function is a no-op since 4.19.3.
- public unowned string get_subtitle ()
Returns the subtitle of the this, or
null if no subtitle is displayed in the this.
- public void set_default_response (int response_id)
Sets the last widget in the dialog’s action area with the given
response_id as the default widget for the dialog.
- public void set_subtitle (string? subtitle)
Sets the subtitle displayed by this
to subtitle; if subtitle is null no subtitle will be displayed by the
this.
Inherited Members:
All known members inherited from class Gtk.Dialog
All known members inherited from class Gtk.Window
All known members inherited from class Gtk.Bin
All known members inherited from class Gtk.Container
All known members inherited from class Gtk.Widget
All known members inherited from class GLib.Object
All known members inherited from interface Atk.Implementor
All known members inherited from interface Gtk.Buildable