Top | ![]() |
![]() |
![]() |
![]() |
XedApp * | xed_app_get_default () |
XedWindow * | xed_app_create_window () |
const GList * | xed_app_get_windows () |
XedWindow * | xed_app_get_active_window () |
GList * | xed_app_get_documents () |
GList * | xed_app_get_views () |
XedApp *
xed_app_get_default (void
);
Returns the XedApp object. This object is a singleton and represents the running xed instance.
XedWindow * xed_app_create_window (XedApp *app
,GdkScreen *screen
);
Create a new XedWindow part of app
.
const GList *
xed_app_get_windows (XedApp *app
);
Returns all the windows currently present in XedApp.
XedWindow *
xed_app_get_active_window (XedApp *app
);
Retrives the XedWindow currently active.
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]