Home
last modified time | relevance | path

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

12

/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/include/classes/html/
H A DCFormActions.php30 * @param CButtonInterface|null $main_button
33 public function __construct(CButtonInterface $main_button = null, array $other_buttons = []) { argument
40 if ($main_button !== null) {
41 array_unshift($other_buttons, $main_button);
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/include/classes/html/
H A DCFormActions.php30 * @param CButtonInterface|null $main_button
33 public function __construct(CButtonInterface $main_button = null, array $other_buttons = []) { argument
40 if ($main_button !== null) {
41 array_unshift($other_buttons, $main_button);
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/ui/include/classes/html/
H A DCFormActions.php30 * @param CButtonInterface|null $main_button
33 public function __construct(CButtonInterface $main_button = null, array $other_buttons = []) { argument
40 if ($main_button !== null) {
41 array_unshift($other_buttons, $main_button);
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/ui/include/classes/html/
H A DCFormActions.php30 * @param CButtonInterface|null $main_button
33 public function __construct(CButtonInterface $main_button = null, array $other_buttons = []) { argument
40 if ($main_button !== null) {
41 array_unshift($other_buttons, $main_button);
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/ui/include/classes/html/
H A DCFormActions.php30 * @param CButtonInterface|null $main_button
33 public function __construct(CButtonInterface $main_button = null, array $other_buttons = []) { argument
40 if ($main_button !== null) {
41 array_unshift($other_buttons, $main_button);
/dports/deskutils/bijiben/bijiben-40.1/src/
H A Dbjb-main-toolbar.c64 GtkWidget *main_button; member
210 gtk_widget_hide (self->main_button); in populate_bar_for_selection()
285 gtk_widget_hide (self->main_button); in populate_bar_for_standard()
304 gtk_widget_hide (self->main_button); in populate_bar_for_trash()
397 gtk_widget_hide (self->main_button); in populate_bar_for_note_view()
460 gtk_widget_show (self->main_button); in bjb_main_toolbar_reset()
697 gtk_widget_class_bind_template_child (widget_class, BjbMainToolbar, main_button); in bjb_main_toolbar_class_init()
741 if (gtk_widget_is_visible (self->main_button)) in bjb_main_toolbar_open_menu()
742 gtk_widget_activate (self->main_button); in bjb_main_toolbar_open_menu()
/dports/science/gabedit/GabeditSrc251_300720/utils/Others/
H A Dgtkrc79 # "main_button" style.
81 style "main_button" = "button"
165 # the main_button style. These must be documented to be taken advantage of.
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/toolbar/
H A Dtoolbar_icon_container_view.cc92 void ToolbarIconContainerView::AddMainButton(views::Button* main_button) { in AddMainButton() argument
94 main_button_ = main_button; in AddMainButton()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/layout/
H A Dcomposite_layout_tests.cc153 auto* const main_button = in SimulatedExtensionsContainer() local
155 main_button->SetProperty(kFlexBehaviorKey, FlexSpecification()); in SimulatedExtensionsContainer()
280 EXPECT_TRUE(main_button()->GetVisible()); in EnsureLayout()
281 EXPECT_EQ(kIconSize, main_button()->size()); in EnsureLayout()
282 EXPECT_EQ(width(), main_button()->bounds().right()); in EnsureLayout()
291 const View* main_button() const { return children()[children().size() - 1]; } in main_button() function in views::__anon95efec720111::SimulatedExtensionsContainer
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/frontends/php/include/
H A Dhtml.inc.php555 * @param CButtonInterface $main_button main button that will be displayed on the left
562 function makeFormFooter(CButtonInterface $main_button = null, array $other_buttons = []) { argument
567 if ($main_button !== null) {
568 array_unshift($other_buttons, $main_button);
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/frontends/php/include/
H A Dhtml.inc.php555 * @param CButtonInterface $main_button main button that will be displayed on the left
562 function makeFormFooter(CButtonInterface $main_button = null, array $other_buttons = []) { argument
567 if ($main_button !== null) {
568 array_unshift($other_buttons, $main_button);
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/frontends/php/include/
H A Dhtml.inc.php555 * @param CButtonInterface $main_button main button that will be displayed on the left
562 function makeFormFooter(CButtonInterface $main_button = null, array $other_buttons = []) { argument
567 if ($main_button !== null) {
568 array_unshift($other_buttons, $main_button);
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/frontends/php/include/
H A Dhtml.inc.php555 * @param CButtonInterface $main_button main button that will be displayed on the left
562 function makeFormFooter(CButtonInterface $main_button = null, array $other_buttons = []) { argument
567 if ($main_button !== null) {
568 array_unshift($other_buttons, $main_button);
/dports/net-mgmt/zabbix4-agent/zabbix-4.0.30/frontends/php/include/
H A Dhtml.inc.php555 * @param CButtonInterface $main_button main button that will be displayed on the left
562 function makeFormFooter(CButtonInterface $main_button = null, array $other_buttons = []) { argument
567 if ($main_button !== null) {
568 array_unshift($other_buttons, $main_button);
/dports/net-mgmt/zabbix4-java/zabbix-4.0.30/frontends/php/include/
H A Dhtml.inc.php555 * @param CButtonInterface $main_button main button that will be displayed on the left
562 function makeFormFooter(CButtonInterface $main_button = null, array $other_buttons = []) { argument
567 if ($main_button !== null) {
568 array_unshift($other_buttons, $main_button);
/dports/net-mgmt/zabbix4-frontend/zabbix-4.0.30/frontends/php/include/
H A Dhtml.inc.php555 * @param CButtonInterface $main_button main button that will be displayed on the left
562 function makeFormFooter(CButtonInterface $main_button = null, array $other_buttons = []) { argument
567 if ($main_button !== null) {
568 array_unshift($other_buttons, $main_button);
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/frontends/php/include/
H A Dhtml.inc.php555 * @param CButtonInterface $main_button main button that will be displayed on the left
562 function makeFormFooter(CButtonInterface $main_button = null, array $other_buttons = []) { argument
567 if ($main_button !== null) {
568 array_unshift($other_buttons, $main_button);
/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/frontends/php/include/
H A Dhtml.inc.php555 * @param CButtonInterface $main_button main button that will be displayed on the left
562 function makeFormFooter(CButtonInterface $main_button = null, array $other_buttons = []) { argument
567 if ($main_button !== null) {
568 array_unshift($other_buttons, $main_button);
/dports/net-mgmt/zabbix4-proxy/zabbix-4.0.30/frontends/php/include/
H A Dhtml.inc.php555 * @param CButtonInterface $main_button main button that will be displayed on the left
562 function makeFormFooter(CButtonInterface $main_button = null, array $other_buttons = []) { argument
567 if ($main_button !== null) {
568 array_unshift($other_buttons, $main_button);
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/ui/include/
H A Dhtml.inc.php569 * @param CButtonInterface $main_button main button that will be displayed on the left
576 function makeFormFooter(CButtonInterface $main_button = null, array $other_buttons = []) { argument
581 if ($main_button !== null) {
582 array_unshift($other_buttons, $main_button);
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/ui/include/
H A Dhtml.inc.php569 * @param CButtonInterface $main_button main button that will be displayed on the left
576 function makeFormFooter(CButtonInterface $main_button = null, array $other_buttons = []) { argument
581 if ($main_button !== null) {
582 array_unshift($other_buttons, $main_button);
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/ui/include/
H A Dhtml.inc.php569 * @param CButtonInterface $main_button main button that will be displayed on the left
576 function makeFormFooter(CButtonInterface $main_button = null, array $other_buttons = []) { argument
581 if ($main_button !== null) {
582 array_unshift($other_buttons, $main_button);
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/include/
H A Dhtml.inc.php549 * @param CButtonInterface $main_button main button that will be displayed on the left
556 function makeFormFooter(CButtonInterface $main_button = null, array $other_buttons = []) { argument
561 if ($main_button !== null) {
562 array_unshift($other_buttons, $main_button);
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/include/
H A Dhtml.inc.php549 * @param CButtonInterface $main_button main button that will be displayed on the left
556 function makeFormFooter(CButtonInterface $main_button = null, array $other_buttons = []) { argument
561 if ($main_button !== null) {
562 array_unshift($other_buttons, $main_button);
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/ui/include/
H A Dhtml.inc.php569 * @param CButtonInterface $main_button main button that will be displayed on the left
576 function makeFormFooter(CButtonInterface $main_button = null, array $other_buttons = []) { argument
581 if ($main_button !== null) {
582 array_unshift($other_buttons, $main_button);

12