Home
last modified time | relevance | path

Searched refs:show_cancel_button (Results 1 – 25 of 25) sorted by relevance

/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/dialogs/
H A Dconfirm_delete.py20 title=None, confirm_msg=None, show_cancel_button=True, extra_button=None): argument
43 if show_cancel_button:
73 show_cancel_button=True, confirm_msg=None, config_set=None, extra_button=None): argument
80 title=title, confirm_msg=confirm_msg, show_cancel_button=show_cancel_button)
/dports/x11-toolkits/Xmt/xmt400/Xmt/
H A DAskForBool.c130 if (info->boolean_internals.show_cancel_button)
243 info->boolean_internals.show_cancel_button = True;
300 XmtWideBoolean show_cancel_button, in XmtAskForBoolean() argument
307 show_cancel_button, value_return, help_text_default) in XmtAskForBoolean()
316 XmtWideBoolean show_cancel_button;
441 if (show_cancel_button != info->boolean_internals.show_cancel_button) {
442 if (show_cancel_button)
446 info->boolean_internals.show_cancel_button = show_cancel_button;
H A DScreenP.h34 Boolean show_cancel_button; member
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DProgressStatusBar.hpp61 void show_cancel_button();
H A DProgressStatusBar.cpp178 void ProgressStatusBar::show_cancel_button() in show_cancel_button() function in Slic3r::ProgressStatusBar
/dports/x11-toolkits/gtk30/gtk+-3.24.31/demos/gtk-demo/
H A Dsearch_entry.c24 show_cancel_button (void) in show_cancel_button() function
67 show_cancel_button (); in start_search()
/dports/www/thirtybees/thirtybees-1.1.0/classes/helper/
H A DHelperForm.php60 public $show_cancel_button = false; variable in HelperFormCore
316 'show_cancel_button' => $this->show_cancel_button,
/dports/x11-toolkits/gtk40/gtk-4.4.1/demos/gtk-demo/
H A Dsearch_entry.c24 show_cancel_button (void) in show_cancel_button() function
70 show_cancel_button (); in start_search()
/dports/finance/prestashop/prestashop/classes/helper/
H A DHelperForm.php53 public $show_cancel_button = false; variable in HelperFormCore
310 'show_cancel_button' => $this->show_cancel_button,
/dports/x11-toolkits/gtk20/gtk+-2.24.33/demos/gtk-demo/
H A Dsearch_entry.c23 show_cancel_button (void) in show_cancel_button() function
65 show_cancel_button (); in start_search()
/dports/devel/pygobject3-common/pygobject-3.38.0/examples/demo/demos/Entry/
H A Dsearch_entry.py110 def show_cancel_button(self): member in SearchboxApp
136 self.show_cancel_button()
/dports/devel/py-gobject3/pygobject-3.38.0/examples/demo/demos/Entry/
H A Dsearch_entry.py110 def show_cancel_button(self): member in SearchboxApp
136 self.show_cancel_button()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/actions/
H A Dstore.py152 parent=self.gui, show_cancel_button=False,
/dports/finance/prestashop/prestashop/controllers/admin/
H A DAdminStatusesController.php473 $helper->show_cancel_button = true;
H A DAdminFeaturesController.php388 $helper->show_cancel_button = true;
/dports/www/thirtybees/thirtybees-1.1.0/controllers/admin/
H A DAdminStatusesController.php656 $helper->show_cancel_button = true;
H A DAdminFeaturesController.php420 $helper->show_cancel_button = true;
H A DAdminManufacturersController.php486 $helper->show_cancel_button = true;
H A DAdminStockManagementController.php787 $helper->show_cancel_button = true;
H A DAdminSupplyOrdersController.php799 $helper->show_cancel_button = true;
/dports/finance/prestashop/prestashop/admin/themes/default/template/helpers/form/
H A Dform.tpl852 {if isset($show_cancel_button) && $show_cancel_button}
/dports/www/thirtybees/thirtybees-1.1.0/admin/themes/default/template/helpers/form/
H A Dform.tpl926 {if isset($show_cancel_button) && $show_cancel_button}
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/tweak_book/
H A Dboss.py754 … self.gui, pixmap='dialog_information.png', title=_('Nothing to do'), show_cancel_button=False,
/dports/finance/prestashop/prestashop/classes/controller/
H A DAdminController.php2534 …$helper->show_cancel_button = (isset($this->show_form_cancel_button)) ? $this->show_form_cancel_bu…
/dports/www/thirtybees/thirtybees-1.1.0/classes/controller/
H A DAdminController.php2912 …$helper->show_cancel_button = (isset($this->show_form_cancel_button)) ? $this->show_form_cancel_bu…