Class

EogWindow

Description

class Eog.Window : Gtk.ApplicationWindow {
  win: HdyApplicationWindow,
  priv: EogWindowPrivate*
}
No description available.

Ancestors

  • GtkApplicationWindow
  • GtkWindow
  • GtkBin
  • GtkContainer
  • GtkWidget
  • GInitiallyUnowned
  • GObject

Implements

  • AtkImplementorIface
  • GActionGroup
  • GActionMap
  • GtkBuildable

Constructors

eog_window_new

Creates a new and empty EogWindow. Use flags to indicate if the window should be initialized fullscreen, in slideshow mode, and/or without the thumbnails gallery visible. See EogStartupFlags.

Instance methods

eog_window_close
No description available.
eog_window_get_gear_menu_section
No description available.
eog_window_get_image

Gets the image currently displayed in window or NULL if no image is being displayed.

eog_window_get_mode

Gets the mode of window. See EogWindowMode for details.

eog_window_get_remote_presenter

Gets the remote presenter dialog. The widget will be built on the first call to this function.

eog_window_get_sidebar

Gets the sidebar widget of window.

eog_window_get_statusbar

Gets the statusbar in window.

eog_window_get_store

Gets the EogListStore that contains the images in the gallery of window.

eog_window_get_thumb_nav

Gets the thumbnails navigation pane in window.

eog_window_get_thumb_view

Gets the thumbnails view in window.

eog_window_get_view

Gets the EogScrollView in the window.

eog_window_is_empty

Tells whether window is currently empty or not.

eog_window_is_not_initializing
No description available.
eog_window_open_file_list

Opens a list of files, adding them to the gallery in window. Files will be checked to be readable and later filtered according with eog_list_store_add_files().

eog_window_reload_image
No description available.
eog_window_set_mode

Changes the mode of window to normal, fullscreen, or slideshow. See EogWindowMode for details.

eog_window_show_about_dialog
No description available.
eog_window_show_preferences_dialog
No description available.

Properties

Eog.Window:gallery-position

Determines the position of the image gallery in the window relative to the image.

Eog.Window:gallery-resizable

If TRUE the gallery will be resizable by the user otherwise it will be in single column/row mode.

Eog.Window:startup-flags

A bitwise OR of EogStartupFlags elements, indicating how the window should behave upon creation.

Signals

Eog.Window::prepared

The EogWindow::prepared signal is emitted when the window is ready to be shown.

Class structure

struct EogWindowClass {
  HdyApplicationWindowClass parent_class;
  void (* prepared) (
    EogWindow* window
  );
  
}
Class members
parent_class
HdyApplicationWindowClass
  No description available.
prepared
void (* prepared) (
    EogWindow* window
  )
  No description available.

Virtual methods

Eog.WindowClass.prepared
No description available.