Top | ![]() |
![]() |
![]() |
![]() |
FmPath * | fm_path_bar_get_path () |
FmPathBar * | fm_path_bar_new () |
void | fm_path_bar_set_path () |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkHBox ╰── FmPathBar
include
: libfm/fm-gtk.h
The FmPathBar represents current path as number of buttons so it is possible to click buttons to change directory to parent or child.
FmPath *
fm_path_bar_get_path (FmPathBar *bar
);
Retrieves current path from path bar. Returned data are owned by bar
and should be not freed by caller.
Since: 0.1.16
“chdir”
signalvoid user_function (FmPathBar *bar, gpointer path, gpointer user_data)
The FmPathBar::chdir signal is emitted when the user toggles a path
element in the bar or when new path is set via fm_path_bar_set_path()
.
bar |
the object which emitted the signal |
|
path |
(FmPath *) new path |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run First
Since: 0.1.16