Packages
libdazzle-1.0
Dazzle
PathElement
icon_name
id
title
PathElement
get_icon_name
get_id
get_title
PathElement
Object Hierarchy:
Dazzle.PathElement
Dazzle.PathElement
Dazzle.PathElement
GLib.Object
GLib.Object
GLib.Object->Dazzle.PathElement
Description:
[
CCode
( type_id =
"dzl_path_element_get_type ()"
) ]
public
sealed
class
PathElement
:
Object
Namespace:
Dazzle
Package:
libdazzle-1.0
Content:
Properties:
public
string
icon_name
{
get
;
construct
; }
The icon-name of the icon to display next to the path element in the path bar.
public
string
id
{
get
;
construct
; }
The id property is an application specific identifier for the element within the path.
public
string
title
{
get
;
construct
; }
The title property should contain the display text that should be shown to represent the element in the
PathBar
.
Creation methods:
public
PathElement
(
string
? id,
string
? icon_name,
string
title)
Creates a new path element for an
Path
.
Methods:
public
unowned
string
?
get_icon_name
()
Gets the
icon_name
property.
public
unowned
string
get_id
()
Gets the id for the element.
public
unowned
string
?
get_title
()
Gets the
title
property.
Inherited Members:
All known members inherited from class GLib.Object
@get
@new
@ref
@set
add_toggle_ref
add_weak_pointer
bind_property
connect
constructed
disconnect
dispose
dup_data
dup_qdata
force_floating
freeze_notify
get_class
get_data
get_property
get_qdata
get_type
getv
interface_find_property
interface_install_property
interface_list_properties
is_floating
new_valist
new_with_properties
newv
notify
notify_property
ref_count
ref_sink
remove_toggle_ref
remove_weak_pointer
replace_data
replace_qdata
set_data
set_data_full
set_property
set_qdata
set_qdata_full
set_valist
setv
steal_data
steal_qdata
thaw_notify
unref
watch_closure
weak_ref
weak_unref