X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcer%2Fsrc%2FSilcerMainDlg.hh;fp=apps%2Fsilcer%2Fsrc%2FSilcerMainDlg.hh;h=0000000000000000000000000000000000000000;hb=72c2de619079457f7a68100eb13385275a424a23;hp=90057062a82b5b8c7a70002550c74bb65c1eb2b2;hpb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;p=runtime.git diff --git a/apps/silcer/src/SilcerMainDlg.hh b/apps/silcer/src/SilcerMainDlg.hh deleted file mode 100644 index 90057062..00000000 --- a/apps/silcer/src/SilcerMainDlg.hh +++ /dev/null @@ -1,52 +0,0 @@ -/* - - SilcerMainDlg.hh - - Author: Pekka Riikonen - - Copyright (C) 2001 Pekka Riikonen - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; version 2 of the License. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - -*/ - -#ifndef SILCERMAINDLG_HH -#define SILCERMAINDLG_HH - -#include "silcerbasewin.hh" -#include "silcerchatview.hh" -#include -#include -#include -#include - -class SilcerMainDlg : public SilcerBaseDialog -{ -public: - SilcerMainDlg(void); - ~SilcerMainDlg(void); - - // Print message to output box - void print(const string message); - void print(const string message, const string nickname); - -protected: - // Events - gint InputBoxKeyPress(GdkEventKey *key); - -private: - SilcerChatView *_ChatView; - GCompletion *_Completer; - Gtk::HBox *_OutputBox; - Gtk::Text *_InputBox; - Gtk::Notebook *_Tab; -}; - -#endif /* SILCERMAINDLG */