Exemple #1
0
 public SashEvent(int id, SashEdgePosition edge)
     : base(wxSashEvent_ctor(id, edge))
 {
 }
Exemple #2
0
 [DllImport("wx-c"), System.Security.SuppressUnmanagedCodeSecurity] static extern IntPtr wxSashEvent_ctor(int id, SashEdgePosition edge);
Exemple #3
0
 [DllImport("wx-c"), System.Security.SuppressUnmanagedCodeSecurity] static extern void wxSashEvent_SetEdge(IntPtr self, SashEdgePosition edge);
Exemple #4
0
        //-----------------------------------------------------------------------------

        public void SetSashBorder(SashEdgePosition edge, bool border)
        {
            wxSashWindow_SetSashBorder(wxObject, edge, border);
        }
Exemple #5
0
        //-----------------------------------------------------------------------------

        public int GetEdgeMargin(SashEdgePosition edge)
        {
            return(wxSashWindow_GetEdgeMargin(wxObject, edge));
        }
Exemple #6
0
        //-----------------------------------------------------------------------------

        public bool GetSashVisible(SashEdgePosition edge)
        {
            return(wxSashWindow_GetSashVisible(wxObject, edge));
        }
Exemple #7
0
        //-----------------------------------------------------------------------------

        public void SetSashVisible(SashEdgePosition edge, bool sash)
        {
            wxSashWindow_SetSashVisible(wxObject, edge, sash);
        }
Exemple #8
0
 [DllImport("wx-c"), System.Security.SuppressUnmanagedCodeSecurity] static extern int wxSashWindow_GetEdgeMargin(IntPtr self, SashEdgePosition edge);
Exemple #9
0
 [DllImport("wx-c"), System.Security.SuppressUnmanagedCodeSecurity] static extern bool wxSashWindow_HasBorder(IntPtr self, SashEdgePosition edge);
Exemple #10
0
 [DllImport("wx-c"), System.Security.SuppressUnmanagedCodeSecurity] static extern void wxSashWindow_SetSashBorder(IntPtr self, SashEdgePosition edge, bool border);