Home
last modified time | relevance | path

Searched refs:gnoclGetStockItem (Results 1 – 18 of 18) sorted by relevance

/dports/x11-toolkits/gnocl/gnocl-0.9.96/src/
H A DlabelButton.c164 if ( gnoclGetStockItem ( options[iconIdx].val.obj, interp, &item ) != TCL_OK ) in configure()
200 if ( gnoclGetStockItem ( txtObj, interp, &sp ) != TCL_OK ) in gnoclConfigButtonText()
H A DscaleButton.c153 if ( gnoclGetStockItem ( options[iconsIdx].val.obj, interp, &item ) != TCL_OK ) in configure()
191 if ( gnoclGetStockItem ( txtObj, interp, &sp ) != TCL_OK ) in gnoclConfigScaleButtonText()
H A Dbutton.c263 if ( gnoclGetStockItem ( options[iconIdx].val.obj, interp, &item ) != TCL_OK ) in configure()
304 if ( gnoclGetStockItem ( txtObj, interp, &sp ) != TCL_OK ) in gnoclConfigButtonText()
H A DitemGroup.c281 if ( gnoclGetStockItem ( objv[i+1], interp, &stockItem ) != TCL_OK ) in addItem()
H A DvolumeButton.c154 if ( gnoclGetStockItem ( txtObj, interp, &sp ) != TCL_OK ) in gnoclConfigVolumeButtonText()
H A Dgnocl.c526 int gnoclGetStockItem ( Tcl_Obj *obj, Tcl_Interp *interp, GtkStockItem *sp ) in gnoclGetStockItem() function
601 if ( gnoclGetStockItem ( obj, interp, &sp ) != TCL_OK ) in gnoclGetImage()
H A DtoggleButton.c409 if ( gnoclGetStockItem ( options[iconIdx].val.obj, interp, &item ) != TCL_OK ) in configure()
531 if ( gnoclGetStockItem ( options[iconIdx].val.obj, interp, &item ) != TCL_OK ) in configure()
H A DlinkButton.c78 if ( gnoclGetStockItem ( txtObj, interp, &sp ) != TCL_OK ) in gnoclConfigLinkButtonText()
H A DmenuItem.c161 if ( gnoclGetStockItem ( textObj, interp, &stockItem ) != TCL_OK ) in gnoclMenuItemHandleText()
H A Dentry.c536 if ( gnoclGetStockItem ( options[primaryIconIdx].val.obj, interp, &item ) != TCL_OK ) in configure()
593 if ( gnoclGetStockItem ( options[secondaryIconIdx].val.obj, interp, &item ) != TCL_OK ) in configure()
H A DlabelEntry.c719 if ( gnoclGetStockItem ( options[primaryIconIdx].val.obj, interp, &item ) != TCL_OK ) in configure()
776 if ( gnoclGetStockItem ( options[secondaryIconIdx].val.obj, interp, &item ) != TCL_OK ) in configure()
H A Dimage.c143 if ( gnoclGetStockItem ( options[imageIdx].val.obj, interp, &item ) != TCL_OK ) in configure()
H A DmessageDialog.c524 && gnoclGetStockItem ( tp, interp, &sp ) == TCL_OK ) in handleButtons()
H A D_messageDialog.c551 if ( strType & GNOCL_STR_STOCK && gnoclGetStockItem ( tp, interp, &sp ) == TCL_OK ) in handleButtons()
H A DradioButton.c584 if ( gnoclGetStockItem ( options[iconIdx].val.obj, interp, &item ) != TCL_OK ) in configure()
H A Dgnocl.h69 int gnoclGetStockItem ( Tcl_Obj *obj, Tcl_Interp *interp, GtkStockItem *sp );
H A DtoolBar.c390 if ( gnoclGetStockItem ( icon, interp, &stockItem ) != TCL_OK ) in getTextAndIcon()
H A DtreeList.c1149 if ( gnoclGetStockItem ( obj, interp, &item ) == TCL_OK ) in getPixbuf()