| Libfm Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ||||
struct FmPathEntry; struct FmPathEntryClass; FmPath * fm_path_entry_get_path (FmPathEntry *entry); FmPathEntry * fm_path_entry_new (); void fm_path_entry_set_path (FmPathEntry *entry,FmPath *path);
GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkEntry
+----FmPathEntry
FmPathEntry implements AtkImplementorIface, GtkBuildable, GtkEditable and GtkCellEditable.
include: libfm/fm-path-entry.h
The FmPathEntry represents a widget to enter folder path for changing current directory.
FmPath * fm_path_entry_get_path (FmPathEntry *entry);
Retrieves the current path in the entry. Returned data are owned by
entry and should be not freed by caller.
|
the widget to inspect |
Returns : |
the current path. [transfer none] |
Since 0.1.10
FmPathEntry * fm_path_entry_new ();
Creates new path entry widget.
Returns : |
a new FmPathEntry object. [transfer full] |
Since 0.1.0
void fm_path_entry_set_path (FmPathEntry *entry,FmPath *path);
Sets new path into enter field.
|
a widget to apply |
|
new path to set |
Since 0.1.10
"highlight-completion-match" property "highlight-completion-match" gboolean : Read / Write
The "highlight-completion-match" property is the flag whether the completion match should be highlighted or not.
Default value: TRUE
Since 0.1.0