10 changed files with 101 additions and 2 deletions
@ -0,0 +1,17 @@ |
|||
namespace Perspex.Controls |
|||
{ |
|||
|
|||
public enum WindowEdge |
|||
{ |
|||
//Please don't reorder stuff here, I was lazy to write proper conversion code
|
|||
//so the order of values is matching one from GTK
|
|||
NorthWest = 0, |
|||
North, |
|||
NorthEast, |
|||
West, |
|||
East, |
|||
SouthWest, |
|||
South, |
|||
SouthEast, |
|||
} |
|||
} |
|||
Loading…
Reference in new issue