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++ » UppHub » Scatter:
Scatter: [message #26840] Wed, 02 June 2010 00:24 Go to next message
tojocky is currently offline  tojocky
Messages: 607
Registered: April 2008
Location: UK
Contributor

Hello,

I propose to add this functions in Scatter ctrl:
Font& TitleFont() {return titleFont;};
int H_Border() {return px;};
int V_Border() {return py;};


I need this data when I try to customize the ctrl.
Re: Scatter: [message #26844 is a reply to message #26840] Wed, 02 June 2010 08:25 Go to previous messageGo to next message
koldo is currently offline  koldo
Messages: 3354
Registered: August 2008
Senior Veteran
tojocky wrote on Wed, 02 June 2010 00:24

Hello,

I propose to add this functions in Scatter ctrl:
Font& TitleFont() {return titleFont;};
int H_Border() {return px;};
int V_Border() {return py;};


I need this data when I try to customize the ctrl.

For me it is ok Smile.


Best regards
Iñaki
Re: Scatter: [message #26846 is a reply to message #26844] Wed, 02 June 2010 08:53 Go to previous messageGo to next message
koldo is currently offline  koldo
Messages: 3354
Registered: August 2008
Senior Veteran
Hello Ion

Just to follow Scatter naming style I would use these names:

Font& GetTitleFont() {return titleFont;};
int GetH_Border() {return px;};
int GetV_Border() {return py;};


Best regards
Iñaki
Re: Scatter: [message #26852 is a reply to message #26846] Wed, 02 June 2010 10:28 Go to previous messageGo to next message
tojocky is currently offline  tojocky
Messages: 607
Registered: April 2008
Location: UK
Contributor

koldo wrote on Wed, 02 June 2010 09:53

Hello Ion

Just to follow Scatter naming style I would use these names:

Font& GetTitleFont() {return titleFont;};
int GetH_Border() {return px;};
int GetV_Border() {return py;};



It is OK for me!
Re: Scatter: [message #26855 is a reply to message #26852] Wed, 02 June 2010 23:33 Go to previous message
koldo is currently offline  koldo
Messages: 3354
Registered: August 2008
Senior Veteran
Done Smile

Best regards
Iñaki
Previous Topic: Scatter: use NONMARK
Next Topic: EditImage - editing image as String (for storing graphical information in DataBase)
Goto Forum:
  


Current Time: Thu Mar 28 10:42:00 CET 2024

Total time taken to generate the page: 0.01487 seconds