Home
last modified time | relevance | path

Searched refs:button_delete_ (Results 1 – 6 of 6) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/editor/palette/
H A Dlocation_palette.cpp175 , button_delete_() in location_palette()
193 if (button_delete_) { h.push_back(button_delete_.get()); } in handler_members()
280button_delete_.reset(new location_palette_button(video(), SDL_Rect{ target.x , bottom -= button_y,… in adjust_size()
285button_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()
H A Dlocation_palette.hpp120 std::unique_ptr<location_palette_button> button_delete_; member in editor::location_palette
/dports/graphics/art/ART-1.9.3/rtgui/
H A Ddynamicprofilepanel.cc231 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()
H A Ddynamicprofilepanel.h134 Gtk::Button button_delete_; variable
/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Ddynamicprofilepanel.cc232 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()
H A Ddynamicprofilepanel.h136 Gtk::Button button_delete_; variable