Adapt to some wxDC methods becoming protected

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40729 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-08-21 18:28:35 +00:00
parent d4a724d407
commit 4caf1fc560
2 changed files with 7 additions and 7 deletions

View File

@@ -1126,7 +1126,7 @@ void wxTreeListHeaderWindow::DoDrawRect( wxDC *dc, int x, int y, int w, int h )
GtkStateType state = m_parent->IsEnabled() ? GTK_STATE_NORMAL
: GTK_STATE_INSENSITIVE;
x = dc->XLOG2DEV( x );
x = dc->LogicalToDeviceX( x );
gtk_paint_box (m_wxwindow->style, GTK_PIZZA(m_wxwindow)->bin_window,
state, GTK_SHADOW_OUT,

View File

@@ -883,12 +883,12 @@ colour.
", "");
DocDeclStr(
void , ComputeScaleAndOrigin(),
"Performs all necessary computations for given platform and context
type after each change of scale and origin parameters. Usually called
automatically internally after such changes.
", "");
// DocDeclStr(
// void , ComputeScaleAndOrigin(),
// "Performs all necessary computations for given platform and context
// type after each change of scale and origin parameters. Usually called
// automatically internally after such changes.
// ", "");