Tomboy.TaskManager.TaskList.AddTask C# (CSharp) Method

AddTask() public method

Creates a new Task and add it to the `Tasks` list.
public AddTask ( Gtk position ) : void
position Gtk
return void
        public void AddTask(Gtk.TextIter position)
        {
            Tasks.Add (new Task (this, position));
        }

Same methods

TaskList::AddTask ( Gtk position, TaskTag tag ) : void