:right-sidebar: True Marker =================================================================== .. currentmodule:: gi.repository.Shumate .. class:: Marker(**properties: ~typing.Any) :no-contents-entry: Superclasses: :class:`~gi.repository.Gtk.Widget`, :class:`~gi.repository.GObject.InitiallyUnowned`, :class:`~gi.repository.GObject.Object` Subclasses: :class:`~gi.repository.Shumate.Point` Implemented Interfaces: :class:`~gi.repository.Gtk.Accessible`, :class:`~gi.repository.Gtk.Buildable`, :class:`~gi.repository.Gtk.ConstraintTarget`, :class:`~gi.repository.Shumate.Location` :Constructors: :: Marker(**properties) new() -> Shumate.Marker Constructors ------------ .. rst-class:: interim-class .. class:: Marker :no-index: .. classmethod:: new() -> ~gi.repository.Shumate.Marker Creates an instance of :obj:`~gi.repository.Shumate.Marker`. Methods ------- .. rst-class:: interim-class .. class:: Marker :no-index: .. method:: animate_in() -> None .. method:: animate_in_with_delay(delay: int) -> None :param delay: .. method:: animate_out() -> None .. method:: animate_out_with_delay(delay: int) -> None :param delay: .. method:: get_child() -> ~gi.repository.Gtk.Widget | None Retrieves the current child of ``marker``. .. method:: get_draggable() -> bool .. method:: get_selectable() -> bool Checks whether the marker is selectable. .. method:: is_selected() -> bool Checks whether the marker is selected. .. method:: set_child(child: ~gi.repository.Gtk.Widget | None = None) -> None Sets the child widget of ``marker``. :param child: a :obj:`~gi.repository.Gtk.Widget` .. method:: set_draggable(value: bool) -> None :param value: .. method:: set_selectable(value: bool) -> None Sets the marker as selectable or not. :param value: the selectable state Properties ---------- .. rst-class:: interim-class .. class:: Marker :no-index: .. attribute:: props.child :type: ~gi.repository.Gtk.Widget The child widget of the marker .. attribute:: props.selectable :type: bool The selectable state of the marker Fields ------ .. rst-class:: interim-class .. class:: Marker :no-index: .. attribute:: parent_instance