Searched refs:button_delete_ (Results 1 – 6 of 6) sorted by relevance
175 , button_delete_() in location_palette()193 if (button_delete_) { h.push_back(button_delete_.get()); } in handler_members()280 …button_delete_.reset(new location_palette_button(video(), SDL_Rect{ target.x , bottom -= button_y,… in adjust_size()285 …button_delete_->set_location(SDL_Rect{ target.x , bottom -= button_y, target.w - 10, button_height… in adjust_size()350 if (button_delete_) { in draw_contents()351 button_delete_->set_dirty(true); in draw_contents()390 if (button_delete_ && button_delete_->pressed()) { in action_pressed()
120 std::unique_ptr<location_palette_button> button_delete_; member in editor::location_palette
231 button_delete_ (M ("DYNPROFILEEDITOR_DELETE")) in DynamicProfilePanel()245 buttonbox_.pack_start (button_delete_, Gtk::PACK_SHRINK); in DynamicProfilePanel()258 button_delete_.signal_clicked().connect ( in DynamicProfilePanel()
134 Gtk::Button button_delete_; variable
232 button_delete_ (M ("DYNPROFILEEDITOR_DELETE")) in DynamicProfilePanel()246 buttonbox_.pack_start (button_delete_, Gtk::PACK_SHRINK); in DynamicProfilePanel()259 button_delete_.signal_clicked().connect ( in DynamicProfilePanel()
136 Gtk::Button button_delete_; variable