Lines Matching refs:shadowType

1096 	GtkShadowType	shadowType;  in NWPaintGTKButton()  local
1107 NWConvertVCLStateToGTKState( nState, &stateType, &shadowType ); in NWPaintGTKButton()
1173 … gtk_paint_box( gWidgetData[m_nScreen].gBtnWidget->style, gdkDrawable, stateType, shadowType, in NWPaintGTKButton()
1266 GtkShadowType shadowType; in NWPaintGTKRadio() local
1273 NWConvertVCLStateToGTKState( nState, &stateType, &shadowType ); in NWPaintGTKRadio()
1282 shadowType = isChecked ? GTK_SHADOW_IN : GTK_SHADOW_OUT; in NWPaintGTKRadio()
1305 … gtk_paint_option( gWidgetData[m_nScreen].gRadioWidget->style, gdkDrawable, stateType, shadowType, in NWPaintGTKRadio()
1324 GtkShadowType shadowType; in NWPaintGTKCheck() local
1332 NWConvertVCLStateToGTKState( nState, &stateType, &shadowType ); in NWPaintGTKCheck()
1341 shadowType = isChecked ? GTK_SHADOW_IN : isInconsistent ? GTK_SHADOW_ETCHED_IN : GTK_SHADOW_OUT; in NWPaintGTKCheck()
1352 … gtk_paint_check( gWidgetData[m_nScreen].gCheckWidget->style, gdkDrawable, stateType, shadowType, in NWPaintGTKCheck()
1385 GtkShadowType shadowType; in NWPaintGTKScrollbar() local
1588 NWConvertVCLStateToGTKState( nState, &stateType, &shadowType ); in NWPaintGTKScrollbar()
1614 NWConvertVCLStateToGTKState( pScrollbarVal->mnThumbState, &stateType, &shadowType ); in NWPaintGTKScrollbar()
1624 NWConvertVCLStateToGTKState( pScrollbarVal->mnButton1State, &stateType, &shadowType ); in NWPaintGTKScrollbar()
1626 gtk_paint_box( style, gdkDrawable, stateType, shadowType, in NWPaintGTKScrollbar()
1632 gtk_paint_arrow( style, gdkDrawable, stateType, shadowType, in NWPaintGTKScrollbar()
1639 NWConvertVCLStateToGTKState( pScrollbarVal->mnButton2State, &stateType, &shadowType ); in NWPaintGTKScrollbar()
1641 gtk_paint_box( style, gdkDrawable, stateType, shadowType, in NWPaintGTKScrollbar()
1647 gtk_paint_arrow( style, gdkDrawable, stateType, shadowType, in NWPaintGTKScrollbar()
1655 NWConvertVCLStateToGTKState( pScrollbarVal->mnButton1State, &stateType, &shadowType ); in NWPaintGTKScrollbar()
1657 gtk_paint_box( style, gdkDrawable, stateType, shadowType, gdkRect, in NWPaintGTKScrollbar()
1663 gtk_paint_arrow( style, gdkDrawable, stateType, shadowType, in NWPaintGTKScrollbar()
1670 NWConvertVCLStateToGTKState( pScrollbarVal->mnButton2State, &stateType, &shadowType ); in NWPaintGTKScrollbar()
1672 gtk_paint_box( style, gdkDrawable, stateType, shadowType, gdkRect, in NWPaintGTKScrollbar()
1678 gtk_paint_arrow( style, gdkDrawable, stateType, shadowType, in NWPaintGTKScrollbar()
1857 GtkShadowType shadowType; in NWPaintOneEditBox() local
1865 NWConvertVCLStateToGTKState( nState, &stateType, &shadowType ); in NWPaintOneEditBox()
1927 GtkShadowType shadowType; in NWPaintGTKSpinBox() local
1940 NWConvertVCLStateToGTKState( nState, &stateType, &shadowType ); in NWPaintGTKSpinBox()
1985 …gtk_widget_style_get( gWidgetData[m_nScreen].gSpinButtonWidget, "shadow_type", &shadowType, (char … in NWPaintGTKSpinBox()
1987 if ( shadowType != GTK_SHADOW_NONE ) in NWPaintGTKSpinBox()
1992 …t_box( gWidgetData[m_nScreen].gSpinButtonWidget->style, pixmap, GTK_STATE_NORMAL, shadowType, NULL, in NWPaintGTKSpinBox()
2066 GtkShadowType shadowType; in NWPaintOneSpinButton() local
2071 NWConvertVCLStateToGTKState( nState, &stateType, &shadowType ); in NWPaintOneSpinButton()
2076 …gtk_paint_box( gWidgetData[nScreen].gSpinButtonWidget->style, pixmap, stateType, shadowType, NULL,… in NWPaintOneSpinButton()
2110 GtkShadowType shadowType; in NWPaintGTKComboBox() local
2118 NWConvertVCLStateToGTKState( nState, &stateType, &shadowType ); in NWPaintGTKComboBox()
2160 … GTK_COMBO(gWidgetData[m_nScreen].gComboWidget)->button->style, gdkDrawable, stateType, shadowType, in NWPaintGTKComboBox()
2166 … gtk_paint_arrow( gWidgetData[m_nScreen].gArrowWidget->style, gdkDrawable, stateType, shadowType, in NWPaintGTKComboBox()
2244 GtkShadowType shadowType; in NWPaintGTKTabItem() local
2265 NWConvertVCLStateToGTKState( nState, &stateType, &shadowType ); in NWPaintGTKTabItem()
2385 GtkShadowType shadowType; in NWPaintGTKListBox() local
2395 NWConvertVCLStateToGTKState( nState, &stateType, &shadowType ); in NWPaintGTKListBox()
2440 …ox( gWidgetData[m_nScreen].gOptionMenuWidget->style, gdkDrawable, stateType, shadowType, &clipRect, in NWPaintGTKListBox()
2447 …ab( gWidgetData[m_nScreen].gOptionMenuWidget->style, gdkDrawable, stateType, shadowType, &clipRect, in NWPaintGTKListBox()
2455 shadowType = GTK_SHADOW_IN; in NWPaintGTKListBox()
2457 …ow( gWidgetData[m_nScreen].gScrolledWindowWidget->style, gdkDrawable, GTK_STATE_NORMAL, shadowType, in NWPaintGTKListBox()
2476 GtkShadowType shadowType; in NWPaintGTKToolbar() local
2486 NWConvertVCLStateToGTKState( nState, &stateType, &shadowType ); in NWPaintGTKToolbar()
2516 …_handle_box_set_shadow_type( GTK_HANDLE_BOX(gWidgetData[m_nScreen].gHandleBoxWidget), shadowType ); in NWPaintGTKToolbar()
2538 shadowType = GTK_SHADOW_IN; in NWPaintGTKToolbar()
2545 shadowType = GTK_SHADOW_OUT; in NWPaintGTKToolbar()
2577 shadowType, in NWPaintGTKToolbar()
2606 shadowType, in NWPaintGTKToolbar()
2627 GtkShadowType shadowType; in NWPaintGTKMenubar() local
2633 NWConvertVCLStateToGTKState( nState, &stateType, &shadowType ); in NWPaintGTKMenubar()
2678 shadowType, in NWPaintGTKMenubar()
2717 GtkShadowType shadowType; in NWPaintGTKPopupMenu() local
2723 NWConvertVCLStateToGTKState( nState, &stateType, &shadowType ); in NWPaintGTKPopupMenu()
2891 GtkShadowType shadowType; in NWPaintGTKListNode() local
2892 NWConvertVCLStateToGTKState( nState, &stateType, &shadowType ); in NWPaintGTKListNode()