TGUI Forum
Home
Help
Search
Login
Register
TreeView Widget
TGUI Forum
General Category
Feature requests
TreeView Widget
Print
Pages: [
1
]
necromant
4
TreeView Widget
«
on:
15 January 2018, 13:19:39 »
Hi,
@texus
. First of all , thank you for such nice Gui library , which is native to SFML.
Topic Theme is
TreeView
.I haven't found
treeView
, in class list , but it it really needed feature.
What is your plans and opinion?
Best regards,Alexander Raag
Logged
texus
1304
Re: TreeView Widget
«
Reply #1 on:
15 January 2018, 18:39:24 »
A TreeView widget would be nice to have but it is a lot of work and I don't have the time to implement it. So it probably won't be implemented anywhere soon unless you would implement it yourself.
Logged
necromant
4
Re: TreeView Widget
«
Reply #2 on:
15 January 2018, 19:53:35 »
I see you. What do you think? I will implements by myself, basing on TguinWidgets and will make pull
request on github?
Logged
texus
1304
Re: TreeView Widget
«
Reply #3 on:
15 January 2018, 20:01:23 »
If you create the widget and send a pull request through github then I would gladly accept it.
It probably won't be very easy to write though, how to create a custom widget it also not documented so you will have to look at code from existing widgets. The ListBox class might be a good starting point to look at. Feel free to ask questions if parts of the code are unclear.
It would be best to use TGUI 0.8-dev to write the widget.
Logged
necromant
4
Re: TreeView Widget
«
Reply #4 on:
15 January 2018, 20:07:40 »
Ok, i have started to write it, because i use tgui in my editor
Logged
necromant
4
Re: TreeView Widget
«
Reply #5 on:
16 January 2018, 00:22:58 »
@texus,what is best way to communicate to you?
TreeView
will be base on
tgui::Widget
TreeView
will be base on ListBox,but doenst be child of it
TreeView
will have own Render & will be add to default theme
Will be added Tests and examples like other widgets
https://github.com/Enziferum/TreeView.git
- repo,before making fork && pull request
Best regards,Alexander Raag @Enziferum
Logged
texus
1304
Re: TreeView Widget
«
Reply #6 on:
16 January 2018, 08:17:09 »
You can communicate either through the forum, through email or via Gitter (either at
https://gitter.im/texus/TGUI
or in private chat). Skype is also possible (username texusius, but possible can't be found in search).
«
Last Edit: 16 January 2018, 08:18:51 by texus
»
Logged
Print
Pages: [
1
]