~nux-team/nuxplayground/trunk

« back to all changes in this revision

Viewing changes to src/button/button.cpp

  • Committer: Jay Taoko
  • Date: 2012-06-23 05:02:46 UTC
  • Revision ID: jay.taoko@canonical.com-20120623050246-kz41gvxwjyjopaw6
* Added text input test

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include "Nux/Button.h"
27
27
#include "Nux/CheckBox.h"
28
28
 
29
 
//#include <curl/curl.h>
30
 
//#include <curl/types.h>
31
 
//#include <curl/easy.h>
32
 
 
33
 
//#include <regex>
34
 
 
35
29
#if defined(NUX_OS_WINDOWS)
36
30
  #define PKGDATADIR "../../data/"
37
31
#endif