[DEV] update new ETK

This commit is contained in:
2017-10-09 10:25:41 +02:00
parent 40da422a38
commit e1d4a8c7ea
21 changed files with 119 additions and 119 deletions

View File

@@ -19,7 +19,7 @@ class MainApplication : public ewol::context::Application {
virtual void onCreate(ewol::Context& _context) override {
APPL_INFO("==> OnCreate APPL (START) [" << gale::getBoardType() << "] (" << gale::getCompilationMode() << ")");
for( int32_t iii=0 ; iii<_context.getCmd().size(); iii++) {
std::string tmpppp = _context.getCmd().get(iii);
etk::String tmpppp = _context.getCmd().get(iii);
if ( tmpppp == "-h"
|| tmpppp == "--help") {
APPL_INFO(" -t c-flags-file-name" );

View File

@@ -26,7 +26,7 @@ appl::Windows::Windows() {
void appl::Windows::init() {
ewol::widget::Windows::init();
std::string composition = std::string("");
etk::String composition = etk::String("");
composition += "<sizer mode='vert'>\n";
composition += " <sizer mode='hori'>\n";
composition += " <button name='bt-play1'>\n";