Lines Matching refs:widget

314              * For all ListCellRenderers we will use COMBO_BOX_TEXT_FIELD widget
383 int widget = getWidgetType(context.getComponent(), id).ordinal();
384 native_paint_arrow(widget, state, shadowType.ordinal(),
396 int widget = getWidgetType(context.getComponent(), id).ordinal();
397 native_paint_box(widget, gtkState, shadowType.ordinal(),
407 int widget = getWidgetType(context.getComponent(), id).ordinal();
408 native_paint_box_gap(widget, state, shadowType.ordinal(), detail,
416 int widget = getWidgetType(context.getComponent(), id).ordinal();
417 native_paint_check(widget, synthState, detail, x - x0, y - y0, w, h);
425 int widget = getWidgetType(context.getComponent(), id).ordinal();
426 native_paint_expander(widget, state, detail, x - x0, y - y0, w, h,
435 int widget = getWidgetType(context.getComponent(), id).ordinal();
436 native_paint_extension(widget, state, shadowType.ordinal(), detail,
445 int widget = getWidgetType(context.getComponent(), id).ordinal();
446 native_paint_flat_box(widget, state, shadowType.ordinal(), detail,
455 int widget = getWidgetType(context.getComponent(), id).ordinal();
456 native_paint_focus(widget, state, detail, x - x0, y - y0, w, h);
464 int widget = getWidgetType(context.getComponent(), id).ordinal();
465 native_paint_handle(widget, state, shadowType.ordinal(), detail,
473 int widget = getWidgetType(context.getComponent(), id).ordinal();
474 native_paint_hline(widget, state, detail, x - x0, y - y0, w, h);
481 int widget = getWidgetType(context.getComponent(), id).ordinal();
482 native_paint_option(widget, synthState, detail, x - x0, y - y0, w, h);
493 int widget = getWidgetType(context.getComponent(), id).ordinal();
494 native_paint_shadow(widget, gtkState, shadowType.ordinal(), detail,
503 int widget = getWidgetType(context.getComponent(), id).ordinal();
504 native_paint_slider(widget, state, shadowType.ordinal(), detail,
512 int widget = getWidgetType(context.getComponent(), id).ordinal();
513 native_paint_vline(widget, state, detail, x - x0, y - y0, w, h);
520 int widget = getWidgetType(context.getComponent(), id).ordinal();
521 native_paint_background(widget, state, x - x0, y - y0, w, h);
627 * Sets up the GtkAdjustment values for the native GtkRange widget
632 int widget = getWidgetType(context.getComponent(), id).ordinal();
633 nativeSetRangeValue(widget, value, min, max, visible);