Searched defs:has_focus (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dswing_GTKEngine.c143 jint x, jint y, jint w, jint h, jboolean has_focus)
147 getStrFor(env, detail), x, y, w, h, has_focus);
140 Java_com_sun_java_swing_plaf_gtk_GTKEngine_native_1paint_1flat_1box( JNIEnv *env, jobject this, jint widget_type, jint state, jint shadow_type, jstring detail, jint x, jint y, jint w, jint h, jboolean has_focus) argument
H A Dawt_util.h245 Boolean has_focus; /* Does this XIC have keyboard focus. */ member in struct:_XmImXICRec
H A Dgtk2_interface.c1854 gint x, gint y, gint width, gint height, gboolean has_focus)
1858 if (has_focus)
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

Completed in 40 milliseconds