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
/
Application.cs
blob
3e7b0abec2d7dbba64bb04628b02a7dac6f2d6bd
1
2
using
System
;
3
4
namespace
Circ
.
Frontend
.
GtkSharp
5
{
6
7
8
public class
Application
:
Circ
.
Frontend
.
IApplication
9
{
10
public void
QuitLoop
()
11
{
12
Gtk
.
Application
.
Invoke
(
delegate
(
object
sender
,
EventArgs e
) {
13
Gtk
.
Application
.
Quit
();
14
});
15
}
16
}
17
}