Class

AgsGuiInputDialog

[]

Description

class AgsGui.InputDialog : Gtk.Window
  implements Gtk.Accessible, Gtk.Buildable, Gtk.ConstraintTarget, Gtk.Native, Gtk.Root, Gtk.ShortcutManager {
  flags: guint,
  vbox: GtkBox*,
  input_box: GtkBox*,
  text: GtkLabel*,
  string_input: GtkEntry*,
  spin_button_label: GtkLabel*,
  spin_button_input: GtkSpinButton*,
  ok: GtkButton*,
  cancel: GtkButton*,
  message: GtkLabel*
}

No description available.

[]

Constructors

ags_input_dialog_new

Creates an AgsInputDialog.

since: 4.0.0

[]

Instance methods

ags_input_dialog_get_entry

The GtkEntry to get input from.

since: 6.6.0

ags_input_dialog_get_spin_button

The GtkSpinButton to get input from.

since: 6.6.0

ags_input_dialog_response

Emit signal AgsInputDialog::response().

since: 6.6.0

ags_input_dialog_set_flags

Set flags.

since: 4.0.0

ags_input_dialog_set_message

Set informal message.

since: 6.10.0

ags_input_dialog_set_spin_button_label

Set label of spin button.

since: 6.6.0

ags_input_dialog_set_text

Set informal text.

since: 6.6.0

ags_input_dialog_test_flags

Test flags to be set.

since: 4.0.0

ags_input_dialog_unset_flags

Unset flags.

since: 4.0.0

Methods inherited from GtkWindow (55)
Methods inherited from GtkWidget (162)
Methods inherited from GObject (43)
Methods inherited from GtkAccessible (19)
Methods inherited from GtkBuildable (1)
Methods inherited from GtkNative (5)
Methods inherited from GtkRoot (3)
[]

Properties

Properties inherited from GtkWindow (25)
Properties inherited from GtkWidget (34)
Properties inherited from GtkAccessible (1)
[]

Signals

AgsGui.InputDialog::response

The ::response signal notifies adjustment value changed.

since: 6.6.0

Signals inherited from GtkWindow (5)
Signals inherited from GtkWidget (13)
Signals inherited from GObject (1)

Class structure

[]

Virtual methods

AgsGui.InputDialogClass.response

Emit signal AgsInputDialog::response().

since: 6.6.0