Top | ![]() |
![]() |
![]() |
![]() |
XedWindow * | xed_app_create_window () |
void | xed_app_set_window_title () |
GList * | xed_app_get_main_windows () |
GList * | xed_app_get_documents () |
GList * | xed_app_get_views () |
gboolean | xed_app_show_help () |
XedWindow * xed_app_create_window (XedApp *app
,GdkScreen *screen
);
Create a new XedWindow part of app
.
void xed_app_set_window_title (XedApp *app
,XedWindow *window
,const gchar *title
);
GList *
xed_app_get_main_windows (XedApp *app
);
Returns all XedWindows currently open in XedApp.
This differs from gtk_application_get_windows()
since it does not
include the preferences dialog and other auxiliary windows.
GList *
xed_app_get_documents (XedApp *app
);
Returns all the documents currently open in XedApp.
a newly allocated list of XedDocument objects.
[element-type Xed.Document][transfer container]
GList *
xed_app_get_views (XedApp *app
);
Returns all the views currently present in XedApp.
gboolean xed_app_show_help (XedApp *app
,GtkWindow *parent
,const gchar *name
,const gchar *link_id
);