ASChooser

ASChooser — the applicaction chooser widget include libappstarter/as.h

Synopsis

                    ASChooserPrivate;
                    ASChooser;
GtkWidget *         as_chooser_new                      (const gchar *file);
gboolean            as_chooser_save                     (ASChooser *chooser);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBox
                                 +----GtkVBox
                                       +----ASChooser

Implemented Interfaces

ASChooser implements GtkBuildable, AtkImplementorIface and GtkOrientable.

Description

Details

ASChooserPrivate

typedef struct _ASChooserPrivate ASChooserPrivate;


ASChooser

typedef struct _ASChooser ASChooser;


as_chooser_new ()

GtkWidget *         as_chooser_new                      (const gchar *file);

Creates a new ASChooser GtkWidget.

file :

the configuration file to use

Returns :

a GtkWidget

as_chooser_save ()

gboolean            as_chooser_save                     (ASChooser *chooser);

Save the configuration to file.

chooser :

an ASChooser

Returns :

TRUE on succes, FALSE otherwise