minor tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* FILE : msw/glcanvas.cpp
|
* FILE : contrib/glcanvas/msw/glcanvas.cpp
|
||||||
*
|
*
|
||||||
* This file was automatically generated by :
|
* This file was automatically generated by :
|
||||||
* Simplified Wrapper and Interface Generator (SWIG)
|
* Simplified Wrapper and Interface Generator (SWIG)
|
||||||
|
@@ -1232,6 +1232,14 @@ public:
|
|||||||
// Retrieve the point in the window where a position is displayed.
|
// Retrieve the point in the window where a position is displayed.
|
||||||
wxPoint PointFromPosition(int pos);
|
wxPoint PointFromPosition(int pos);
|
||||||
|
|
||||||
|
|
||||||
|
// Scroll enough to make the given line visible
|
||||||
|
void ScrollToLine(int line);
|
||||||
|
|
||||||
|
|
||||||
|
// Scroll enough to make the given column visible
|
||||||
|
void ScrollToColumn(int column);
|
||||||
|
|
||||||
//----------------------------------------------------------------------
|
//----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
@@ -1238,6 +1238,14 @@
|
|||||||
<FONT COLOR=#0000ff>// Retrieve the point in the window where a position is displayed.</FONT>
|
<FONT COLOR=#0000ff>// Retrieve the point in the window where a position is displayed.</FONT>
|
||||||
wxPoint PointFromPosition(<B><FONT COLOR=#2e8b57>int</FONT></B> pos);
|
wxPoint PointFromPosition(<B><FONT COLOR=#2e8b57>int</FONT></B> pos);
|
||||||
|
|
||||||
|
|
||||||
|
<FONT COLOR=#0000ff>// Scroll enough to make the given line visible</FONT>
|
||||||
|
<B><FONT COLOR=#2e8b57>void</FONT></B> ScrollToLine(<B><FONT COLOR=#2e8b57>int</FONT></B> line);
|
||||||
|
|
||||||
|
|
||||||
|
<FONT COLOR=#0000ff>// Scroll enough to make the given column visible</FONT>
|
||||||
|
<B><FONT COLOR=#2e8b57>void</FONT></B> ScrollToColumn(<B><FONT COLOR=#2e8b57>int</FONT></B> column);
|
||||||
|
|
||||||
<FONT COLOR=#0000ff>//----------------------------------------------------------------------</FONT>
|
<FONT COLOR=#0000ff>//----------------------------------------------------------------------</FONT>
|
||||||
|
|
||||||
|
|
||||||
|
@@ -241,7 +241,7 @@ public:
|
|||||||
void _setSelf(PyObject* self, PyObject* _class, int incref=1) { \
|
void _setSelf(PyObject* self, PyObject* _class, int incref=1) { \
|
||||||
m_myInst.setSelf(self, _class, incref); \
|
m_myInst.setSelf(self, _class, incref); \
|
||||||
} \
|
} \
|
||||||
private: wxPyCallbackHelper m_myInst;
|
private: wxPyCallbackHelper m_myInst
|
||||||
|
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* FILE : msw/windows.cpp
|
* FILE : src/msw/windows.cpp
|
||||||
*
|
*
|
||||||
* This file was automatically generated by :
|
* This file was automatically generated by :
|
||||||
* Simplified Wrapper and Interface Generator (SWIG)
|
* Simplified Wrapper and Interface Generator (SWIG)
|
||||||
|
Reference in New Issue
Block a user