C# Класс LongoMatch.Gui.Component.TreeViewHelpers

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
EventsListFromPaths ( TreeModel model, Gtk.TreePath paths ) : List

Fill a list of events from a list of paths, if the first and unique path is an EventType the list is filled with al the child events in this EventType category.

GetValue ( this model, Gtk.TreePath path, int col ) : object

Returns the value in the path for the given model

Описание методов

EventsListFromPaths() публичный статический Метод

Fill a list of events from a list of paths, if the first and unique path is an EventType the list is filled with al the child events in this EventType category.
public static EventsListFromPaths ( TreeModel model, Gtk.TreePath paths ) : List
model TreeModel Model.
paths Gtk.TreePath Paths.
Результат List

GetValue() публичный статический Метод

Returns the value in the path for the given model
public static GetValue ( this model, Gtk.TreePath path, int col ) : object
model this Model.
path Gtk.TreePath Path.
col int
Результат object