OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:res_box
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/editres/dist/
handler.c
49
static String GetResourceName ( ResourceBoxInfo *
res_box
);
371
* Arguments:
res_box
- the resource box.
377
GetResourceName(ResourceBoxInfo *
res_box
)
382
list_info = XawListShowCurrent(
res_box
->norm_list);
384
(
res_box
->cons_list != NULL)) {
385
list_info = XawListShowCurrent(
res_box
->cons_list);
434
ResourceBoxInfo *
res_box
= node->resources->
res_box
;
local
436
NameInfo * name_node =
res_box
->name_info;
470
strcat(buf, GetResourceName(
res_box
));
511
ResourceBoxInfo *
res_box
= node->resources->
res_box
;
local
555
ResourceBoxInfo *
res_box
= (ResourceBoxInfo *)
res_box
_ptr;
local
[
all
...]
widgets.c
484
ResourceBoxInfo *
res_box
;
488
res_box
= (ResourceBoxInfo *) XtMalloc(sizeof(ResourceBoxInfo));
489
node->resources->
res_box
=
res_box
;
491
res_box
->shell = XtVaCreatePopupShell(global_effective_toolkit,
497
XtAddCallback(
res_box
->shell, XtNdestroyCallback,
501
res_box
->shell, NULL, ZERO);
508
res_box
->res_label = XtCreateManagedWidget("resourceLabel",
516
XtSetKeyboardFocus(pane,
res_box
->value_wid); /* send keyboard to value. */
527
XtAddCallback(button, XtNcallback, SaveResource,(XtPointer)
res_box
);
474
ResourceBoxInfo *
res_box
;
local
549
ResourceBoxInfo *
res_box
= node->resources->
res_box
;
local
687
ResourceBoxInfo *
res_box
= node->resources->
res_box
;
local
828
ResourceBoxInfo *
res_box
= node->resources->
res_box
;
local
886
ResourceBoxInfo *
res_box
= node->resources->
res_box
;
local
[
all
...]
editresP.h
113
ResourceBoxInfo *
res_box
;
member in struct:_WidgetResources
Completed in 4 milliseconds
Indexes created Wed Aug 26 00:26:28 UTC 2026