Displaying 4 results from an estimated 4 matches for "addtool".
Did you mean:
addpool
2005 Oct 24
1
Pb with function taxo2phylog (package ade4)
...nquist <- as.taxo(cronquist[7:1])
cro.phy <- taxo2phylog(cronquist)
in which cronquist.txt is a file with a classification of 218 genus of tree
species from french Guiana.
We I try to use the function taxo2phylog, I obtain the following error
message (in French) :
Erreur dans newick2phylog.addtools(res) : la longueur de 'dimnames' [2]
n'est pas ??gale ?? l'??tendue du tableau
Error in newick2phylog.addtools(res) : length of dimnames[2] is not equal to
length of frame
newick2phylog.addtools is a function that is called when taxo2phylog is
called
when I want to know what i...
2007 Jun 22
0
[1056] trunk/wxruby2/swig/classes/include/wxToolBar.h: Add missing param to InsertTool long version; uncomment some methods now
...-         * \param const wxString&
-         * \param wxItemKind
-        */
-
- wxToolBarTool* AddTool(int toolId , const wxString& label , const wxBitmap& bitmap1 , const wxString& shortHelpString = wxT(""), wxItemKind kind = wxITEM_NORMAL) ;
-        /**
-      ...
2007 Jun 22
0
[1055] trunk/wxruby2/swig/classes/ToolBar.i: Chnage methods returning ToolBarToolBase to return position of new tool;
...lt;del>-#// for some reason, the api returns a wxToolBarTool,
-#// even though that''s not a documented class.
-#// fake it by saying it''s just a control
-typedef wxControl wxToolBarTool;
</del><span class="cx">
</span><del>-%ignore wxToolBar::AddTool(int toolId, const wxString& label, const wxBitmap& bitmap1, const wxBitmap& bitmap2 = wxNullBitmap, wxItemKind kind = wxITEM_NORMAL, const wxString& shortHelpString = "", const wxString& longHelpString = "", wxObject* clientData = NULL);
</del><ins&g...
2007 Jun 22
0
[1057] trunk/wxruby2/swig/classes/include/wxToolBar.h: Add new methods from the 2.8 API
...1056)
+++ trunk/wxruby2/swig/classes/include/wxToolBar.h        2007-06-22 19:05:45 UTC (rev 1057)
</span><span class="lines">@@ -16,11 +16,14 @@
</span><span class="cx"> wxToolBarToolBase* AddTool(wxToolBarToolBase* tool );
</span><span class="cx"> wxToolBarToolBase* AddCheckTool(int toolId , const wxString& label , const wxBitmap& bitmap1 , const wxBitmap& bitmap2 , const wxString& shortHelpString = wxT(""), const wxString& longHe...