public SashEvent(int id, SashEdgePosition edge) : base(wxSashEvent_ctor(id, edge)) { }
[DllImport("wx-c"), System.Security.SuppressUnmanagedCodeSecurity] static extern IntPtr wxSashEvent_ctor(int id, SashEdgePosition edge);
[DllImport("wx-c"), System.Security.SuppressUnmanagedCodeSecurity] static extern void wxSashEvent_SetEdge(IntPtr self, SashEdgePosition edge);
//----------------------------------------------------------------------------- public void SetSashBorder(SashEdgePosition edge, bool border) { wxSashWindow_SetSashBorder(wxObject, edge, border); }
//----------------------------------------------------------------------------- public int GetEdgeMargin(SashEdgePosition edge) { return(wxSashWindow_GetEdgeMargin(wxObject, edge)); }
//----------------------------------------------------------------------------- public bool GetSashVisible(SashEdgePosition edge) { return(wxSashWindow_GetSashVisible(wxObject, edge)); }
//----------------------------------------------------------------------------- public void SetSashVisible(SashEdgePosition edge, bool sash) { wxSashWindow_SetSashVisible(wxObject, edge, sash); }
[DllImport("wx-c"), System.Security.SuppressUnmanagedCodeSecurity] static extern int wxSashWindow_GetEdgeMargin(IntPtr self, SashEdgePosition edge);
[DllImport("wx-c"), System.Security.SuppressUnmanagedCodeSecurity] static extern bool wxSashWindow_HasBorder(IntPtr self, SashEdgePosition edge);
[DllImport("wx-c"), System.Security.SuppressUnmanagedCodeSecurity] static extern void wxSashWindow_SetSashBorder(IntPtr self, SashEdgePosition edge, bool border);