Main.init

Call this function before using any other GTK+ functions in your GUI applications.

  1. void init(string[] args)
    class Main
    static
    void
    init
    (
    string[] args
    )
  2. void init(int* argc, char*** argv)

Meta