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 » TabCtrl » Tabctrl and RightDown.
Re: Tabctrl and RightDown. [message #37854 is a reply to message #37835] Sun, 18 November 2012 16:59 Go to previous messageGo to previous message
witriol is currently offline  witriol
Messages: 8
Registered: November 2012
Promising Member
I definied this class.

class Kep_lay : public Withkep_lay<ParentCtrl> {
public:
	typedef Kep_lay CLASSNAME;

	virtual void RightDown(Point p, dword keyFlags) ;
};    				 


And included in the Gun class:
class Gun : public WithGunLayout<TopWindow> {	
....
public:
....	
	Kep_lay mj;
....


And I wrote the function:
void Kep_lay::RightDown(Point p, dword keyFlags)
{
....
Exclamation("OK");
....
}

It's work. BUT!

How do I call, Gun::RightDon (or other Gun::I_definied)?
I tried like atomic thread callback, but not work.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Why not drop ParentCtrl pane and add Ctrls directly to TabBarCtrl?
Next Topic: TabBar min tab count
Goto Forum:
  


Current Time: Mon May 13 22:10:56 CEST 2024

Total time taken to generate the page: 0.01621 seconds