@@ -1557,10 +1557,7 @@ public:
|
|||||||
wxString& src_str );
|
wxString& src_str );
|
||||||
|
|
||||||
// Checks system screen design used for laying out various dialogs.
|
// Checks system screen design used for laying out various dialogs.
|
||||||
static bool IsSmallScreen()
|
static bool IsSmallScreen();
|
||||||
{
|
|
||||||
return wxSystemSettings::GetScreenType() <= wxSYS_SCREEN_PDA;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Returns rectangle that fully contains properties between and including
|
Returns rectangle that fully contains properties between and including
|
||||||
|
@@ -46,6 +46,7 @@
|
|||||||
#include "wx/intl.h"
|
#include "wx/intl.h"
|
||||||
#include "wx/frame.h"
|
#include "wx/frame.h"
|
||||||
#include "wx/textctrl.h"
|
#include "wx/textctrl.h"
|
||||||
|
#include "wx/settings.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
@@ -1842,6 +1843,13 @@ wxString& wxPropertyGrid::CreateEscapeSequences( wxString& dst_str, wxString& sr
|
|||||||
|
|
||||||
// -----------------------------------------------------------------------
|
// -----------------------------------------------------------------------
|
||||||
|
|
||||||
|
bool wxPropertyGrid::IsSmallScreen()
|
||||||
|
{
|
||||||
|
return wxSystemSettings::GetScreenType() <= wxSYS_SCREEN_PDA;
|
||||||
|
}
|
||||||
|
|
||||||
|
// -----------------------------------------------------------------------
|
||||||
|
|
||||||
wxPGProperty* wxPropertyGrid::DoGetItemAtY( int y ) const
|
wxPGProperty* wxPropertyGrid::DoGetItemAtY( int y ) const
|
||||||
{
|
{
|
||||||
// Outside?
|
// Outside?
|
||||||
|
Reference in New Issue
Block a user