init


Description:

public void init (string[] args)

Initialize a GTK application.

This creates a GTK window that can be accessed using main_window and an EV3devKit.UI.Screen that can be accessed using EV3devKit.UI.Screen.get_active_screen.

Parameters:

args

The args from the programs main function.


Package: ev3devkit