Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port HTMLLabel #20

Closed
kmcurry opened this issue May 23, 2014 · 1 comment
Closed

Port HTMLLabel #20

kmcurry opened this issue May 23, 2014 · 1 comment

Comments

@kmcurry
Copy link
Owner

kmcurry commented May 23, 2014

No description provided.

@kmcurry
Copy link
Owner Author

kmcurry commented Jun 2, 2014

  • case conventions, ex., all .Get* become .get_, .Set_ to .set*, etc.
  • declaration of prototypes at the top
  • logic in constructor, ex., if (!(this.windowHandle) return; will alway return because windowHandle is not created or set anywhere else. Re-examine source .CPP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants