Top | ![]() |
![]() |
![]() |
![]() |
DhApp * | dh_app_new () |
DhBookManager * | dh_app_peek_book_manager () |
GtkWindow * | dh_app_peek_first_window () |
GtkWindow * | dh_app_peek_assistant () |
void | dh_app_new_window () |
void | dh_app_quit () |
void | dh_app_search () |
void | dh_app_search_assistant () |
void | dh_app_raise () |
DhBookManager *
dh_app_peek_book_manager (DhApp *app
);
Get the associated DhBookManager.
GtkWindow *
dh_app_peek_first_window (DhApp *app
);
Get the first DhWindow.
GtkWindow *
dh_app_peek_assistant (DhApp *app
);
Get the associated DhAssistant.
void dh_app_search (DhApp *app
,const gchar *keyword
);
Search for keyword
in the entire application.
void dh_app_search_assistant (DhApp *app
,const gchar *keyword
);
Search for keyword
in the entire application with a DhAssistant.