InfGtk.ConnectionView¶
- Subclasses:
None
Methods¶
- Inherited:
Gtk.Grid (21), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10), Gtk.Orientable (2)
- Structs:
Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)
class |
|
class |
|
|
Virtual Methods¶
Properties¶
- Inherited:
Gtk.Grid (5), Gtk.Container (3), Gtk.Widget (39), Gtk.Orientable (1)
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
Connection for which to show parameters |
Child Properties¶
- Inherited:
Style Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class InfGtk.ConnectionView(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
InfGtk.ConnectionView
is an opaque data type. You should only access it via the public API functions.- classmethod new()¶
- Returns:
A new
InfGtk.ConnectionView
.- Return type:
Creates a new
InfGtk.ConnectionView
. To show a connection, useInfGtk.ConnectionView.set_connection
() on the returned widget.
- classmethod new_with_connection(connection)¶
- Parameters:
connection (
Infinity.XmppConnection
) – The connection to show.- Returns:
A new
InfGtk.ConnectionView
.- Return type:
Creates a new
InfGtk.ConnectionView
showing the given connection. This is the same as creating a new connection view and callingInfGtk.ConnectionView.set_connection
() afterwards.
- set_connection(connection)¶
- Parameters:
connection (
Infinity.XmppConnection
) – The connection to show.
Shows the given connection in self.
Property Details¶
- InfGtk.ConnectionView.props.connection¶
- Name:
connection
- Type:
- Default Value:
- Flags:
Connection for which to show parameters