Searched refs:gint (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dgtk2_interface.h159 typedef int gint; typedef
164 typedef gint gboolean;
304 gint fd;
310 gint x;
311 gint y;
312 gint width;
313 gint height;
317 gint x;
318 gint y;
319 gint widt
[all...]
H A Dgtk2_interface.c74 const gint ENABLED = 1 << 0;
75 const gint MOUSE_OVER = 1 << 1;
76 const gint PRESSED = 1 << 2;
77 const gint DISABLED = 1 << 3;
78 const gint FOCUSED = 1 << 8;
79 const gint SELECTED = 1 << 9;
80 const gint DEFAULT = 1 << 10;
169 static gint (*fp_g_value_get_int)(const GValue *value);
178 static gint (*fp_g_value_get_enum)(const GValue *value);
186 gint minimu
[all...]
H A Dsun_awt_X11_GtkFileDialogPeer.c123 fp_gtk_window_move(dialog, (gint)x, (gint)y);
126 fp_gtk_window_resize(dialog, (gint)width, (gint)height);
174 static void handle_response(GtkWidget* aDialog, gint responseId, gpointer obj)
281 fp_gtk_window_move((GtkWindow*)dialog, (gint)x, (gint)y);
H A Dswing_GTKEngine.c310 gint *buffer = (gint*) (*env)->GetPrimitiveArrayCritical(env, dest, 0);

Completed in 40 milliseconds