Searched refs:xthickness (Results 1 – 1 of 1) sorted by relevance
1183 x += gWidgetData[m_nScreen].gBtnWidget->style->xthickness + focusPad; in NWPaintGTKButton()1185 w -= 2 * (gWidgetData[m_nScreen].gBtnWidget->style->xthickness + focusPad); in NWPaintGTKButton()1186 h -= 2 * (gWidgetData[m_nScreen].gBtnWidget->style->xthickness + focusPad); in NWPaintGTKButton()2029 …ttonRect.SetSize( Size( buttonSize + 2 * gWidgetData[nScreen].gSpinButtonWidget->style->xthickness, in NWGetSpinButtonRect()2081 …ze = (buttonRect.GetWidth() - (2 * gWidgetData[nScreen].gSpinButtonWidget->style->xthickness)) - 4; in NWPaintOneSpinButton()2200 … ((BTN_CHILD_SPACING + gWidgetData[nScreen].gDropdownWidget->style->xthickness) * 2) in NWGetComboBoxButtonRect()2216 adjust_x += gWidgetData[nScreen].gComboWidget->style->xthickness; in NWGetComboBoxButtonRect()3131 gint xthickness = 0; in NWGetListBoxButtonRect() local3148 xthickness = gWidgetData[nScreen].gOptionMenuWidget->style->xthickness; in NWGetListBoxButtonRect()3149 nButtonAreaWidth = width + right + (xthickness * 2); in NWGetListBoxButtonRect()[all …]