meta — Metadata browser
#include <app/gwyapp.h>
GtkWidget * gwy_app_metadata_browser_for_channel (GwyContainer *data
,gint id
);
Shows a simple metadata browser for a channel.
If the metadata browser is already shown for this channel it is just raised and given focus. Otherwise, a new window is created.
data |
A data container. |
|
id |
Id of a channel in |
The metadata browser (owned by the library). Usually, you can ignore the return value.
Since: 2.32
GtkWidget * gwy_app_metadata_browser_for_volume (GwyContainer *data
,gint id
);
Shows a simple metadata browser for volume data.
If the metadata browser is already shown for this volume data it is just raised and given focus. Otherwise, a new window is created.
data |
A data container. |
|
id |
Id of volume data in |
The metadata browser (owned by the library). Usually, you can ignore the return value.
Since: 2.32
GtkWidget * gwy_app_metadata_browser_for_xyz (GwyContainer *data
,gint id
);
Shows a simple metadata browser for XYZ data.
If the metadata browser is already shown for this XYZ data it is just raised and given focus. Otherwise, a new window is created.
data |
A data container. |
|
id |
Id of XYZ data in |
The metadata browser (owned by the library). Usually, you can ignore the return value.
Since: 2.45
GtkWidget * gwy_app_metadata_browser_for_curve_map (GwyContainer *data
,gint id
);
Shows a simple metadata browser for curve map data.
If the metadata browser is already shown for this curve map data it is just raised and given focus. Otherwise, a new window is created.
data |
A data container. |
|
id |
Id of curve map data in |
The metadata browser (owned by the library). Usually, you can ignore the return value.
Since: 2.60