4. August 2014 : Version 1.5 Beta 2
- Added:
SetTabBarGadgetItemAttribute() and GetTabBarGadgetItemAttribute():
Changes or returns the attribute of a tab.
- Added:
#TabBarGadget_TabTextAlignment:
Changes the alignment of the text in a tab with more space.
- Added:
#TabBarGadget_SelectedCloseButton: Add a close button only on selected tabs.
- Added:
#TabBarGadget_ReverseOrdering: Reverses the ordering of the tabs (to "right to left").
- Fixed: Return value of
GetTabBarGadgetItemPosition()
19. Oktober 2013 : Version 1.5 Beta 1
- Added:
SetTabBarGadgetItemPosition() and GetTabBarGadgetItemPosition():
Changes or returns the position of the tab.
- Added:
#TabBarGadget_None for no attribbute.
- Added:
#TabBarGadgetItem_Selected as a special tab identifier for the selected tab.
- Added:
#TabBarGadget_EventType_CheckBox: If the state of the chack box was changed.
- Changed: Updated to PB 5.20 and switch to BindEvent().
- Changed:
TabBarGadget(): The parameter for the window is no longer optional!
- Changed:
#TabBarGadgetEvent_*-constants renamed to #TabBarGadget_EventType_* and some other changes of names.
- Fixed: If a selected tab removed, the last selected tab will selected again.
- Removed:
DisableTabBarGadgetItem(): Now you can use SetTabBarGadgetItemState().
- Removed:
TabBarGadgetEvent(): Needless respect to the BindEvent()-update. Now you can use EventType() to get the event type.
- Removed:
EventTab(): Name confligt, now you can use GetTabBarGadgetItemPosition() with the special position #TabBarGadgetItem_Event.
19. July 2013 : Version 1.4
- Added: More attributes:
#TabBarGadget_Vertical, #TabBarGadget_MultiSelect,
#TabBarGadget_ScrollPosition, #TabBarGadget_PopupButton, #TabBarGadget_Editable,
#TabBarGadget_CheckBox
- Added:
SetTabBarGadgetItemState() and GetTabBarGadgetItemState(): set or get the state of the item.
- Added: More global settings.
1. September 2012 : Version 1.3
1. March 2012 : Version 1.2
12. December 2011 : Version 1.1
12. September 2011 : Version 1.0
- First official release of this include.
- Added:
TabBarGadget(), #TabBarGadget_CloseButton, #TabBarGadget_EmptyButton, #TabBarGadget_Navigation: Creates a tab bar gadget with some attributes.
- Added:
TabBarGadgetEvent(), #TabBarGadget_Event_NewTab, #TabBarGadget_Event_CloseTab, #TabBarGadget_Event_Change, #TabBarGadget_Event_Swap: Gets the last event on the gadget.
- Added:
FreeTabBarGadget(): Frees the created tab bar gadget.
- Added:
AddTabBarGadgetItem(), RemoveTabBarGadgetItem(): Adds or removes a tab.
- Added:
SetTabBarGadgetState(), GetTabBarGadgetState()
- Added:
SetTabBarGadgetItemText(), GetTabBarGadgetItemText()