mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
wxWidgets3: update to svn r70933
This commit is contained in:
28
Externals/wxWidgets3/include/wx/gbsizer.h
vendored
28
Externals/wxWidgets3/include/wx/gbsizer.h
vendored
@ -6,7 +6,7 @@
|
||||
//
|
||||
// Author: Robin Dunn
|
||||
// Created: 03-Nov-2003
|
||||
// RCS-ID: $Id: gbsizer.h 67254 2011-03-20 00:14:35Z DS $
|
||||
// RCS-ID: $Id: gbsizer.h 69970 2011-12-10 04:34:06Z RD $
|
||||
// Copyright: (c) Robin Dunn
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
@ -115,26 +115,26 @@ public:
|
||||
wxGBSizerItem( int width,
|
||||
int height,
|
||||
const wxGBPosition& pos,
|
||||
const wxGBSpan& span,
|
||||
int flag,
|
||||
int border,
|
||||
wxObject* userData);
|
||||
const wxGBSpan& span=wxDefaultSpan,
|
||||
int flag=0,
|
||||
int border=0,
|
||||
wxObject* userData=NULL);
|
||||
|
||||
// window
|
||||
wxGBSizerItem( wxWindow *window,
|
||||
const wxGBPosition& pos,
|
||||
const wxGBSpan& span,
|
||||
int flag,
|
||||
int border,
|
||||
wxObject* userData );
|
||||
const wxGBSpan& span=wxDefaultSpan,
|
||||
int flag=0,
|
||||
int border=0,
|
||||
wxObject* userData=NULL );
|
||||
|
||||
// subsizer
|
||||
wxGBSizerItem( wxSizer *sizer,
|
||||
const wxGBPosition& pos,
|
||||
const wxGBSpan& span,
|
||||
int flag,
|
||||
int border,
|
||||
wxObject* userData );
|
||||
const wxGBSpan& span=wxDefaultSpan,
|
||||
int flag=0,
|
||||
int border=0,
|
||||
wxObject* userData=NULL );
|
||||
|
||||
// default ctor
|
||||
wxGBSizerItem();
|
||||
@ -160,7 +160,7 @@ public:
|
||||
// is successful and after the next Layout the item will be resized.
|
||||
bool SetSpan( const wxGBSpan& span );
|
||||
|
||||
// Returns true if this item and the other item instersect
|
||||
// Returns true if this item and the other item intersect
|
||||
bool Intersects(const wxGBSizerItem& other);
|
||||
|
||||
// Returns true if the given pos/span would intersect with this item.
|
||||
|
Reference in New Issue
Block a user