OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:buttons_hbox
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/browser/ui/gtk/
browser_titlebar.cc
493
GtkWidget*
buttons_hbox
= gtk_hbox_new(FALSE, kButtonSpacing);
local
494
gtk_box_pack_start(GTK_BOX(vbox),
buttons_hbox
, FALSE, FALSE, 0);
local
497
titlebar_left_buttons_hbox_ =
buttons_hbox
;
500
titlebar_right_buttons_hbox_ =
buttons_hbox
;
504
return
buttons_hbox
;
[
all
...]
Completed in 704 milliseconds