![]() |
BioGTK
6.0.0
A .NET library & program for annotating, editing various microscopy imaging formats using Bioformats supported images. Including whole slide, pyramidal, and series.
|
Public Member Functions | |
void | InitItems () |
void | UpdateItems () |
It updates the treeview with the current state of the scripts. | |
Static Public Member Functions | |
static SetTool | Create () |
Protected Member Functions | |
SetTool (Builder builder, IntPtr handle) | |
Definition at line 9 of file SetTool.cs.
|
protected |
Definition at line 38 of file SetTool.cs.
|
static |
"Create a new instance of the SetTool class, using the Builder class to load the glade file and get the handle of the main window."
The Builder class is a class that is used to load the glade file and get the handle of the main window
Definition at line 32 of file SetTool.cs.
void BioGTK.SetTool.InitItems | ( | ) |
It creates two columns in the treeview, and then adds the text from the first and second columns of the liststore to the first and second columns of the treeview.
Definition at line 59 of file SetTool.cs.
void BioGTK.SetTool.UpdateItems | ( | ) |
It updates the treeview with the current state of the scripts.
Definition at line 80 of file SetTool.cs.