|
|
ArrayList alltemplates = new ArrayList(); | ArrayList alltemplates = new ArrayList(); |
ArrayList categories = new ArrayList(); | ArrayList categories = new ArrayList(); |
| |
IconView TemplateView; |
MonoDevelop.Gui.Widgets.IconView TemplateView; |
FolderEntry entry_location; | FolderEntry entry_location; |
TreeStore catStore; | TreeStore catStore; |
| |
|
|
| |
lst_template_types.Selection.Changed += new EventHandler (CategoryChange); | lst_template_types.Selection.Changed += new EventHandler (CategoryChange); |
| |
TemplateView = new IconView(); |
TemplateView = new MonoDevelop.Gui.Widgets.IconView(); |
| |
TreeViewColumn catColumn = new TreeViewColumn (); | TreeViewColumn catColumn = new TreeViewColumn (); |
catColumn.Title = "categories"; | catColumn.Title = "categories"; |
|
|
| |
lst_template_types.AppendColumn (catColumn); | lst_template_types.AppendColumn (catColumn); |
| |
TemplateView = new IconView (); |
TemplateView = new MonoDevelop.Gui.Widgets.IconView (); |
hbox_template.PackStart (TemplateView, true, true, 0); | hbox_template.PackStart (TemplateView, true, true, 0); |
| |
entry_location = new FolderEntry (GettextCatalog.GetString ("Combine Location")); | entry_location = new FolderEntry (GettextCatalog.GetString ("Combine Location")); |