Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » U++ TheIDE and Library: Releases and ChangeLogs » ArrayCtrl enable line, AddSeparator
ArrayCtrl enable line, AddSeparator [message #13408] Fri, 04 January 2008 11:01
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
ArrayCtrl now can disable line - such line cannot be selected:

ArrayCtrl::
	void       EnableLine(int i, bool e);
	void       DisableLine(int i)                               { EnableLine(i, false); }
	bool       IsLineDisabled(int i) const                      { return array[i].enabled; }


This is used for another ArrayCtrl and DropList method, "AddSeparator".
Previous Topic: GCC warns no more...
Next Topic: X11 now shows "Panic" message boxes
Goto Forum:
  


Current Time: Thu Mar 28 23:48:53 CET 2024

Total time taken to generate the page: 0.01546 seconds