include/alp/mediaselector.h File Reference


Detailed Description

AlpMediaSelector widget provides media selection with filters.

#include <gdk/gdk.h>
#include <gtk/gtk.h>
#include <alp/types.h>
#include <alp/mediaselector_api.h>

Go to the source code of this file.

Data Structures

struct  _AlpMediaSelector
struct  _AlpMediaSelectorClass

Defines

#define ALP_IS_MEDIA_SELECTOR(obj)   (G_TYPE_CHECK_INSTANCE_TYPE((obj), ALP_MEDIA_SELECTOR_TYPE))
#define ALP_IS_MEDIA_SELECTOR_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE((klass), ALP_MEDIA_SELECTOR_TYPE))
#define ALP_MEDIA_SELECTOR(obj)   (G_TYPE_CHECK_INSTANCE_CAST((obj), ALP_MEDIA_SELECTOR_TYPE, AlpMediaSelector))
#define ALP_MEDIA_SELECTOR_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST((klass), ALP_MEDIA_SELECTOR_TYPE, AlpMediaSelectorClass))
#define ALP_MEDIA_SELECTOR_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS((obj), ALP_MEDIA_SELECTOR_TYPE, AlpMediaSelectorClass))
#define ALP_MEDIA_SELECTOR_TYPE   (alp_media_selector_get_type())

Typedefs

typedef _AlpMediaSelector AlpMediaSelector
typedef _AlpMediaSelectorClass AlpMediaSelectorClass

Functions

gchar ** alp_media_selector_get_selections (AlpMediaSelector *ms)
 Get list of current selections.
GType alp_media_selector_get_type (void) G_GNUC_CONST
 Gets the unique identifier for the Media Selector widget.
GtkWidget * alp_media_selector_new (void)
 Creates a new AlpMediaSelector widget.


Generated on Wed Jul 30 07:06:40 2008 by Doxygen 1.4.6 for ALP SDK + Hiker Documentation

Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.