etc.negui.window.mainwindow


class MainWindow: etc.negui.window.newindow.NeWindow;
History:
1.120
  • sourceコンストラクタ時にコマンドライン引数を受け取ったり生成。
1.00β18
  • sourceOneの扱いを微妙に変更。
protected const CommandLine commandLine;

this(ref NEGUIINFO NeGuiInfo , in CommandLine CmdLine );
History:
1.022
  • 新規作成。
this();

INT execute();

protected void OnDestroy();

class MyChildren;
History:
1.00β18
  • 新規作成。
final MyChildren getNeGuiWindow();
History:
1.00β18
  • source戻り値の型変更。
1.00β17
  • 新規作成。
class MessageMainWindow: etc.negui.window.mainwindow.MainWindow;
History:
1.110
  • 新規作成。
this(ref NEGUIINFO NeGuiInfo , in CommandLine CmdLine );

this();