Marker
Object Hierarchy:
Description:
[
CCode ( type_id =
"champlain_marker_get_type ()" ) ]
[
Version ( since =
"0.10" ) ]
public class Marker :
Actor,
Implementor,
Location,
Animatable,
Container,
Scriptable
The Marker structure contains only private data and should be accessed using the provided API
Content:
Properties:
- public bool draggable { get; set; }
The draggable state of the marker
- public bool selectable { get; set; }
The selectable state of the marker
- public bool selected { get; set; }
The selected state of the marker
Static methods:
- public static unowned Color? get_selection_color ()
Gets the selection color.
- public static unowned Color? get_selection_text_color ()
Gets the selection text color.
- public static void set_selection_color (Color color)
Changes the selection color, this is to ensure a better integration
with the desktop, this is automatically done by GtkChamplainEmbed.
- public static void set_selection_text_color (Color color)
Changes the selection text color, this is to ensure a better
integration with the desktop, this is automatically done by GtkChamplainEmbed.
Creation methods:
Methods:
Signals:
Inherited Members:
All known members inherited from class Clutter.Actor
All known members inherited from class GLib.Object
All known members inherited from interface Atk.Implementor
All known members inherited from interface Champlain.Location
All known members inherited from interface Clutter.Animatable
All known members inherited from interface Clutter.Container
All known members inherited from interface Clutter.Scriptable