Merge pull request #836 from MikeTheWatchGuy/Dev-latest

Fixed formatting
This commit is contained in:
MikeTheWatchGuy 2018-12-02 15:14:28 -05:00 committed by GitHub
commit 2966d2ab8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 36 additions and 32 deletions

View File

@ -4060,22 +4060,24 @@ Dummy Stretch Element made for backwards compatibility with Qt
Timer function prints in milliseconds now, was seconds Timer function prints in milliseconds now, was seconds
### 3.17.0 &1.17.0 2-Dec-2018 ### 3.17.0 &1.17.0 2-Dec-2018
Tooltip offset now programmable. Set variable DEFAULT_TOOLTIP_OFFSET. Defaults to (20,-20)
Tooltips are always on top now * Tooltip offset now programmable. Set variable DEFAULT_TOOLTIP_OFFSET. Defaults to (20,-20)
Disable menu items * Tooltips are always on top now
Menu items can have keys * Disable menu items
enable_events parameter added to ALL Elements capable of generating events * Menu items can have keys
select parameter to InputText.Update will select the input text * StatusBar Element (preparing for a real status bar in Qt)
Listbox.Update - set_to_index parameter will select a single items * enable_events parameter added to ALL Elements capable of generating events
Menus can be updated! * InputText.Update select parameter will select the input text
Menus have an entry in the return values * Listbox.Update - set_to_index parameter will select a single items
LayoutAndRead depricated * Menus can be updated!
Multi-window support continues (X detection) * Menus have an entry in the return values
PopupScrolled now has a location parameter * LayoutAndRead depricated
row_height parameter to Table Element * Multi-window support continues (X detection)
Stretch Element (DUMMY) so that can be source code compatible with Qt * PopupScrolled now has a location parameter
ButtonMenu Element (DUMMY) so can be source code compatible with Qt. Will implement eventually * row_height parameter to Table Element
StatusBar Element (preparing for a real status bar in Qt) based on Text Element * Stretch Element (DUMMY) so that can be source code compatible with Qt
* ButtonMenu Element (DUMMY) so can be source code compat with Qt. Will implement eventually
### Upcoming ### Upcoming
Make suggestions people! Future release features Make suggestions people! Future release features

View File

@ -4060,22 +4060,24 @@ Dummy Stretch Element made for backwards compatibility with Qt
Timer function prints in milliseconds now, was seconds Timer function prints in milliseconds now, was seconds
### 3.17.0 &1.17.0 2-Dec-2018 ### 3.17.0 &1.17.0 2-Dec-2018
Tooltip offset now programmable. Set variable DEFAULT_TOOLTIP_OFFSET. Defaults to (20,-20)
Tooltips are always on top now * Tooltip offset now programmable. Set variable DEFAULT_TOOLTIP_OFFSET. Defaults to (20,-20)
Disable menu items * Tooltips are always on top now
Menu items can have keys * Disable menu items
enable_events parameter added to ALL Elements capable of generating events * Menu items can have keys
select parameter to InputText.Update will select the input text * StatusBar Element (preparing for a real status bar in Qt)
Listbox.Update - set_to_index parameter will select a single items * enable_events parameter added to ALL Elements capable of generating events
Menus can be updated! * InputText.Update select parameter will select the input text
Menus have an entry in the return values * Listbox.Update - set_to_index parameter will select a single items
LayoutAndRead depricated * Menus can be updated!
Multi-window support continues (X detection) * Menus have an entry in the return values
PopupScrolled now has a location parameter * LayoutAndRead depricated
row_height parameter to Table Element * Multi-window support continues (X detection)
Stretch Element (DUMMY) so that can be source code compatible with Qt * PopupScrolled now has a location parameter
ButtonMenu Element (DUMMY) so can be source code compatible with Qt. Will implement eventually * row_height parameter to Table Element
StatusBar Element (preparing for a real status bar in Qt) based on Text Element * Stretch Element (DUMMY) so that can be source code compatible with Qt
* ButtonMenu Element (DUMMY) so can be source code compat with Qt. Will implement eventually
### Upcoming ### Upcoming
Make suggestions people! Future release features Make suggestions people! Future release features