repo.or.cz
/
ardour2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix math bug with numthreads computation
[ardour2.git]
/
gtk2_ardour
/
configinfo.h
blob
ee8a45286768cf7e6762a4bf0cfe6bee557e5247
1
#include <gtkmm/textview.h>
2
3
#include
"ardour_dialog.h"
4
5
class
ConfigInfoDialog
:
public
ArdourDialog
6
{
7
public
:
8
ConfigInfoDialog
();
9
10
private
:
11
Gtk
::
TextView text
;
12
};