repo.or.cz
/
circ.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* Corrected small things to make Circ-git compile from within MonoDevelop
[circ.git]
/
Circ.Frontend.GtkSharp
/
ChannelTabLabel.cs
blob
74f62a13029a82390f778dfc2228ee3bfaa15409
1
2
3
using
System
;
4
5
namespace
Circ
.
Frontend
.
GtkSharp
6
{
7
8
9
public partial class
ChannelTabLabel
:
Gtk
.
Bin
10
{
11
12
public
ChannelTabLabel
()
13
{
14
this
.
Build
();
15
}
16
}
17
}