OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:child_widget
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebCore/plugins/gtk/
gtk2xtbin.c
303
xtbin->xtwindow = XtWindow(xtbin->xtclient.
child_widget
);
523
xtclient->
child_widget
= NULL;
559
Widget
child_widget
;
local
577
child_widget
= XtVaCreateWidget("form",
588
XtSetValues(
child_widget
, args, n);
603
XtRealizeWidget(
child_widget
);
609
xt_client_set_info (
child_widget
, 0);
611
XtManageChild(
child_widget
);
612
xtclient->
child_widget
=
child_widget
;
[
all
...]
gtk2xtbin.h
79
Widget
child_widget
; /* The embedded widget */
member in struct:_XtClient
Completed in 646 milliseconds