Womb.Gtk : Womb.Gtk Namespace
AtomTabRow

A row in an Womb.Gtk.AtomTab

public struct AtomTabRow : IHtmlizable


Remarks
To be added.
Members

See Also: Inherited members from ValueType.

Fields
Atom
Womb.Atom . The atom contained in this row
Properties
Path [read-only]
Gtk.TreePath . Path to this row
Methods
Remove ()
Remove row from table
Select ()
Selects row in the view
Select (bool)
Selects row in the view
ToHtml () : string
Emits HTML for contents of row
Wipe ()
Deletes row from view and database
Member Details
Atom
public Womb.Atom Atom

The atom contained in this row

Remarks
To be added.

Select
public void Select ()

Selects row in the view

Remarks
This method is equivalent to calling Womb.Gtk.AtomTabRow.Select (true)

Select
public void Select (bool scroll)

Selects row in the view

Parameters
scroll
Whether to scroll the view to this row
Remarks
To be added.

Remove
public void Remove ()

Remove row from table

Remarks
Calling this method removes the row from the view, but doesnt delete the row from the database; if you want to delete the row from the database, call Womb.Gtk.AtomTabRow.Wipe()

Wipe
public void Wipe ()

Deletes row from view and database

Remarks
This methods destroys data in the database; if you only want to remove it from the view, call Womb.Gtk.AtomTabRow.Remove()

ToHtml
public string ToHtml ()

Emits HTML for contents of row

Returns
To be added.
Remarks
To be added.

Path
public Gtk.TreePath Path { get; }

Path to this row

Value
To be added.
Remarks
To be added.