FmPlacesView
FmPlacesView
|
|
Implemented Interfaces
FmPlacesView implements
AtkImplementorIface and GtkBuildable.
Signals
"chdir" : Run Last
Details
FM_PLACES_VIEW_TYPE
#define FM_PLACES_VIEW_TYPE (fm_places_view_get_type())
FM_PLACES_VIEW()
#define FM_PLACES_VIEW(obj)
FM_PLACES_VIEW_CLASS()
#define FM_PLACES_VIEW_CLASS(klass)
IS_FM_PLACES_VIEW()
#define IS_FM_PLACES_VIEW(obj)
IS_FM_PLACES_VIEW_CLASS()
#define IS_FM_PLACES_VIEW_CLASS(klass)
FmPlacesView
typedef struct _FmPlacesView FmPlacesView;
FmPlacesViewClass
typedef struct {
GtkTreeViewClass parent_class;
void (*chdir)(guint button, FmPath* path);
} FmPlacesViewClass;
fm_places_view_get_type ()
GType fm_places_view_get_type (void
);
fm_places_view_new ()
GtkWidget* fm_places_view_new (void
);