Home | History | Annotate | Download | only in gtk

Lines Matching refs:bubble_

37     : bubble_(NULL),
81 gtk_window_get_transient_for(bubble_->GetNativeWindow()));
88 bubble_->Close();
101 bubble_->Close();
114 bubble_->Close();
125 gtk_window_get_transient_for(bubble_->GetNativeWindow()));
133 bubble_->Close();
143 bubble_->Close();
287 bubble_ = BubbleGtk::Show(parent_widget, &bounds, content_widget,
293 gtk_window_set_transient_for(bubble_->GetNativeWindow(),
296 gtk_window_set_modal(bubble_->GetNativeWindow(), true);
297 gtk_window_set_focus(bubble_->GetNativeWindow(), ok_button_);