repo.or.cz
/
gtkmmProject.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cstring header was included. (Compile in Debian)
[gtkmmProject.git]
/
src
/
TestModel.h
blob
7287ffe25a36961337d96edb1ca9ae90dc460c77
1
#ifndef _TestModel_H
2
#define _TestModel_H
3
4
#include <gtkmm/treemodel.h>
5
6
class
TestTreeModel
:
public Gtk
::
TreeModel
7
{
8
public
:
9
TestTreeModel
(
void
);
10
~
TestTreeModel
(
void
);
11
12
private
:
13
};
14
15
#endif