1 #include "bcdisplayinfo.h"
5 #define _(String) gettext(String)
6 #define gettext_noop(String) String
7 #define N_(String) gettext_noop (String)
9 PLUGIN_THREAD_OBJECT(DotMain, DotThread, DotWindow)
16 DotWindow::DotWindow(DotMain *client, int x, int y)
17 : BC_Window(client->gui_string,
28 this->client = client;
31 DotWindow::~DotWindow()
35 int DotWindow::create_objects()
38 add_subwindow(new BC_Title(x, y,
39 _("DotTV from EffectTV\n"
40 "Copyright (C) 2001 FUKUCHI Kentarou")
48 int DotWindow::close_event()
50 // Set result to 1 to indicate a client side close