Top | ![]() |
![]() |
![]() |
![]() |
ClutterActor * | mx_path_bar_new () |
gint | mx_path_bar_push () |
gint | mx_path_bar_pop () |
gint | mx_path_bar_get_level () |
void | mx_path_bar_clear () |
gboolean | mx_path_bar_get_editable () |
void | mx_path_bar_set_editable () |
gboolean | mx_path_bar_get_clear_on_change () |
void | mx_path_bar_set_clear_on_change () |
const gchar * | mx_path_bar_get_label () |
void | mx_path_bar_set_label () |
const gchar * | mx_path_bar_get_text () |
void | mx_path_bar_set_text () |
MxEntry * | mx_path_bar_get_entry () |
gboolean | clear-on-change | Read / Write |
gboolean | editable | Read / Write |
MxEntry * | entry | Read |
gint | level | Read |
MxPathBar implements ClutterContainer, ClutterScriptable, ClutterAnimatable, AtkImplementorIface, MxStylable and MxFocusable.
gboolean
mx_path_bar_get_editable (MxPathBar *bar
);
Get the value of the “editable” property.
void mx_path_bar_set_editable (MxPathBar *bar
,gboolean editable
);
Set the value of the “editable” property.
gboolean
mx_path_bar_get_clear_on_change (MxPathBar *bar
);
Get the value of the “clear-on-change” property
void mx_path_bar_set_clear_on_change (MxPathBar *bar
,gboolean clear_on_change
);
Set theh value of the “clear-on-change” property
void mx_path_bar_set_label (MxPathBar *bar
,gint level
,const gchar *label
);
Set the text on the button specified by level
void mx_path_bar_set_text (MxPathBar *bar
,const gchar *text
);
Set the text in the editable area of the MxPathBar
struct MxPathBar;
The contents of this structure is private and should only be accessed using the provided API.