| Top |
GObject
╰── GInitiallyUnowned
╰── GtkWidget
╰── GtkContainer
╰── GtkBin
╰── GtkWindow
╰── GwyDataWindow
╰── GwyAppImageWindow
GtkWindow * gwy_app_image_window_new (GwyFile *file,GwyDataKind data_kind,gint id);
Creates a new app image data window.
The arguments must correspond to a valid data object in file
which can be visualised as an image. Possible data
kinds include GWY_FILE_IMAGE
, GWY_FILE_VOLUME
, GWY_FILE_XYZ
and GWY_FILE_CMAP
.
GwyFile *
gwy_app_image_window_get_file (GwyAppImageWindow *window);
Gets the data file containing data displayed in an app image data window.
GwyDataKind
gwy_app_image_window_get_data_kind (GwyAppImageWindow *window);
Gets the kind of data displayed in an app image data window.
gint
gwy_app_image_window_get_id (GwyAppImageWindow *window);
Gets the numerical id of data item displayed in an app image data window.