Devhelp.AssistantView¶
- Subclasses:
None
Methods¶
- Inherited:
WebKit2.WebView (93), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10)
- Structs:
Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)
class |
|
|
|
|
Virtual Methods¶
Properties¶
- Inherited:
Style Properties¶
- Inherited:
Signals¶
Name |
Short Description |
|---|---|
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
parent_instance |
r |
Class Details¶
- class Devhelp.AssistantView(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Returns:
a new
Devhelp.AssistantViewwidget.- Return type:
- search(str)¶
- Parameters:
str (
str) – the search query.- Returns:
- Return type:
Search for str in the current assistant view.
- set_link(link)¶
- Parameters:
link (
Devhelp.LinkorNone) – aDevhelp.Linkto set orNone.- Returns:
- Return type:
Open link in the assistant view, if
Nonethe view will be blanked.
Signal Details¶
- Devhelp.AssistantView.signals.open_uri(assistant_view, uri)¶
- Signal Name:
open-uri- Flags:
- Parameters:
assistant_view (
Devhelp.AssistantView) – The object which received the signaluri (
str) – the uri to open