Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

PreferencesWindow.h
Saturday, March 29th, 2008 at 11:42:14am MDT 

  1. #ifndef PREFERENCESWINDOW_H_
  2. #define PREFERENCESWINDOW_H_
  3.  
  4. #include <iostream>
  5. #include <fstream>
  6. #include <exception>
  7.  
  8. #include <glibmm.h>
  9. #include <gtkmm.h>
  10. #include <libglademm.h>
  11.  
  12. class PreferencesWindow
  13. {
  14. public:
  15.         PreferencesWindow();
  16.         virtual ~PreferencesWindow();
  17.  
  18.         // The window. This is public so we can hook into events and
  19.         // call kit.run(window) against it, if needed.
  20.         Gtk::Window          *window;
  21.  
  22. private:
  23.         // Contains the Xml reference for this window and it's widgets.
  24.         Glib::RefPtr<Gnome::Glade::Xml>
  25.                                         refXml;
  26.                
  27.         // Widgets in the window.
  28.        
  29.         // Methods
  30.         void on_ok_button_clicked();
  31. };
  32.  
  33. #endif /*PREFERENCESWINDOW_H_*/

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

worth-right