build git 2.17.1
[AROS-Contrib.git] / bgui / gadgets / TreeView / TVReplace.c
blobd39cea8b7b81a92a10e34fe531330955837ddf78
1 /*
2 * @(#) $Header$
4 * BGUI Tree List View class
6 * (C) Copyright 1999 Manuel Lemos.
7 * (C) Copyright 1996-1999 Nick Christie.
8 * All Rights Reserved.
10 * $Log$
11 * Revision 42.3 2004/06/16 20:16:49 verhaegs
12 * Use METHODPROTO, METHOD_END and REGFUNCPROTOn where needed.
14 * Revision 42.2 2000/07/09 03:05:09 bergers
15 * Makes the gadgets compilable.
17 * Revision 42.1 2000/05/15 19:29:08 stegerg
18 * replacements for REG macro
20 * Revision 42.0 2000/05/09 22:22:00 mlemos
21 * Bumped to revision 42.0 before handing BGUI to AROS team
23 * Revision 41.11 2000/05/09 20:35:47 mlemos
24 * Bumped to revision 41.11
26 * Revision 1.2 2000/05/09 20:00:44 mlemos
27 * Merged with the branch Manuel_Lemos_fixes.
29 * Revision 1.1.2.2 1999/05/31 01:12:56 mlemos
30 * Made the method functions take the arguments in the apropriate registers.
32 * Revision 1.1.2.1 1999/02/21 04:08:01 mlemos
33 * Nick Christie sources.
39 /************************************************************************
40 *********************** TREEVIEW CLASS: REPLACE ***********************
41 ************************************************************************/
43 /************************************************************************
44 ****************************** INCLUDES *******************************
45 ************************************************************************/
47 #include "TreeViewPrivate.h"
48 #include "TVUtil.h"
50 /************************************************************************
51 ************************** LOCAL DEFINITIONS **************************
52 ************************************************************************/
55 /************************************************************************
56 ************************* EXTERNAL REFERENCES *************************
57 ************************************************************************/
60 * Functions from TVUtil are listed in TVUtil.h
63 /************************************************************************
64 ***************************** PROTOTYPES ******************************
65 ************************************************************************/
68 /************************************************************************
69 ***************************** LOCAL DATA ******************************
70 ************************************************************************/
73 /************************************************************************
74 **************************** TV_REPLACE() *****************************
75 ************************************************************************/
77 METHOD(TV_Replace, struct tvReplace *, tvr)
79 return(0);
81 METHOD_END