Searched defs:widget (Results 26 - 31 of 31) sorted by relevance

12

/openjdk7/jdk/src/windows/native/sun/windows/
H A DThemeReader.cpp271 (JNIEnv *env, jclass klass, jstring widget) {
273 LPCTSTR str = (LPCTSTR) JNU_GetStringPlatformChars(env, widget, NULL);
277 JNU_ReleaseStringPlatformChars(env, widget, str);
270 Java_sun_awt_windows_ThemeReader_openTheme(JNIEnv *env, jclass klass, jstring widget) argument
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_util.c90 Widget widget; local
98 widget = XtWindowToWidget(display, window);
99 if (widget == NULL) {
103 if (XtIsSubclass(widget, xmMenuShellWidgetClass)) {
111 if (XtIsSubclass(widget, xmGrabShellWidgetClass)) {
114 /* Fix 4800638 check the ancestor of focus widget is
117 if (XtIsSubclass(widget, xmListWidgetClass))
119 Widget shell = getShellWidget(widget);
128 if (XtIsSubclass(widget, xmRowColumnWidgetClass)) {
130 XtVaGetValues(widget, XmNrowColumnTyp
854 awt_util_consumeAllXEvents(Widget widget) argument
951 awt_util_cleanupBeforeDestroyWidget(Widget widget) argument
[all...]
H A Dawt_MToolkit.c526 findWidgetInfo(Widget widget) argument
531 if (cw->widget == widget || cw->origin == widget) {
547 nw->widget = w;
600 if ((awt_winfo->widget == w) ||
611 if ((cw->widget == w) ||
634 couldn't find peer corresponding to widget
635 but the widget may be child of one with
642 widget, s
652 awt_isAwtWidget(Widget widget) argument
744 Widget widget = NULL; local
1644 Widget widget=XtWindowToWidget(awt_display, xev.xany.window); local
1765 Widget widget; local
2257 awt_isWidgetModal(Widget widget) argument
[all...]
H A Dgtk2_interface.c217 GtkStateType state_type, GdkRectangle* area, GtkWidget* widget,
220 GtkStateType state_type, GdkRectangle* area, GtkWidget* widget,
224 GdkRectangle* area, GtkWidget* widget, const gchar* detail,
228 GdkRectangle* area, GtkWidget* widget, const gchar* detail,
233 GdkRectangle* area, GtkWidget* widget, const gchar* detail,
237 GdkRectangle* area, GtkWidget* widget, const gchar* detail,
241 GdkRectangle* area, GtkWidget* widget, const gchar* detail,
245 GdkRectangle* area, GtkWidget* widget, const gchar* detail,
249 GdkRectangle* area, GtkWidget* widget, const gchar* detail,
253 GdkRectangle* area, GtkWidget* widget, cons
1017 gtk2_set_direction(GtkWidget *widget, GtkTextDirection dir) argument
[all...]
H A Dgtk2_interface.h436 GtkWidget widget; member in struct:__anon996
446 GtkWidget widget; member in struct:__anon997
506 GtkWidget widget; member in struct:_GtkRange
554 GtkWidget widget; member in struct:_GtkProgress
751 void (*fp_gtk_widget_destroy)(GtkWidget *widget);
760 void (*fp_gtk_widget_hide)(GtkWidget *widget);
788 void (*fp_gtk_widget_show)(GtkWidget *widget);
/openjdk7/jdk/src/macosx/classes/apple/laf/
H A DJRSUIConstants.java573 private static final PropertyEncoding widget = new PropertyEncoding(MASK, SHIFT); field in class:JRSUIConstants.Widget
576 super(widget, constant);

Completed in 525 milliseconds

12