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 @@
|
||||
//
|
||||
// $Id: properties.cc,v 1.1 2003/11/28 21:34:59 mdb Exp $
|
||||
|
||||
#include "config.h"
|
||||
#include "properties.hh"
|
||||
|
||||
void properties::on_delete_clicked ()
|
||||
{
|
||||
}
|
||||
|
||||
void properties::on_edit_clicked ()
|
||||
{
|
||||
}
|
||||
|
||||
void properties::on_add_clicked ()
|
||||
{
|
||||
}
|
||||
|
||||
void properties::on_close_clicked ()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user