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 Intersects(GBPosition pos, GBSpan span) { return(wxGBSizerItem_IntersectsSpan(wxObject, Object.SafePtr(pos), Object.SafePtr(span))); }
//----------------------------------------------------------------------------- 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 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 FindItemAtPosition(GBPosition pos) { return((GBSizerItem)FindObject(wxGridBagSizer_FindItemAtPosition(wxObject, Object.SafePtr(pos)), typeof(GBSizerItem))); }
public bool CheckForIntersection(GBPosition pos, GBSpan span, GBSizerItem excludeItem) { return(wxGridBagSizer_CheckForIntersectionPos(wxObject, Object.SafePtr(pos), Object.SafePtr(span), Object.SafePtr(excludeItem))); }
public bool SetItemPosition(int index, GBPosition pos) { return(wxGridBagSizer_SetItemPositionIndex(wxObject, index, Object.SafePtr(pos))); }
public bool SetItemPosition(Sizer sizer, GBPosition pos) { return(wxGridBagSizer_SetItemPositionSizer(wxObject, Object.SafePtr(sizer), Object.SafePtr(pos))); }
//----------------------------------------------------------------------------- public bool SetItemPosition(Window window, GBPosition pos) { return(wxGridBagSizer_SetItemPositionWindow(wxObject, Object.SafePtr(window), Object.SafePtr(pos))); }
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))); }