OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:close_alignment
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.cc
291
GtkWidget*
close_alignment
= gtk_alignment_new(0.0, 0.0, 1.0, 1.0);
local
292
gtk_alignment_set_padding(GTK_ALIGNMENT(
close_alignment
),
295
gtk_container_add(GTK_CONTAINER(
close_alignment
), close_button_->widget());
296
gtk_box_pack_end(GTK_BOX(hbox_),
close_alignment
, FALSE, FALSE, 0);
local
Completed in 1272 milliseconds