Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | gwy_app_metadata_browser_for_channel () |
GtkWidget * | gwy_app_metadata_browser_for_volume () |
GtkWidget * | gwy_app_metadata_browser_for_xyz () |
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.
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.
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.
Since: 2.45