File: tktree.ih

package info (click to toggle)
trn4 4.0-test76-15
  • links: PTS
  • area: non-free
  • in suites: lenny
  • size: 3,048 kB
  • ctags: 2,964
  • sloc: ansic: 48,338; sh: 6,770; tcl: 1,696; yacc: 660; perl: 108; makefile: 73
file content (12 lines) | stat: -rw-r--r-- 489 bytes parent folder | download | duplicates (12)
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**));