Searched refs:WidgetType (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKEngine.java65 static enum WidgetType { enum in class:GTKEngine
182 regionToWidgetTypeMap.put(Region.ARROW_BUTTON, new WidgetType[] {
183 WidgetType.SPINNER_ARROW_BUTTON,
184 WidgetType.COMBO_BOX_ARROW_BUTTON,
185 WidgetType.HSCROLL_BAR_BUTTON_LEFT,
186 WidgetType.HSCROLL_BAR_BUTTON_RIGHT,
187 WidgetType.VSCROLL_BAR_BUTTON_UP,
188 WidgetType.VSCROLL_BAR_BUTTON_DOWN});
189 regionToWidgetTypeMap.put(Region.BUTTON, WidgetType.BUTTON);
190 regionToWidgetTypeMap.put(Region.CHECK_BOX, WidgetType
[all...]
H A DGTKStyleFactory.java32 import com.sun.java.swing.plaf.gtk.GTKEngine.WidgetType;
42 * the hash key is simply the WidgetType, but in more complex cases
62 WidgetType wt = GTKEngine.getWidgetType(c, id);
98 wt = WidgetType.MENU_BAR;
103 // Otherwise, just use the WidgetType as the key.
123 * cache. In most cases only the WidgetType is used for lookup, but
128 private final WidgetType wt;
131 ComplexKey(WidgetType wt, Object... args) {
H A DGTKStyle.java41 import com.sun.java.swing.plaf.gtk.GTKEngine.WidgetType;
92 GTKStyle(Font userFont, WidgetType widgetType) {
560 getClassSpecificIntValue(WidgetType.SCROLL_PANE,
591 * WidgetType. This method is useful in those cases where we need to
597 * @param wt WidgetType for which to fetch the value
601 private static Object getClassSpecificValue(WidgetType wt, String key) {
609 * a particular WidgetType.
611 * @param wt WidgetType for which to fetch the value
617 private static int getClassSpecificIntValue(WidgetType wt, String key,
782 int size = getClassSpecificIntValue(WidgetType
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dgtk2_interface.h123 } WidgetType; typedef in typeref:enum:_WidgetType
673 void gtk2_paint_arrow(WidgetType widget_type, GtkStateType state_type,
677 void gtk2_paint_box(WidgetType widget_type, GtkStateType state_type,
681 void gtk2_paint_box_gap(WidgetType widget_type, GtkStateType state_type,
685 void gtk2_paint_check(WidgetType widget_type, gint synth_state,
687 void gtk2_paint_diamond(WidgetType widget_type, GtkStateType state_type,
690 void gtk2_paint_expander(WidgetType widget_type, GtkStateType state_type,
693 void gtk2_paint_extension(WidgetType widget_type, GtkStateType state_type,
696 void gtk2_paint_flat_box(WidgetType widget_type, GtkStateType state_type,
699 void gtk2_paint_focus(WidgetType widget_typ
[all...]
H A Dgtk2_interface.c1034 static void init_toggle_widget(WidgetType widget_type, gint synth_state)
1061 static GtkStateType get_gtk_state_type(WidgetType widget_type, gint synth_state)
1076 static GtkShadowType get_gtk_shadow_type(WidgetType widget_type, gint synth_state)
1112 static GtkWidget *gtk2_get_widget(WidgetType widget_type)
1567 void gtk2_paint_arrow(WidgetType widget_type, GtkStateType state_type,
1626 void gtk2_paint_box(WidgetType widget_type, GtkStateType state_type,
1779 void gtk2_paint_box_gap(WidgetType widget_type, GtkStateType state_type,
1796 void gtk2_paint_check(WidgetType widget_type, gint synth_state,
1813 void gtk2_paint_diamond(WidgetType widget_type, GtkStateType state_type,
1826 void gtk2_paint_expander(WidgetType widget_typ
[all...]

Completed in 46 milliseconds