Home
last modified time | relevance | path

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

12345678910>>...12

/dports/www/thirtybees/thirtybees-1.1.0/admin/themes/default/template/controllers/supply_orders_receipt_history/helpers/list/
H A Dlist_footer.tpl30 {assign 'back_button' $btn}
34 {if isset($back_button)}
35back_button.imgclass)}{$back_button.imgclass}{else}{$k}{/if}" class="btn btn-default{if isset($bac…
36back_button.class)} {$back_button.class}{/if}" ></i> <span{if isset($back_button.force_desc) && $b…
/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Defl_ui_navigation_bar.c49 Eo *back_button = efl_add(EFL_UI_BUTTON_CLASS, obj, in _efl_ui_navigation_bar_efl_object_constructor() local
54 pd->back_button = back_button; in _efl_ui_navigation_bar_efl_object_constructor()
135 … if (!efl_content_set(efl_part(efl_super(pd->obj, MY_CLASS), "efl.back_button"), ppd->back_button)) in _efl_ui_navigation_bar_part_back_button_efl_gfx_entity_visible_set()
143 efl_gfx_entity_visible_set(ppd->back_button, visible); in _efl_ui_navigation_bar_part_back_button_efl_gfx_entity_visible_set()
156 return efl_gfx_entity_visible_get(ppd->back_button); in _efl_ui_navigation_bar_part_back_button_efl_gfx_entity_visible_get()
165 efl_text_set(ppd->back_button, label); in _efl_ui_navigation_bar_part_back_button_efl_text_text_set()
174 return efl_text_get(ppd->back_button); in _efl_ui_navigation_bar_part_back_button_efl_text_text_get()
183 if (content == ppd->back_button) return EINA_FALSE; in _efl_ui_navigation_bar_part_back_button_efl_content_content_set()
186 ppd->back_button = content; in _efl_ui_navigation_bar_part_back_button_efl_content_content_set()
206 …efl_event_callback_del(ppd->back_button, EFL_INPUT_EVENT_CLICKED, _back_button_clicked_cb, pd->obj… in _efl_ui_navigation_bar_part_back_button_efl_content_content_unset()
[all …]
/dports/finance/prestashop/prestashop/admin/themes/default/template/helpers/list/
H A Dlist_footer.tpl138 {assign 'back_button' $btn}
142 {if isset($back_button)}
144back_button.imgclass)}{$back_button.imgclass}{else}{$k}{/if}" class="btn btn-default{if isset($bac…
145back_button.class)}{$back_button.class}{/if}" ></i> <span {if isset($back_button.force_desc) && $b…
/dports/www/thirtybees/thirtybees-1.1.0/admin/themes/default/template/helpers/list/
H A Dlist_footer.tpl138 {assign 'back_button' $btn}
142 {if isset($back_button)}
144back_button.imgclass)}{$back_button.imgclass}{else}{$k}{/if}" class="btn btn-default{if isset($bac…
145back_button.class)}{$back_button.class}{/if}" ></i> <span {if isset($back_button.force_desc) && $b…
/dports/devel/efl/efl-1.25.1/data/elementary/themes/edc/efl/
H A Dnavigation_bar.edc18 swallow { "efl.back_button";
52 to: "efl.back_button";
79 signal: "efl,state,back_button,visible"; source: "efl";
81 target: "efl.back_button";
84 signal: "efl,state,back_button,hidden"; source: "efl";
86 target: "efl.back_button";
102 group { name: "efl/navigation_bar/back_button";
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/shelf/
H A Dback_button_unittest.cc38 BackButton* back_button() { in back_button() function in ash::__anon8df12d900111::BackButtonTest
132 EXPECT_FALSE(back_button()); in TEST_F()
140 ASSERT_TRUE(!back_button()); in TEST_F()
146 EXPECT_EQ(1.f, back_button()->layer()->opacity()); in TEST_F()
158 EXPECT_FALSE(back_button()); in TEST_F()
166 EXPECT_TRUE(back_button()); in TEST_F()
172 EXPECT_FALSE(back_button()); in TEST_F()
214 generator->MoveMouseTo(back_button()->GetBoundsInScreen().CenterPoint()); in TEST_F()
242 generator->MoveMouseTo(back_button()->GetBoundsInScreen().CenterPoint()); in TEST_F()
/dports/finance/prestashop/prestashop/admin/themes/default/template/controllers/countries/helpers/list/
H A Dlist_footer.tpl157 {assign 'back_button' $btn}
161 {if isset($back_button)}
163back_button.imgclass)}{$back_button.imgclass}{else}{$k}{/if}" class="btn btn-default{if isset($bac…
164back_button.class)}{$back_button.class}{/if}" ></i> <span {if isset($back_button.force_desc) && $b…
/dports/www/castor/castor-0.8.16/src/
H A Dgui.rs10 back_button: Button, field
33 let back_button: Button = builder in new() localVariable
47 back_button, in new()
80 pub fn back_button(&self) -> &Button { in back_button() method
81 &self.back_button in back_button()
/dports/deskutils/gnome-system-log/gnome-system-log-3.9.90/src/
H A Dlogview-findbar.c36 GtkWidget *back_button; member
145 priv->back_button = gtk_button_new (); in logview_findbar_init()
147 gtk_button_set_image (GTK_BUTTON (priv->back_button), images); in logview_findbar_init()
148 gtk_widget_set_valign (priv->back_button, GTK_ALIGN_CENTER); in logview_findbar_init()
149 gtk_style_context_add_class (gtk_widget_get_style_context (priv->back_button), in logview_findbar_init()
151 gtk_widget_set_tooltip_text (priv->back_button, in logview_findbar_init()
153 gtk_container_add (GTK_CONTAINER (buttons), priv->back_button); in logview_findbar_init()
174 g_signal_connect (priv->back_button, "clicked", in logview_findbar_init()
/dports/finance/grisbi/grisbi-2.0.5/src/widgets/
H A Dwidget_css_rules.c130 GtkWidget *back_button) in widget_css_rules_combobox_global_font_changed() argument
147 gtk_widget_set_sensitive (back_button, FALSE); in widget_css_rules_combobox_global_font_changed()
153 gtk_widget_set_sensitive (back_button, TRUE); in widget_css_rules_combobox_global_font_changed()
160 gtk_widget_set_sensitive (back_button, FALSE); in widget_css_rules_combobox_global_font_changed()
311 GtkWidget *back_button; in widget_css_rules_button_select_colors_changed() local
322 gtk_widget_set_sensitive (back_button, TRUE); in widget_css_rules_button_select_colors_changed()
337 gtk_widget_set_sensitive (back_button, FALSE); in widget_css_rules_button_select_colors_changed()
404 static void widget_css_rules_spinbutton_back_clicked (GtkWidget *back_button, in widget_css_rules_spinbutton_back_clicked() argument
407 gtk_widget_set_sensitive (back_button, FALSE); in widget_css_rules_spinbutton_back_clicked()
421 GtkWidget *back_button) in widget_css_rules_spinbutton_value_changed() argument
[all …]
/dports/print/xreader/xreader-3.2.2/shell/
H A Dev-history-action-widget.c24 GtkWidget *back_button; member
159 if (button == priv->back_button) in button_clicked()
181 button == priv->back_button ? in button_pressed()
243 …priv->back_button = ev_history_action_widget_create_button (history_widget, EV_HISTORY_ACTION_BUTT… in ev_history_action_widget_init()
244 gtk_container_add (GTK_CONTAINER (box), priv->back_button); in ev_history_action_widget_init()
245 gtk_widget_show (priv->back_button); in ev_history_action_widget_init()
254 gtk_widget_set_sensitive (priv->back_button, FALSE); in ev_history_action_widget_init()
283 gtk_widget_set_sensitive (priv->back_button, ev_history_can_go_back (history)); in history_changed_cb()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/child_accounts/
H A Dparent_access_controller_impl_unittest.cc165 SimulateButtonPress(PinRequestView::TestApi(view_).back_button()); in TEST_F()
175 SimulateButtonPress(PinRequestView::TestApi(view_).back_button()); in TEST_F()
185 SimulateButtonPress(PinRequestView::TestApi(view_).back_button()); in TEST_F()
195 SimulateButtonPress(PinRequestView::TestApi(view_).back_button()); in TEST_F()
205 SimulateButtonPress(PinRequestView::TestApi(view_).back_button()); in TEST_F()
215 SimulateButtonPress(PinRequestView::TestApi(view_).back_button()); in TEST_F()
225 SimulateButtonPress(PinRequestView::TestApi(view_).back_button()); in TEST_F()
258 SimulateButtonPress(PinRequestView::TestApi(view_).back_button()); in TEST_F()
/dports/devel/p5-Java/Java-4.7/examples/swing/browser/
H A Dbrowser.pl48 my $back_button = $java->create_object("$swing.JButton","Back");
49 $java->do_event($back_button,"addActionListener",\&back_button);
81 $button_panel->add($back_button);
149 sub back_button subroutine
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/gui/
H A Dtext_browser_dialog.cpp60 …QPushButton* back_button = new QPushButton(QIcon(QStringLiteral(":/images/arrow-left.png")), QApp… in TextBrowserDialog() local
61 back_button->setEnabled(false); in TextBrowserDialog()
62 buttons_layout->addWidget(back_button); in TextBrowserDialog()
74 …connect(text_browser, &QTextBrowser::backwardAvailable, back_button, &TextBrowserDialog::setEnable… in TextBrowserDialog()
76 connect(back_button, &QPushButton::clicked, text_browser, &QTextBrowser::backward); in TextBrowserDialog()
/dports/graphics/elementary-photos/photos-2.7.1/src/Views/
H A DEventPage.vala129 var back_button = new Gtk.Button ();
130 back_button.clicked.connect (back_to_master_clicked);
131 back_button.get_style_context ().add_class ("back-button");
132 back_button.can_focus = false;
133 back_button.valign = Gtk.Align.CENTER;
134 back_button.vexpand = false;
135 back_button.visible = false;
136 back_button.label = _("All Events");
137 header_box.pack_start (back_button);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/frame/
H A Dheader_view.cc310 views::FrameCaptionButton* back_button = frame_header_->GetBackButton(); in UpdateBackButton() local
312 if (!back_button) { in UpdateBackButton()
313 back_button = new chromeos::FrameBackButton(); in UpdateBackButton()
314 AddChildView(back_button); in UpdateBackButton()
315 frame_header_->SetBackButton(back_button); in UpdateBackButton()
317 back_button->SetEnabled(caption_button_container_->model()->IsEnabled( in UpdateBackButton()
320 delete back_button; in UpdateBackButton()
/dports/games/gnome-taquin/gnome-taquin-3.38.1/src/
H A Dgame-headerbar.vala27 [GtkChild] private Button back_button;
120 if (!game_finished && back_button.visible)
122 back_button.grab_focus ();
133 back_button.hide (); // TODO transition?
152 back_button.show ();
214 real_this.back_button.show ();
223 real_this.back_button.hide ();
/dports/deskutils/mate-utils/mate-utils-1.26.0/logview/src/
H A Dlogview-findbar.c37 GtkToolItem *back_button; member
184 priv->back_button = gtk_tool_button_new (w, _("Find Previous")); in logview_findbar_init()
185 gtk_tool_item_set_is_important (priv->back_button, TRUE); in logview_findbar_init()
186 gtk_tool_item_set_tooltip_text (priv->back_button, in logview_findbar_init()
188 gtk_toolbar_insert (gtoolbar, priv->back_button, -1); in logview_findbar_init()
189 gtk_widget_show_all (GTK_WIDGET (priv->back_button)); in logview_findbar_init()
224 g_signal_connect (priv->back_button, "clicked", in logview_findbar_init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/app_list/
H A Dapp_list_presenter_delegate_impl.cc248 BackButton* back_button = shelf->navigation_widget()->GetBackButton(); in ProcessLocatedEvent() local
249 if (back_button && back_button->GetWidget() && in ProcessLocatedEvent()
250 target == back_button->GetWidget()->GetNativeWindow()) { in ProcessLocatedEvent()
252 views::View::ConvertPointFromWidget(back_button, &location_in_back_button); in ProcessLocatedEvent()
253 if (back_button->HitTestPoint(location_in_back_button)) in ProcessLocatedEvent()
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/
H A DExport.php192 * @param string $back_button the link for going Back
197 public static function getHtmlForDisplayedExportFooter($back_button, $refreshButton) argument
206 . $back_button
480 $back_button = '<p id="export_back_button">[ <a href="';
482 $back_button .= 'server_export.php" data-post="' . Url::getCommon([], '');
484 $back_button .= 'db_export.php" data-post="' . Url::getCommon(array('db' => $db), '');
486 $back_button .= 'tbl_export.php" data-post="' . Url::getCommon(
506 $back_button .= '&amp;' . urlencode($name) . '=' . urlencode($value);
509 $back_button .= '&amp;repopulate=1">' . __('Back') . '</a> ]</p>';
511 $html .= $back_button;
[all …]
/dports/games/dose-response/dose-response-179c326/src/windows/
H A Dsettings.rs27 back_button: Button, field
53 let back_button = Button::new(rect.bottom_left() + (0, -1), "[Esc] Back").align_left(); in layout() localVariable
67 let button_rect = metrics.button_rect(&back_button); in layout()
114 back_button, in layout()
180 display.draw_button(&layout.back_button); in render()
/dports/games/iagno/iagno-3.38.1/src/
H A Dgame-headerbar.vala27 [GtkChild] private Button back_button;
121 if (!game_finished && back_button.visible)
123 back_button.grab_focus ();
134 back_button.hide (); // TODO transition?
156 back_button.show ();
227 real_this.back_button.show ();
237 real_this.back_button.hide ();
/dports/editors/setzer/Setzer-0.4.1/setzer/workspace/help_panel/
H A Dhelp_panel_viewgtk.py46 self.back_button = Gtk.Button.new_from_icon_name('go-previous-symbolic', Gtk.IconSize.MENU)
47 self.back_button.set_tooltip_text(_('Back'))
48 self.back_button.get_style_context().add_class('flat')
49 self.back_button.set_can_focus(False)
50 self.action_bar.pack_start(self.back_button, False, False, 0)
/dports/devel/thonny/thonny-3.3.14/thonny/plugins/
H A Dvariables.py19 self.back_button = ttk.Button(
39 self.back_button.configure(text=tr("Back to\n%s") % self._last_active_info[-1])
40 self.back_button.place(relx=1, x=-5, y=5, anchor="ne")
42 self.back_button.place_forget()
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/
H A DExport.php225 * @param string $back_button the link for going Back
231 string $back_button, argument
241 . $back_button
566 $back_button = '<p id="export_back_button">[ <a href="';
568 …$back_button .= Url::getFromRoute('/server/export') . '" data-post="' . Url::getCommon([], '', fal…
570 … $back_button .= Url::getFromRoute('/database/export') . '" data-post="' . Url::getCommon(
576 $back_button .= Url::getFromRoute('/table/export') . '" data-post="' . Url::getCommon(
599 $back_button .= '&amp;' . urlencode((string) $name) . '=' . urlencode((string) $value);
601 $back_button .= '&amp;repopulate=1">' . __('Back') . '</a> ]</p>';
603 $html .= $back_button;
[all …]

12345678910>>...12