Home
last modified time | relevance | path

Searched refs:pget_H (Results 1 – 13 of 13) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/src/
H A DMenu.c20 Handle xOwner = pexist( owner) ? pget_H( owner) : var-> owner; in Menu_update_sys_handle()
47 *owner = pget_H( owner); in Menu_validate_owner()
H A DPopup.c29 Handle xOwner = pexist( owner) ? pget_H( owner) : var-> owner; in Popup_update_sys_handle()
H A DPrinter.c41 if ( pget_H( owner) != application || application == NULL_HANDLE) return false; in Printer_validate_owner()
H A DWindow.c30 my-> set_icon( self, pget_H( icon)); in Window_init()
100 owner = pexist( owner ) ? pget_H( owner ) : var-> owner; in Window_update_sys_handle()
831 *owner = pget_H( owner); in Window_validate_owner()
H A DRegion.c74 r. data. image = pget_H(image); in Region_init()
H A DAbstractMenu.c437 Handle c_object = pget_H(icon); in AbstractMenu_new_menu()
479 *owner = pget_H( owner); in AbstractMenu_validate_owner()
1068 my->icon(self, true, varName, pget_H(icon)); in AbstractMenu_options()
H A DClipboard.c99 if ( pget_H( owner) != application || application == NULL_HANDLE) return false; in Clipboard_validate_owner()
H A DWidget.c99 Handle icon = pget_H( pointerIcon); in Widget_init()
193 my-> set_shape ( self, pget_H( shape)); in Widget_init()
234 owner = pexist( owner) ? pget_H( owner) : var-> owner; in Widget_update_sys_handle()
1740 Handle icon = pget_H( pointerIcon); in Widget_set()
1867 *owner = pget_H( owner); in Widget_validate_owner()
H A DComponent.c555 *owner = pget_H( owner); in Component_validate_owner()
H A DDrawable.c45 my-> set_region ( self, pget_H ( region)); in Drawable_init()
/dports/graphics/IPA/IPA-1.08/Point/
H A DPoint2.c79 if (sv && SvROK(sv)) itest = (PImage)pget_H(test); in IPA__Point_mask()
84 if (sv && SvROK(sv)) ifMatch = (PImage)pget_H(match); in IPA__Point_mask()
89 if (sv && SvROK(sv)) ifNoMatch = (PImage)pget_H(mismatch); in IPA__Point_mask()
/dports/x11-toolkits/p5-Prima/Prima-1.63/pod/Prima/
H A Dinternals.pod873 =item pget_sv, pget_i, pget_f, pget_c, pget_H, pget_B
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/
H A Dapricot.h1396 #define pget_H( key) gimme_the_mate( pget_sv( key)) macro