Media Selector Dialog
[UI Widgets]


Modules

 Media Selector Constants

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).


Define Documentation

#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())
 


Typedef Documentation

typedef struct _AlpMediaSelectorDialog AlpMediaSelectorDialog
 

typedef struct _AlpMediaSelectorDialogClass AlpMediaSelectorDialogClass
 


Function Documentation

gchar** alp_media_selector_dialog_get_selections AlpMediaSelectorDialog dialog  ) 
 

Get list of current selections.

Parameters:
[in] dialog The AlpMediaSelectorDialog
Returns:
list of paths to files. Caller owns the memory (free with g_strfreev())

GType alp_media_selector_dialog_get_type void   ) 
 

Gets the unique identifier for the Media Selector Dialog.

Returns:
numerical value registered 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.

Parameters:
[in] title Dialog title.
[in] parent Dialog parent or NULL. Parent should be a toplevel window
[in] flags GtkDialogFlags (GTK_DIALOG_MODAL, etc.)
[in] first_button_text Text to place on first button
[in] ... Alternating text and return codes (see GtkDialog for details)
Returns:
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).

Parameters:
[in] title Dialog title.
[in] parent Dialog parent or NULL. Parent should be a toplevel window
[in] flags GtkDialogFlags (GTK_DIALOG_MODAL, etc.)
[in] first_button_text Text to place on first button
[in] valist A vararg list containing Alternating text and return codes (see GtkDialog for details)
Returns:
a new AlpMediaSelectorDialog.


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

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