Difference between revisions of "TGradPageControl"

From Lazarus wiki
Jump to navigationJump to search
Line 19: Line 19:
  
 
===Demos===
 
===Demos===
* Move Tabs with Drag'N'Drop
+
* <s>Move Tabs with Drag'N'Drop</s>
 
* Active Page with MouseWheel
 
* Active Page with MouseWheel
 
* Theme Selection (if TGradDrawer works)
 
* Theme Selection (if TGradDrawer works)
 
* Use Forms as Pages
 
* Use Forms as Pages
* Close Tabs with Mouse-Middle-Button
+
* <s>Close Tabs with Mouse-Middle-Button</s>
  
 
==Autor==
 
==Autor==
 
'''[[User:EugenE|Eugen Bolz]]'''
 
'''[[User:EugenE|Eugen Bolz]]'''

Revision as of 19:13, 10 October 2008

Template:Translate

About

Part of GradControls. TGradPageControl is a TCustomControl descendant. This TGradPageControl should be like or better than the normal TPageControl

Current Version: 0.1 - unstable

Todo

Control

  • TGradDrawer (different Drawings with ThemeSupport, one Theme can works with all Drawer)
  • some more Todos
  • Long Tabs on Right / Left Side
  • Events of all SubComponents - maybe useful
  • Close Buttons on Tabs
  • Glyphs on Tabs or using ImageList with ImageIndex
  • Scroll to Tab (if this Tab is not Displayed)
  • Tabs-List PopupMenu (maybe as Button near the Scroll-Buttons or as Popup on the Scroll-Buttons)
  • PopupMenu Properties for each Page / Tab

Demos

  • Move Tabs with Drag'N'Drop
  • Active Page with MouseWheel
  • Theme Selection (if TGradDrawer works)
  • Use Forms as Pages
  • Close Tabs with Mouse-Middle-Button

Autor

Eugen Bolz