Beginnings of a C++ rewrite. We love to switch languages!
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1330 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
// generated 2002/12/1 21:56:20 PST by mdb@baltic.(none)
|
||||
// using glademm V1.1.3c_cvs
|
||||
//
|
||||
// newer (non customized) versions of this file go to binding.cc_new
|
||||
|
||||
// This file is for your program, I won't touch it again!
|
||||
|
||||
#include "config.h"
|
||||
#include "binding.hh"
|
||||
|
||||
void binding::on_ok_clicked()
|
||||
{
|
||||
}
|
||||
|
||||
void binding::on_cancel_clicked()
|
||||
{
|
||||
}
|
||||
|
||||
bool binding::on_key_key_press_event(GdkEventKey *ev)
|
||||
{ return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user