OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:top_widget
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebCore/plugins/gtk/
gtk2xtbin.c
431
XtSetValues(xtbin->xtclient.
top_widget
, args, 2);
522
xtclient->
top_widget
= NULL;
560
Widget
top_widget
;
local
565
top_widget
= XtAppCreateShell("drawingArea", "Wrapper",
569
xtclient->
top_widget
=
top_widget
;
575
XtSetValues(
top_widget
, args, n);
579
top_widget
, NULL);
591
xtclient->oldwindow =
top_widget
->core.window;
592
top_widget
->core.window = embedderid
[
all
...]
gtk2xtbin.h
78
Widget
top_widget
; /* The toplevel widget */
member in struct:_XtClient
Completed in 214 milliseconds