| Libfm Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Signals | ||||
#define FM_PLACES_VIEW_TYPE struct FmPlacesView; struct FmPlacesViewClass; void fm_places_chdir (FmPlacesView *pv,FmPath *path); GtkWidget * fm_places_view_new (void);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkTreeView +----FmPlacesView
struct FmPlacesViewClass {
GtkTreeViewClass parent_class;
void (*chdir)(FmPlacesView* view, guint button, FmPath* path);
};
"chdir" signalvoid user_function (FmPlacesView *fmplacesview,
guint arg1,
gpointer arg2,
gpointer user_data) : Run Last