Home
last modified time | relevance | path

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

12

/dports/devel/efl/efl-1.25.1/data/elementary/themes/edc/elm/
H A Dspinner.edc7 rel1.to: "elm.swallow.text_button";
8 rel2.to: "elm.swallow.text_button";
48 rel1.to: "elm.swallow.text_button";
49 rel2.to: "elm.swallow.text_button";
87 part { name: "elm.swallow.text_button";
112 rel1.to: "elm.swallow.text_button";
113 rel2.to: "elm.swallow.text_button";
148 target: "elm.swallow.text_button";
154 target: "elm.swallow.text_button";
198 part { name: "elm.swallow.text_button";
[all …]
/dports/print/xreader/xreader-3.2.2/shell/
H A Dev-annotations-toolbar.c36 GtkWidget *text_button; member
60 if (button == toolbar->text_button) { in G_DEFINE_TYPE()
65 … gtk_toggle_tool_button_set_active (GTK_TOGGLE_TOOL_BUTTON (toolbar->text_button), FALSE); in G_DEFINE_TYPE()
118 toolbar->text_button = ev_annotations_toolbar_create_toggle_button (toolbar, in ev_annotations_toolbar_init()
121 gtk_container_add (GTK_CONTAINER(toolbar), toolbar->text_button); in ev_annotations_toolbar_init()
122 gtk_widget_show (toolbar->text_button); in ev_annotations_toolbar_init()
168 …notations_toolbar_toggle_button_if_active (toolbar, GTK_TOGGLE_TOOL_BUTTON (toolbar->text_button))) in ev_annotations_toolbar_add_annot_finished()
/dports/graphics/evince/evince-41.3/shell/
H A Dev-annotations-toolbar.c36 GtkWidget *text_button; member
60 if (button == toolbar->text_button) { in G_DEFINE_TYPE()
65 … gtk_toggle_tool_button_set_active (GTK_TOGGLE_TOOL_BUTTON (toolbar->text_button), FALSE); in G_DEFINE_TYPE()
131 toolbar->text_button = ev_annotations_toolbar_create_toggle_button (toolbar, in ev_annotations_toolbar_init()
136 gtk_container_add (GTK_CONTAINER(toolbar), toolbar->text_button); in ev_annotations_toolbar_init()
137 gtk_widget_show (toolbar->text_button); in ev_annotations_toolbar_init()
184 …notations_toolbar_toggle_button_if_active (toolbar, GTK_TOGGLE_TOOL_BUTTON (toolbar->text_button))) in ev_annotations_toolbar_add_annot_finished()
/dports/devel/efl/efl-1.25.1/data/elementary/themes/edc/efl/
H A Dspin_button.edc6 Part Swallow: efl.text_button (required)
27 Part Swallow: efl.text_button (required)
77 rel.to: "efl.text_button";
114 rel1.to: "efl.text_button";
115 rel2.to: "efl.text_button";
141 swallow { "efl.text_button"; required;
189 target: "efl.text_button";
195 target: "efl.text_button";
253 swallow { "efl.text_button"; required;
407 group { "efl/spin_button/horizontal/text_button";
[all …]
H A Ddatepicker.edc10 Part Swallow: efl.text_button (required)
208 rel.to: "efl.text_button";
259 rel1.to: "efl.text_button";
260 rel2.to: "efl.text_button";
268 swallow { "efl.text_button"; required;
319 target: "efl.text_button";
325 target: "efl.text_button";
/dports/textproc/stardict3/stardict-3.0.6/dict/stardict-plugins/stardict-wordnet-plugin/
H A Dstardict_wordnet.cpp91 …GtkWidget *text_button = gtk_radio_button_new_with_label_from_widget(GTK_RADIO_BUTTON(graphic_butt… in configure() local
92 gtk_box_pack_start(GTK_BOX(vbox), text_button, false, false, 0); in configure()
94 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(text_button), true); in configure()
101 gboolean new_text_or_graphic_mode = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(text_button)); in configure()
/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Delm_spinner.c218 elm_layout_text_set(sd->text_button, "elm.text", buf); in _label_write()
397 evas_object_show(sd->text_button); in _entry_hide()
606 evas_object_hide(sd->text_button); in _entry_show_cb()
665 items = eina_list_append(items, sd->text_button); in _toggle_entry()
1012 txt = elm_object_text_get(sd->text_button); in _access_info_cb()
1068 (buf, "%s", elm_object_text_get(sd->text_button)); in _access_increment_decrement_info_say()
1110 ai = _elm_access_info_get(sd->text_button); in _access_spinner_register()
1207 priv->text_button = elm_button_add(obj); in _elm_spinner_efl_canvas_group_group_add()
1218 elm_widget_sub_object_add(obj, priv->text_button); in _elm_spinner_efl_canvas_group_group_add()
1320 if (sd->text_button) in _elm_spinner_efl_ui_widget_theme_apply()
[all …]
H A Defl_ui_spin_button.c109 efl_text_set(sd->text_button, eina_strbuf_string_get(strbuf)); in _label_write()
385 items = eina_list_append(items, sd->text_button); in _toggle_entry()
505 txt = efl_text_get(sd->text_button); in _access_info_cb()
556 (buf, "%s", elm_object_text_get(sd->text_button)); in _access_increment_decrement_info_say()
596 ai = _elm_access_info_get(sd->text_button); in _access_spinner_register()
627 if (sd->text_button) in _efl_ui_spin_button_efl_ui_widget_theme_apply()
628 elm_widget_element_update(obj, sd->text_button, PART_NAME_TEXT_BUTTON); in _efl_ui_spin_button_efl_ui_widget_theme_apply()
665 sd->text_button = efl_add(EFL_UI_BUTTON_CLASS, obj, in _efl_ui_spin_button_efl_object_constructor()
683 items = eina_list_append(items, sd->text_button); in _efl_ui_spin_button_efl_object_constructor()
H A Defl_ui_spin_button_private.h7 Evas_Object *ent, *inc_button, *dec_button, *text_button; member
H A Delm_widget_spinner.h39 Evas_Object *ent, *inc_button, *dec_button, *text_button; member
/dports/editors/setzer/Setzer-0.4.1/setzer/workspace/latex_shortcutsbar/
H A Dlatex_shortcutsbar_viewgtk.py281 self.text_button = Gtk.MenuButton()
282 self.text_button.set_image(Gtk.Image.new_from_icon_name('text-symbolic', Gtk.IconSize.MENU))
283 self.text_button.set_can_focus(False)
284 self.text_button.set_tooltip_text(_('Text'))
285 self.text_button.get_style_context().add_class('flat')
286 self.text_button.set_popover(popover)
289 button_wrapper.add(self.text_button)
/dports/deskutils/gnote/gnote-41.1/src/
H A Dnotewindow.cpp365 Gtk::Button *text_button = manage(new Gtk::Button); in make_toolbar() local
369 text_button->set_image(*image); in make_toolbar()
370 text_button->signal_clicked() in make_toolbar()
372 text_button->property_margin_start() = 12; in make_toolbar()
373 text_button->show_all(); in make_toolbar()
374 grid->attach(*text_button, grid_col++, 0, 1, 1); in make_toolbar()
375 text_button->set_tooltip_text(_("Set properties of text")); in make_toolbar()
376 m_text_menu->set_relative_to(*text_button); in make_toolbar()
/dports/graphics/figurine/figurine-1.0.5/src/
H A Dmouse_button.c226 text_button(&bev,VIEW(l2)); in handle_button_press()
314 text_button(&bev,VIEW(l2)); in handle_button_release()
H A Darc.c190 text_button(bev,view); in arc_button()
199 text_button(bev,view); in arc_button()
/dports/games/scummvm/scummvm-2.5.1/gui/themes/
H A Ddefault.inc32 "<font id='text_button'>"
36 "id='text_button'>"
658 "<text font='text_button' "
669 "<text font='text_button' "
680 "<text font='text_button' "
691 "<text font='text_button' "
702 "<text font='text_button' "
733 "<text font='text_button' "
764 "<text font='text_button' "
785 "<text font='text_button' "
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk1/examples/
H A Dtoolbar.pp93 text_button : PGtkWidget;
108 if (gtk_toggle_button_get_active( GTK_TOGGLE_BUTTON (text_button))) then
256 text_button :=
272 text_button,
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/
H A Dtools.c68 void text_button(char *text, int xc, int yc, int col, int shad, int w, int h);
282 void text_button(char *text, int xc, int yc, int col, int shad, int w, int h) { in text_button() function
319 text_button(text, xc, yc, col, 4, w + 12, h + 8); in simple_text_button()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/book/src/dev/
H A Dmisc_tricks.md116 perl -pi -e 's/WrappedComposite::text_button\(ctx, (.+?), (.+?)\)/Btn::text_fg(\1).build_def\(ctx, …
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/vr/
H A DBUILD.gn90 "elements/text_button.cc",
91 "elements/text_button.h",
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/vr/
H A DBUILD.gn103 "elements/text_button.cc",
104 "elements/text_button.h",
/dports/games/golly/golly-3.3-src/Scripts/Lua/
H A Doverlay-demo.lua53 local text_button
2542 text_button = op.button( longest, test_text)
2562 text_button.setlabel( "Text and Transforms", false)
2619 text_button.show(x, y) y = y + buttgap + buttht
/dports/games/libretro-scummvm/scummvm-7b1e929/gui/themes/
H A Ddefault.inc29 "<font id='text_button' "
33 "id='text_button' "
468 "<text font='text_button' "
479 "<text font='text_button' "
490 "<text font='text_button' "
501 "<text font='text_button' "
/dports/games/residualvm/residualvm-0.3.1/gui/themes/
H A Ddefault.inc29 "<font id='text_button' "
33 "id='text_button' "
465 "<text font='text_button' "
476 "<text font='text_button' "
487 "<text font='text_button' "
498 "<text font='text_button' "
/dports/graphics/figurine/figurine-1.0.5/src/include/
H A Dfigurine.h659 void text_button(BEvent *, View *);
/dports/games/gigalomania/gigalomaniasrc/
H A Dgamestate.cpp351 Button *text_button = new Button(offset_x_c, offset_y_c, "REALLY QUIT?", game_g->letters_large); in createQuitWindow() local
352 confirm_window->add(text_button); in createQuitWindow()
870 Button *text_button = new Button(offset_x_c, offset_y_c, "NEW GAME?", game_g->letters_large); in requestNewGame() local
871 confirm_window->add(text_button); in requestNewGame()

12