FmPlacesView

FmPlacesView

Synopsis

#define             FM_PLACES_VIEW_TYPE
#define             FM_PLACES_VIEW                      (obj)
#define             FM_PLACES_VIEW_CLASS                (klass)
#define             IS_FM_PLACES_VIEW                   (obj)
#define             IS_FM_PLACES_VIEW_CLASS             (klass)
                    FmPlacesView;
                    FmPlacesViewClass;
GType               fm_places_view_get_type             (void);
GtkWidget*          fm_places_view_new                  (void);
void                fm_places_chdir                     (FmPlacesView *pv,
                                                         FmPath *path);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkTreeView
                                 +----FmPlacesView

Implemented Interfaces

FmPlacesView implements AtkImplementorIface and GtkBuildable.

Signals

  "chdir"                                          : Run Last

Description

Details

FM_PLACES_VIEW_TYPE

#define FM_PLACES_VIEW_TYPE             (fm_places_view_get_type())


FM_PLACES_VIEW()

#define             FM_PLACES_VIEW(obj)

obj :


FM_PLACES_VIEW_CLASS()

#define             FM_PLACES_VIEW_CLASS(klass)

klass :


IS_FM_PLACES_VIEW()

#define             IS_FM_PLACES_VIEW(obj)

obj :


IS_FM_PLACES_VIEW_CLASS()

#define             IS_FM_PLACES_VIEW_CLASS(klass)

klass :


FmPlacesView

typedef struct _FmPlacesView FmPlacesView;


FmPlacesViewClass

typedef struct {
    GtkTreeViewClass parent_class;
    void (*chdir)(FmPlacesView* view, guint button, FmPath* path);
} FmPlacesViewClass;


fm_places_view_get_type ()

GType               fm_places_view_get_type             (void);

Returns :


fm_places_view_new ()

GtkWidget*          fm_places_view_new                  (void);

Returns :


fm_places_chdir ()

void                fm_places_chdir                     (FmPlacesView *pv,
                                                         FmPath *path);

pv :

path :

Signal Details

The "chdir" signal

void                user_function                      (FmPlacesView *fmplacesview,
                                                        guint         arg1,
                                                        gpointer      arg2,
                                                        gpointer      user_data)         : Run Last

fmplacesview :

the object which received the signal.

arg1 :

arg2 :

user_data :

user data set when the signal handler was connected.