Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ButtonFunction.cs « Metacity « libsteticui « MonoDevelop.GtkCore « addins « src « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9fa8ef490730d46c7d690efcf667716fb0f884f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// This file was generated by the Gtk# code generator.
// Any changes made will be lost if regenerated.

namespace Stetic.Metacity
{

	using System;
	using System.Runtime.InteropServices;

#region Autogenerated code
	internal enum ButtonFunction {

		Menu,
		Minimize,
		Maximize,
		Close,
		Last,
	}
#endregion
}