Functions | |
| renameEdTab (tabbarstr, tabstr, name) | |
| Rename a tab. | |
| dsEdTab (tabbarstr, tabstr) | |
| Destroy a tab. | |
| crEdTab (tabbarstr, name, mode, state) | |
| Create a new tab in tab bar. | |
| getEdTabWindow (tabstr) | |
| Get the windows structure of a tab. | |
| setEdTabCbFocused (tabstr, cbfun) | |
| Set the focused callback on a tab. | |
| resizeEdTabBar (tabbarstr, w, h) | |
| Resize a tab bar. | |
| dsEdTabBar (tabbarstr) | |
| Destroy a tab bar. | |
| crEdTabBarFromToolBar (tbstr, targetstr, x, y, w, h, margin, themestr) | |
| Create the tab bar on tool bar. | |
Tab control
| renameEdTab | ( | tabbarstr | , | |
| tabstr | , | |||
| name | ||||
| ) |
| dsEdTab | ( | tabbarstr | , | |
| tabstr | ||||
| ) |
| crEdTab | ( | tabbarstr | , | |
| name | , | |||
| mode | , | |||
| state | ||||
| ) |
| getEdTabWindow | ( | tabstr | ) |
| setEdTabCbFocused | ( | tabstr | , | |
| cbfun | ||||
| ) |
| resizeEdTabBar | ( | tabbarstr | , | |
| w | , | |||
| h | ||||
| ) |
| dsEdTabBar | ( | tabbarstr | ) |
| crEdTabBarFromToolBar | ( | tbstr | , | |
| targetstr | , | |||
| x | , | |||
| y | , | |||
| w | , | |||
| h | , | |||
| margin | , | |||
| themestr | ||||
| ) |
Create the tab bar on tool bar.
Prototype: fun [EdToolBar EdWindow I I I I I EdTheme] EdTabBar
| EdToolBar | : tool bar structure | |
| EdWindow | : target window structure | |
| I | : x position | |
| I | : y position | |
| I | : width | |
| I | : height | |
| I | : text margin on tabs | |
| EdTheme | : theme structure |
1.6.3