mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 04:19:09 +02:00
MG: added TTreeView
git-svn-id: trunk@577 -
This commit is contained in:
parent
d2b8ad7ebb
commit
5eb8193ed7
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -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
|
||||
|
33
images/components/ttreeview.xpm
Normal file
33
images/components/ttreeview.xpm
Normal 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
4342
lcl/include/treeview.inc
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user