Skip to content

Instantly share code, notes, and snippets.

@zedtux
Created January 12, 2014 02:42
Show Gist options
  • Save zedtux/8380057 to your computer and use it in GitHub Desktop.
Save zedtux/8380057 to your computer and use it in GitHub Desktop.
Créer simplement une interface GTK en C++ - hello.cpp
#include “hello.h”
//~ Ici notre constructeur un peu particulier.
Hello::Hello(BaseObjectType* cobject, const Glib::RefPtr& refGlade)
: Gtk::Window(cobject),
RefXmlGlade(refGlade)
{
}
Hello::~Hello()
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment