include/alp/mediaselectordlg.h File Reference


Detailed Description

AlpMediaSelectorDialog widget provides media selection dialog with filters.

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

Go to the source code of this file.

Data Structures

struct  _AlpMediaSelectorDialog
struct  _AlpMediaSelectorDialogClass

Defines

#define ALP_IS_MEDIA_SELECTOR_DIALOG(obj)   (G_TYPE_CHECK_INSTANCE_TYPE((obj), ALP_MEDIA_SELECTOR_DIALOG_TYPE))
#define ALP_IS_MEDIA_SELECTOR_DIALOG_CLASS(klass)   (G_TYPE_CHECK_CLASS_TYPE((klass), ALP_MEDIA_SELECTOR_DIALOG_TYPE))
#define ALP_MEDIA_SELECTOR_DIALOG(obj)   (G_TYPE_CHECK_INSTANCE_CAST((obj), ALP_MEDIA_SELECTOR_DIALOG_TYPE, AlpMediaSelectorDialog))
#define ALP_MEDIA_SELECTOR_DIALOG_CLASS(klass)   (G_TYPE_CHECK_CLASS_CAST((klass), ALP_MEDIA_SELECTOR_DIALOG_TYPE, AlpMediaSelectorDialogClass))
#define ALP_MEDIA_SELECTOR_DIALOG_GET_CLASS(obj)   (G_TYPE_INSTANCE_GET_CLASS((obj), ALP_MEDIA_SELECTOR_DIALOG_TYPE, AlpMediaSelectorDialogClass))
#define ALP_MEDIA_SELECTOR_DIALOG_TYPE   (alp_media_selector_dialog_get_type())

Typedefs

typedef _AlpMediaSelectorDialog AlpMediaSelectorDialog
typedef _AlpMediaSelectorDialogClass AlpMediaSelectorDialogClass

Functions

gchar ** alp_media_selector_dialog_get_selections (AlpMediaSelectorDialog *dialog)
 Get list of current selections.
GType alp_media_selector_dialog_get_type (void) G_GNUC_CONST
 Gets the unique identifier for the Media Selector Dialog.
GtkWidget * alp_media_selector_dialog_new_with_buttons (const gchar *title, GtkWindow *parent, GtkDialogFlags flags, const gchar *first_button_text,...)
 Creates a new AlpMediaSelectorDialog.
GtkWidget * alp_media_selector_dialog_new_with_buttons_valist (const gchar *title, GtkWindow *parent, GtkDialogFlags flags, const gchar *first_button_text, va_list valist)
 Creates a new AlpMediaSelectorDialog (va_list version).


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.