View Single Post
  #12  
Unread 03-05-2005, 05:45 AM
Deathbane27's Avatar
Deathbane27 Deathbane27 is offline
aka Mook
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jul 2004
Server: Nektulos
Posts: 1,451
Default

Anyone know how to work the new "Splitter" control? It's got OnChange as a listed property so it's gotta be something useful.

Code:
7.4.26 Splitter 
Parent : Widget
Allow two widgets to be resized

	OnChange - action
		string

	Style 
		SplitterStyle

	ControlBefore
		Widget

	ControlAfter
		Widget

7.4.27 SplitterStyle 
Parent : WidgetStyle
Style for a splitter

	Layout
		Horizontal
		Vertical

	StartCap
	Background
	EndCap
__________________
If it ain't broke, it needs more features!
Reply With Quote