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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dgtk2_interface.c82 static void *gtk2_libhandle = NULL; variable
396 void* result = dlsym(gtk2_libhandle, name);
414 if (gtk2_libhandle != NULL) {
480 gtk2_libhandle = dlopen(GTK2_LIB_VERSIONED, RTLD_LAZY | RTLD_LOCAL);
481 if (gtk2_libhandle == NULL) {
482 gtk2_libhandle = dlopen(GTK2_LIB, RTLD_LAZY | RTLD_LOCAL);
483 if (gtk2_libhandle == NULL)
694 fp_gtk_combo_box_new = dlsym(gtk2_libhandle, "gtk_combo_box_new");
700 dlsym(gtk2_libhandle, "gtk_combo_box_entry_new");
707 dlsym(gtk2_libhandle, "gtk_separator_tool_item_ne
[all...]

Completed in 31 milliseconds