MG: added TTreeView

git-svn-id: trunk@577 -
This commit is contained in:
lazarus 2002-01-04 21:27:10 +00:00
parent d2b8ad7ebb
commit 5eb8193ed7
3 changed files with 4377 additions and 0 deletions

2
.gitattributes vendored
View File

@ -267,6 +267,7 @@ images/components/ttoolbar.ico -text svneol=unset#image/x-icon
images/components/ttoolbar.xpm -text svneol=native#image/x-xpixmap
images/components/ttrackbar.ico -text svneol=unset#image/x-icon
images/components/ttrackbar.xpm -text svneol=native#image/x-xpixmap
images/components/ttreeview.xpm -text svneol=native#image/x-xpixmap
images/components_images.lrs svneol=native#text/pascal
images/downarrow.ico -text svneol=unset#image/x-icon
images/downarrow.xpm -text svneol=native#image/x-xpixmap
@ -416,6 +417,7 @@ lcl/include/toolbar.inc svneol=native#text/pascal
lcl/include/toolbutton.inc svneol=native#text/pascal
lcl/include/toolwindow.inc svneol=native#text/pascal
lcl/include/trackbar.inc svneol=native#text/pascal
lcl/include/treeview.inc svneol=native#text/pascal
lcl/include/viewcolumn.inc svneol=native#text/pascal
lcl/include/viewcolumns.inc svneol=native#text/pascal
lcl/include/winapi.inc svneol=native#text/pascal

View File

@ -0,0 +1,33 @@
/* XPM */
static char * ttreeview_xpm[] = {
"21 21 9 1",
" c None",
". c #808080",
"+ c #000000",
"@ c #FFFFFF",
"# c #C0C0C0",
"$ c #F9D51D",
"% c #AF910A",
"& c #8E8E8E",
"* c #595959",
".....................",
".+++++++++++++++++++@",
".+@@@@@@@@@@@@@@@@@#@",
".+@$%%@@@@@@@@@@@@@#@",
".+@%$%@@@&**&*@@@@@#@",
".+@@&@@@@@@@@@@@@@@#@",
".+@@&&$%%@@@@@@@@@@#@",
".+@@@@%$%@@**&&@@@@#@",
".+@@@@@&@@@@@@@@@@@#@",
".+@@@@@&&$%%@@@@@@@#@",
".+@@@@@&@%$%@@&**@@#@",
".+@@@@@&@@@@@@@@@@@#@",
".+@@@@$%%@@@@@@@@@@#@",
".+@@@@%$%@@&***@@@@#@",
".+@@@@@&@@@@@@@@@@@#@",
".+@@@@@&&%%%@@@@@@@#@",
".+@@@@@@@%$%@@&*&@@#@",
".+@@@@@@@@@@@@@@@@@#@",
".+@@@@@@@@@@@@@@@@@#@",
".+##################@",
".@@@@@@@@@@@@@@@@@@@@"};

4342
lcl/include/treeview.inc Normal file

File diff suppressed because it is too large Load Diff