Searched defs:hide_child_directly (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_chrome_shrinkable_hbox.h48 gboolean hide_child_directly; member in struct:_GtkChromeShrinkableHBox
61 // If |hide_child_directly| is true then its child widgets will be hid directly
64 GtkWidget* gtk_chrome_shrinkable_hbox_new(gboolean hide_child_directly,
69 GtkChromeShrinkableHBox* box, gboolean hide_child_directly);
H A Dgtk_chrome_shrinkable_hbox.cc90 if (data->box->hide_child_directly || child_allocation.width <= 1)
136 box->hide_child_directly = FALSE;
165 g_value_set_boolean(value, box->hide_child_directly);
229 GtkWidget* gtk_chrome_shrinkable_hbox_new(gboolean hide_child_directly, argument
233 "hide-child-directly", hide_child_directly,
240 GtkChromeShrinkableHBox* box, gboolean hide_child_directly) {
243 if (hide_child_directly != box->hide_child_directly) {
244 box->hide_child_directly = hide_child_directly;
239 gtk_chrome_shrinkable_hbox_set_hide_child_directly( GtkChromeShrinkableHBox* box, gboolean hide_child_directly) argument
[all...]

Completed in 35 milliseconds