Searched defs:state_type (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dswing_GTKStyle.c70 jint state_type, jint type_id)
74 ret = gtk2_get_color_for_state(env, widget_type, state_type, type_id);
68 Java_com_sun_java_swing_plaf_gtk_GTKStyle_nativeGetColorForState( JNIEnv *env, jclass klass, jint widget_type, jint state_type, jint type_id) argument
H A Dgtk2_interface.c217 GtkStateType state_type, GdkRectangle* area, GtkWidget* widget,
220 GtkStateType state_type, GdkRectangle* area, GtkWidget* widget,
223 GtkStateType state_type, GtkShadowType shadow_type,
227 GtkStateType state_type, GtkShadowType shadow_type,
232 GtkStateType state_type, GtkShadowType shadow_type,
236 GtkStateType state_type, GtkShadowType shadow_type,
240 GtkStateType state_type, GtkShadowType shadow_type,
244 GtkStateType state_type, GtkShadowType shadow_type,
248 GtkStateType state_type, GtkShadowType shadow_type,
252 GtkStateType state_type, GtkShadowTyp
1567 gtk2_paint_arrow(WidgetType widget_type, GtkStateType state_type, GtkShadowType shadow_type, const gchar *detail, gint x, gint y, gint width, gint height, GtkArrowType arrow_type, gboolean fill) argument
1626 gtk2_paint_box(WidgetType widget_type, GtkStateType state_type, GtkShadowType shadow_type, const gchar *detail, gint x, gint y, gint width, gint height, gint synth_state, GtkTextDirection dir) argument
1779 gtk2_paint_box_gap(WidgetType widget_type, GtkStateType state_type, GtkShadowType shadow_type, const gchar *detail, gint x, gint y, gint width, gint height, GtkPositionType gap_side, gint gap_x, gint gap_width) argument
1799 GtkStateType state_type = get_gtk_state_type(widget_type, synth_state); local
1813 gtk2_paint_diamond(WidgetType widget_type, GtkStateType state_type, GtkShadowType shadow_type, const gchar *detail, gint x, gint y, gint width, gint height) argument
1826 gtk2_paint_expander(WidgetType widget_type, GtkStateType state_type, const gchar *detail, gint x, gint y, gint width, gint height, GtkExpanderStyle expander_style) argument
1839 gtk2_paint_extension(WidgetType widget_type, GtkStateType state_type, GtkShadowType shadow_type, const gchar *detail, gint x, gint y, gint width, gint height, GtkPositionType gap_side) argument
1852 gtk2_paint_flat_box(WidgetType widget_type, GtkStateType state_type, GtkShadowType shadow_type, const gchar *detail, gint x, gint y, gint width, gint height, gboolean has_focus) argument
1871 gtk2_paint_focus(WidgetType widget_type, GtkStateType state_type, const char *detail, gint x, gint y, gint width, gint height) argument
1881 gtk2_paint_handle(WidgetType widget_type, GtkStateType state_type, GtkShadowType shadow_type, const gchar *detail, gint x, gint y, gint width, gint height, GtkOrientation orientation) argument
1894 gtk2_paint_hline(WidgetType widget_type, GtkStateType state_type, const gchar *detail, gint x, gint y, gint width, gint height) argument
1907 GtkStateType state_type = get_gtk_state_type(widget_type, synth_state); local
1921 gtk2_paint_shadow(WidgetType widget_type, GtkStateType state_type, GtkShadowType shadow_type, const gchar *detail, gint x, gint y, gint width, gint height, gint synth_state, GtkTextDirection dir) argument
1971 gtk2_paint_slider(WidgetType widget_type, GtkStateType state_type, GtkShadowType shadow_type, const gchar *detail, gint x, gint y, gint width, gint height, GtkOrientation orientation) argument
1984 gtk2_paint_vline(WidgetType widget_type, GtkStateType state_type, const gchar *detail, gint x, gint y, gint width, gint height) argument
1994 gtk_paint_background(WidgetType widget_type, GtkStateType state_type, gint x, gint y, gint width, gint height) argument
2039 gtk2_get_color_for_state(JNIEnv *env, WidgetType widget_type, GtkStateType state_type, ColorType color_type) argument
[all...]

Completed in 34 milliseconds