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

FrameType.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: 7ecc08d2779e12f71d226c5646df09107c9c7153 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// 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 FrameType {

		Normal,
		Dialog,
		ModalDialog,
		Utility,
		Menu,
		Border,
		Last,
	}
#endregion
}