Searched refs:adjust_x (Results 1 – 1 of 1) sorted by relevance
2212 gint adjust_x = GTK_CONTAINER(gWidgetData[nScreen].gComboWidget)->border_width + in NWGetComboBoxButtonRect() local2215 gint adjust_y = adjust_x + gWidgetData[nScreen].gComboWidget->style->ythickness; in NWGetComboBoxButtonRect()2216 adjust_x += gWidgetData[nScreen].gComboWidget->style->xthickness; in NWGetComboBoxButtonRect()2217 aButtonRect.SetSize( Size( aAreaRect.GetWidth() - nButtonWidth - 2 * adjust_x, in NWGetComboBoxButtonRect()2220 aEditPos.X() += adjust_x; in NWGetComboBoxButtonRect()
Completed in 23 milliseconds