Searched refs:gnoclGetStockItem (Results 1 – 18 of 18) sorted by relevance
/dports/x11-toolkits/gnocl/gnocl-0.9.96/src/ |
H A D | labelButton.c | 164 if ( gnoclGetStockItem ( options[iconIdx].val.obj, interp, &item ) != TCL_OK ) in configure() 200 if ( gnoclGetStockItem ( txtObj, interp, &sp ) != TCL_OK ) in gnoclConfigButtonText()
|
H A D | scaleButton.c | 153 if ( gnoclGetStockItem ( options[iconsIdx].val.obj, interp, &item ) != TCL_OK ) in configure() 191 if ( gnoclGetStockItem ( txtObj, interp, &sp ) != TCL_OK ) in gnoclConfigScaleButtonText()
|
H A D | button.c | 263 if ( gnoclGetStockItem ( options[iconIdx].val.obj, interp, &item ) != TCL_OK ) in configure() 304 if ( gnoclGetStockItem ( txtObj, interp, &sp ) != TCL_OK ) in gnoclConfigButtonText()
|
H A D | itemGroup.c | 281 if ( gnoclGetStockItem ( objv[i+1], interp, &stockItem ) != TCL_OK ) in addItem()
|
H A D | volumeButton.c | 154 if ( gnoclGetStockItem ( txtObj, interp, &sp ) != TCL_OK ) in gnoclConfigVolumeButtonText()
|
H A D | gnocl.c | 526 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 D | toggleButton.c | 409 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 D | linkButton.c | 78 if ( gnoclGetStockItem ( txtObj, interp, &sp ) != TCL_OK ) in gnoclConfigLinkButtonText()
|
H A D | menuItem.c | 161 if ( gnoclGetStockItem ( textObj, interp, &stockItem ) != TCL_OK ) in gnoclMenuItemHandleText()
|
H A D | entry.c | 536 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 D | labelEntry.c | 719 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 D | image.c | 143 if ( gnoclGetStockItem ( options[imageIdx].val.obj, interp, &item ) != TCL_OK ) in configure()
|
H A D | messageDialog.c | 524 && gnoclGetStockItem ( tp, interp, &sp ) == TCL_OK ) in handleButtons()
|
H A D | _messageDialog.c | 551 if ( strType & GNOCL_STR_STOCK && gnoclGetStockItem ( tp, interp, &sp ) == TCL_OK ) in handleButtons()
|
H A D | radioButton.c | 584 if ( gnoclGetStockItem ( options[iconIdx].val.obj, interp, &item ) != TCL_OK ) in configure()
|
H A D | gnocl.h | 69 int gnoclGetStockItem ( Tcl_Obj *obj, Tcl_Interp *interp, GtkStockItem *sp );
|
H A D | toolBar.c | 390 if ( gnoclGetStockItem ( icon, interp, &stockItem ) != TCL_OK ) in getTextAndIcon()
|
H A D | treeList.c | 1149 if ( gnoclGetStockItem ( obj, interp, &item ) == TCL_OK ) in getPixbuf()
|