public bool Intersects(GBPosition pos, GBSpan span) { return(wxGBSizerItem_IntersectsSpan(wxObject, Object.SafePtr(pos), Object.SafePtr(span))); }
public GBSizerItem(Window window, GBPosition pos, GBSpan span, int flag, int border, Object userData) : this(wxGBSizerItem_ctorWindow(Object.SafePtr(window), Object.SafePtr(pos), Object.SafePtr(span), flag, border, Object.SafePtr(userData))) { }
public GBSizerItem(Sizer sizer, GBPosition pos, GBSpan span, int flag, int border, Object userData) : this(wxGBSizerItem_ctorSizer(Object.SafePtr(sizer), Object.SafePtr(pos), Object.SafePtr(span), flag, border, Object.SafePtr(userData))) { }
public bool CheckForIntersection(GBPosition pos, GBSpan span, GBSizerItem excludeItem) { return(wxGridBagSizer_CheckForIntersectionPos(wxObject, Object.SafePtr(pos), Object.SafePtr(span), Object.SafePtr(excludeItem))); }
//----------------------------------------------------------------------------- public GBSizerItem(int width, int height, GBPosition pos, GBSpan span, int flag, int border, Object userData) : this(wxGBSizerItem_ctor(width, height, Object.SafePtr(pos), Object.SafePtr(span), flag, border, Object.SafePtr(userData))) { }
public bool SetItemSpan(int index, GBSpan span) { return(wxGridBagSizer_SetItemSpanIndex(wxObject, index, Object.SafePtr(span))); }
public bool SetItemSpan(Sizer sizer, GBSpan span) { return(wxGridBagSizer_SetItemSpanSizer(wxObject, Object.SafePtr(sizer), Object.SafePtr(span))); }
//----------------------------------------------------------------------------- public bool SetItemSpan(Window window, GBSpan span) { return(wxGridBagSizer_SetItemSpanWindow(wxObject, Object.SafePtr(window), Object.SafePtr(span))); }
public bool Add(int width, int height, GBPosition pos, GBSpan span, int flag, int border, Object userData) { return(wxGridBagSizer_Add(wxObject, width, height, Object.SafePtr(pos), Object.SafePtr(span), flag, border, Object.SafePtr(userData))); }
public bool Add(Sizer sizer, GBPosition pos, GBSpan span, int flag, int border, Object userData) { return(wxGridBagSizer_AddSizer(wxObject, Object.SafePtr(sizer), Object.SafePtr(pos), Object.SafePtr(span), flag, border, Object.SafePtr(userData))); }