EditorGuide.h

Go to the documentation of this file.
00001 
00005 /* Copyright © 2010 James Legg.
00006     This program is free software: you can redistribute it and/or modify
00007     it under the terms of the GNU General Public License as published by
00008     the Free Software Foundation, either version 3 of the License, or
00009     (at your option) any later version.
00010 */
00011 
00012 #ifndef RACER_EDITOR_EDITOR_GUIDE_H
00013 #define RACER_EDITOR_EDITOR_GUIDE_H
00014 
00015 #include <gtkmm/infobar.h>
00016 #include <gtkmm/label.h>
00017 #include <gtkmm/box.h>
00018 
00021 class EditorGuide
00022     :   public Gtk::InfoBar
00023 {
00024     public:
00025         EditorGuide();
00026     protected:
00031         void show_message(unsigned int index);
00032         
00033         virtual void on_response (int response_id);
00034         
00036         Gtk::Label m_label;
00037         
00041         unsigned int m_message_index;
00042 };
00043 
00044 #endif // RACER_EDITOR_EDITOR_GUIDE_H

Get Racer at SourceForge.net. Fast, secure and Free Open Source software downloads

Generated at Mon Sep 6 00:41:13 2010 by Doxygen version 1.4.7 for Racer version svn335.