1 2 3 4 5 6 7 8 9 10 11 12
|
/* tktree.ih
*/
/* This software is copyrighted as detailed in the LICENSE file. */
/* DON'T EDIT BELOW THIS LINE OR YOUR CHANGES WILL BE LOST! */
static void ttk_article_delete _((ClientData));
static void ttk_treeprep_helper _((ARTICLE*));
static void ttk_treechange_helper _((ARTICLE*));
static int ttk_article_objectcmd _((ClientData,Tcl_Interp*,int,char**));
static int ttk_article _((ClientData,Tcl_Interp*,int,char**));
static int ttk_trn _((ClientData,Tcl_Interp*,int,char**));
|