int x_diff = 0;
if (win->GetLayoutDirection() == wxLayout_RightToLeft)
x_diff = rect.width;
-
+
gtk_paint_box
(
button->style,
rect.height = full_size;
rect.width = w;
}
-
+
int x_diff = 0;
if (win->GetLayoutDirection() == wxLayout_RightToLeft)
x_diff = rect.width;
if (flags & wxCONTROL_CURRENT)
{
- gtk_paint_focus( win->m_widget->style,
+ gtk_paint_focus( win->m_widget->style,
gdk_window,
state,
NULL,