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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dswing_GTKEngine.c75 jint gap_side, jint gap_x, jint gap_w)
79 x, y, w, h, gap_side, gap_x, gap_w);
71 Java_com_sun_java_swing_plaf_gtk_GTKEngine_native_1paint_1box_1gap( JNIEnv *env, jobject this, jint widget_type, jint state, jint shadow_type, jstring detail, jint x, jint y, jint w, jint h, jint gap_side, jint gap_x, jint gap_w) argument
H A Dgtk2_interface.c255 GtkPositionType gap_side, gint gap_x, gint gap_width);
1782 GtkPositionType gap_side, gint gap_x, gint gap_width)
1790 x, y, width, height, gap_side, gap_x, gap_width);
1793 x, y, width, height, gap_side, gap_x, gap_width);
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

Completed in 40 milliseconds