GObject.Object
Epiphany.EphyDialog
Import line: | Epiphany = imports.gi.Epiphany; |
GIR File: | Epiphany-2.29.gir |
C documentation: | EphyDialog |
Class : | EphyDialog |
Extends: | GObject.Object |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
default_height : Number
|
Epiphany.EphyDialog | |
default_width : Number
|
Epiphany.EphyDialog | |
modal : Boolean
|
Epiphany.EphyDialog | |
parent : GObject.Object
read only
|
Epiphany.EphyDialog | |
parent_window : Gtk.Window
|
Epiphany.EphyDialog | |
persist_position : Boolean
|
Epiphany.EphyDialog | |
priv : Epiphany.EphyDialogPrivate
read only
|
Epiphany.EphyDialog |
Method / Constructor | Defined By | |
---|---|---|
new Epiphany.EphyDialog
(Object properties)
Create a new Epiphany.EphyDialog
Create a new Epiphany.EphyDialog
|
||
Create a new Epiphany.EphyDialog
Create a new Epiphany.EphyDialog
|
||
Modifies the property identified by property_id in dialog to have its string_enum member set to a GList constructed with the elements given as
|
Epiphany.EphyDialog | |
Constructs the widget part of dialog using the widget identified by name in the GtkBuilder file found at file.
Constructs the widget part of dialog using the widget identified by name in the GtkBuilder file found at file. Fills the dialog properties with
|
Epiphany.EphyDialog | |
get_control
(String property_id)
:
Gtk.Widget
Gets the internal widget corresponding to property_id from dialog.
Gets the internal widget corresponding to property_id from dialog. or NULL
|
Epiphany.EphyDialog | |
get_parent
()
:
Gtk.Widget
Gets dialog's parent-window.
Gets dialog's parent-window.
|
Epiphany.EphyDialog | |
Gets the value of property_id and stores it in value.
Gets the value of property_id and stores it in value.
|
Epiphany.EphyDialog | |
hide
()
:
none
Calls gtk_widget_hide on dialog.
Calls gtk_widget_hide on dialog.
|
Epiphany.EphyDialog | |
run
()
:
Number
Runs gtk_dialog_run on dialog and waits for a response.
Runs gtk_dialog_run on dialog and waits for a response.
|
Epiphany.EphyDialog | |
Epiphany.EphyDialog | ||
set_modal
(Boolean is_modal)
:
none
Sets dialog to be modal or not.
Sets dialog to be modal or not.
|
Epiphany.EphyDialog | |
set_parent
(Widget parent)
:
none
Sets parent as the parent-window of dialog.
Sets parent as the parent-window of dialog.
|
Epiphany.EphyDialog | |
Epiphany.EphyDialog | ||
Sets the property identified by property_id to value in dialog.
Sets the property identified by property_id to value in dialog.
|
Epiphany.EphyDialog | |
show
()
:
none
Shows dialog on screen.
Shows dialog on screen.
|
Epiphany.EphyDialog |
Event | Defined By | |
---|---|---|
changed (EphyDialog self, void* object)
:
none
|
Epiphany.EphyDialog |