Top | Description | ![]() |
![]() |
![]() |
![]() |
#include <app/gwyapp.h> GtkWidget * gwy_app_metadata_browser_for_channel (GwyContainer *data
,gint id
); GtkWidget * gwy_app_metadata_browser_for_volume (GwyContainer *data
,gint id
);
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.
|
A data container. |
|
Id of a channel in data to show metadata for. |
Returns : |
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.
|
A data container. |
|
Id of volume data in data to show metadata for. |
Returns : |
The metadata browser (owned by the library). Usually, you can ignore the return value. |
Since 2.32