First we create the very basic xtd::forms program. 
- Windows
 - 
 
 
  
- macOS
 - 
 
 
  
- Gnome
 - 
 
 
 
#include <xtd/xtd>
 
namespace tutorial {
  public:
    form_icon() {
      text("Icon");
    }
    
    static auto main() {
    }
  };
}
 
static xtd::drawing::icon gammasoft() noexcept
Gets an xtd::drawing::icon object that contains the Gammasoft logo icon.
 
#define startup_(main_method)
Defines the entry point to be called when the application loads. Generally this is set either to the ...
Definition startup.hpp:175