XedTab *
|
xed_window_create_tab ()
|
XedTab *
|
xed_window_create_tab_from_location ()
|
XedTab *
|
xed_window_create_tab_from_stream ()
|
void
|
xed_window_close_tab ()
|
void
|
xed_window_close_all_tabs ()
|
void
|
xed_window_close_tabs ()
|
XedTab *
|
xed_window_get_active_tab ()
|
void
|
xed_window_set_active_tab ()
|
XedView *
|
xed_window_get_active_view ()
|
XedDocument *
|
xed_window_get_active_document ()
|
GList *
|
xed_window_get_documents ()
|
GList *
|
xed_window_get_unsaved_documents ()
|
GList *
|
xed_window_get_views ()
|
GtkWindowGroup *
|
xed_window_get_group ()
|
XedPanel *
|
xed_window_get_side_panel ()
|
XedPanel *
|
xed_window_get_bottom_panel ()
|
GtkWidget *
|
xed_window_get_statusbar ()
|
GtkWidget *
|
xed_window_get_searchbar ()
|
GtkUIManager *
|
xed_window_get_ui_manager ()
|
XedWindowState
|
xed_window_get_state ()
|
XedTab *
|
xed_window_get_ta |