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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dswing_GTKEngine.c109 jint x, jint y, jint w, jint h, jint expander_style)
113 x, y, w, h, expander_style);
106 Java_com_sun_java_swing_plaf_gtk_GTKEngine_native_1paint_1expander( JNIEnv *env, jobject this, jint widget_type, jint state, jstring detail, jint x, jint y, jint w, jint h, jint expander_style) argument
H A Dgtk2_interface.c273 const gchar* detail, gint x, gint y, GtkExpanderStyle expander_style);
1828 GtkExpanderStyle expander_style)
1833 x + width / 2, y + height / 2, expander_style);
1836 x + width / 2, y + height / 2, expander_style);
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

Completed in 38 milliseconds