Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── WebKitWebViewBase ╰── WebKitWebView ╰── DhAssistantView
GtkWidget *
dh_assistant_view_new (void
);
Create a new DhAssistantView object.
gboolean dh_assistant_view_search (DhAssistantView *view
,const gchar *str
);
Search for str
in the current assistant view.
void dh_assistant_view_set_book_manager (DhAssistantView *view
,DhBookManager *book_manager
);
Set a new book manager to search in.
gboolean dh_assistant_view_set_link (DhAssistantView *view
,DhLink *link
);
Open link
in the assistant view, if NULL
the view will be blanked.