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 » U++ Library support » ArrayCtrl, HeaderCtrl & GridCtrl » void SetDisplay(int r, int c, GridDisplay& gd);
Re: void SetDisplay(int r, int c, GridDisplay& gd); [message #37868 is a reply to message #37547] Mon, 19 November 2012 11:11 Go to previous messageGo to previous message
deep is currently offline  deep
Messages: 263
Registered: July 2011
Location: Bangalore
Experienced Member
Hi All

I added following function in GridCtrl.cpp

It looks like working.

void GridCtrl::SetDisplay(int r, int c, GridDisplay& gd)
{
	GetItem( r + fixed_rows, c + fixed_cols ).SetDisplay(gd);

}


Warm Regards

Deepak
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: How to read value from ArrayCtrl?
Next Topic: GridCtrl copy/paste extra columns
Goto Forum:
  


Current Time: Sun Apr 28 00:15:51 CEST 2024

Total time taken to generate the page: 0.08193 seconds