Home
last modified time | relevance | path

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

1234

/dports/devel/geany-plugins-l10n/geany-plugins-1.38/geanyctags/src/
H A Dgeanyctags.c61 GtkWidget *combo_match; member
569 s_ft_dialog.combo_match = gtk_combo_box_text_new(); in create_dialog_find_file()
570 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("exact")); in create_dialog_find_file()
571 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("prefix")); in create_dialog_find_file()
572 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("pattern")); in create_dialog_find_file()
573 gtk_combo_box_set_active(GTK_COMBO_BOX(s_ft_dialog.combo_match), 1); in create_dialog_find_file()
574 gtk_label_set_mnemonic_widget(GTK_LABEL(label), s_ft_dialog.combo_match); in create_dialog_find_file()
578 gtk_box_pack_start(GTK_BOX(ebox), s_ft_dialog.combo_match, TRUE, TRUE, 0); in create_dialog_find_file()
619 match_type = gtk_combo_box_get_active(GTK_COMBO_BOX(s_ft_dialog.combo_match)); in on_find_tag()
/dports/devel/geany-plugin-pairtaghighlighter/geany-plugins-1.38/geanyctags/src/
H A Dgeanyctags.c61 GtkWidget *combo_match; member
569 s_ft_dialog.combo_match = gtk_combo_box_text_new(); in create_dialog_find_file()
570 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("exact")); in create_dialog_find_file()
571 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("prefix")); in create_dialog_find_file()
572 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("pattern")); in create_dialog_find_file()
573 gtk_combo_box_set_active(GTK_COMBO_BOX(s_ft_dialog.combo_match), 1); in create_dialog_find_file()
574 gtk_label_set_mnemonic_widget(GTK_LABEL(label), s_ft_dialog.combo_match); in create_dialog_find_file()
578 gtk_box_pack_start(GTK_BOX(ebox), s_ft_dialog.combo_match, TRUE, TRUE, 0); in create_dialog_find_file()
619 match_type = gtk_combo_box_get_active(GTK_COMBO_BOX(s_ft_dialog.combo_match)); in on_find_tag()
/dports/devel/geany-plugin-pretty-printer/geany-plugins-1.38/geanyctags/src/
H A Dgeanyctags.c61 GtkWidget *combo_match; member
569 s_ft_dialog.combo_match = gtk_combo_box_text_new(); in create_dialog_find_file()
570 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("exact")); in create_dialog_find_file()
571 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("prefix")); in create_dialog_find_file()
572 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("pattern")); in create_dialog_find_file()
573 gtk_combo_box_set_active(GTK_COMBO_BOX(s_ft_dialog.combo_match), 1); in create_dialog_find_file()
574 gtk_label_set_mnemonic_widget(GTK_LABEL(label), s_ft_dialog.combo_match); in create_dialog_find_file()
578 gtk_box_pack_start(GTK_BOX(ebox), s_ft_dialog.combo_match, TRUE, TRUE, 0); in create_dialog_find_file()
619 match_type = gtk_combo_box_get_active(GTK_COMBO_BOX(s_ft_dialog.combo_match)); in on_find_tag()
/dports/devel/geany-plugin-tableconvert/geany-plugins-1.38/geanyctags/src/
H A Dgeanyctags.c61 GtkWidget *combo_match; member
569 s_ft_dialog.combo_match = gtk_combo_box_text_new(); in create_dialog_find_file()
570 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("exact")); in create_dialog_find_file()
571 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("prefix")); in create_dialog_find_file()
572 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("pattern")); in create_dialog_find_file()
573 gtk_combo_box_set_active(GTK_COMBO_BOX(s_ft_dialog.combo_match), 1); in create_dialog_find_file()
574 gtk_label_set_mnemonic_widget(GTK_LABEL(label), s_ft_dialog.combo_match); in create_dialog_find_file()
578 gtk_box_pack_start(GTK_BOX(ebox), s_ft_dialog.combo_match, TRUE, TRUE, 0); in create_dialog_find_file()
619 match_type = gtk_combo_box_get_active(GTK_COMBO_BOX(s_ft_dialog.combo_match)); in on_find_tag()
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/geanyctags/src/
H A Dgeanyctags.c61 GtkWidget *combo_match; member
569 s_ft_dialog.combo_match = gtk_combo_box_text_new(); in create_dialog_find_file()
570 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("exact")); in create_dialog_find_file()
571 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("prefix")); in create_dialog_find_file()
572 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("pattern")); in create_dialog_find_file()
573 gtk_combo_box_set_active(GTK_COMBO_BOX(s_ft_dialog.combo_match), 1); in create_dialog_find_file()
574 gtk_label_set_mnemonic_widget(GTK_LABEL(label), s_ft_dialog.combo_match); in create_dialog_find_file()
578 gtk_box_pack_start(GTK_BOX(ebox), s_ft_dialog.combo_match, TRUE, TRUE, 0); in create_dialog_find_file()
619 match_type = gtk_combo_box_get_active(GTK_COMBO_BOX(s_ft_dialog.combo_match)); in on_find_tag()
/dports/devel/geany-plugin-vimode/geany-plugins-1.38/geanyctags/src/
H A Dgeanyctags.c61 GtkWidget *combo_match; member
569 s_ft_dialog.combo_match = gtk_combo_box_text_new(); in create_dialog_find_file()
570 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("exact")); in create_dialog_find_file()
571 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("prefix")); in create_dialog_find_file()
572 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("pattern")); in create_dialog_find_file()
573 gtk_combo_box_set_active(GTK_COMBO_BOX(s_ft_dialog.combo_match), 1); in create_dialog_find_file()
574 gtk_label_set_mnemonic_widget(GTK_LABEL(label), s_ft_dialog.combo_match); in create_dialog_find_file()
578 gtk_box_pack_start(GTK_BOX(ebox), s_ft_dialog.combo_match, TRUE, TRUE, 0); in create_dialog_find_file()
619 match_type = gtk_combo_box_get_active(GTK_COMBO_BOX(s_ft_dialog.combo_match)); in on_find_tag()
/dports/devel/geany-plugin-shiftcolumn/geany-plugins-1.38/geanyctags/src/
H A Dgeanyctags.c61 GtkWidget *combo_match; member
569 s_ft_dialog.combo_match = gtk_combo_box_text_new(); in create_dialog_find_file()
570 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("exact")); in create_dialog_find_file()
571 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("prefix")); in create_dialog_find_file()
572 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("pattern")); in create_dialog_find_file()
573 gtk_combo_box_set_active(GTK_COMBO_BOX(s_ft_dialog.combo_match), 1); in create_dialog_find_file()
574 gtk_label_set_mnemonic_widget(GTK_LABEL(label), s_ft_dialog.combo_match); in create_dialog_find_file()
578 gtk_box_pack_start(GTK_BOX(ebox), s_ft_dialog.combo_match, TRUE, TRUE, 0); in create_dialog_find_file()
619 match_type = gtk_combo_box_get_active(GTK_COMBO_BOX(s_ft_dialog.combo_match)); in on_find_tag()
/dports/devel/geany-plugin-pg/geany-plugins-1.38/geanyctags/src/
H A Dgeanyctags.c61 GtkWidget *combo_match; member
569 s_ft_dialog.combo_match = gtk_combo_box_text_new(); in create_dialog_find_file()
570 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("exact")); in create_dialog_find_file()
571 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("prefix")); in create_dialog_find_file()
572 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("pattern")); in create_dialog_find_file()
573 gtk_combo_box_set_active(GTK_COMBO_BOX(s_ft_dialog.combo_match), 1); in create_dialog_find_file()
574 gtk_label_set_mnemonic_widget(GTK_LABEL(label), s_ft_dialog.combo_match); in create_dialog_find_file()
578 gtk_box_pack_start(GTK_BOX(ebox), s_ft_dialog.combo_match, TRUE, TRUE, 0); in create_dialog_find_file()
619 match_type = gtk_combo_box_get_active(GTK_COMBO_BOX(s_ft_dialog.combo_match)); in on_find_tag()
/dports/devel/geany-plugin-projectorganizer/geany-plugins-1.38/geanyctags/src/
H A Dgeanyctags.c61 GtkWidget *combo_match; member
569 s_ft_dialog.combo_match = gtk_combo_box_text_new(); in create_dialog_find_file()
570 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("exact")); in create_dialog_find_file()
571 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("prefix")); in create_dialog_find_file()
572 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("pattern")); in create_dialog_find_file()
573 gtk_combo_box_set_active(GTK_COMBO_BOX(s_ft_dialog.combo_match), 1); in create_dialog_find_file()
574 gtk_label_set_mnemonic_widget(GTK_LABEL(label), s_ft_dialog.combo_match); in create_dialog_find_file()
578 gtk_box_pack_start(GTK_BOX(ebox), s_ft_dialog.combo_match, TRUE, TRUE, 0); in create_dialog_find_file()
619 match_type = gtk_combo_box_get_active(GTK_COMBO_BOX(s_ft_dialog.combo_match)); in on_find_tag()
/dports/devel/geany-plugin-pohelper/geany-plugins-1.38/geanyctags/src/
H A Dgeanyctags.c61 GtkWidget *combo_match; member
569 s_ft_dialog.combo_match = gtk_combo_box_text_new(); in create_dialog_find_file()
570 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("exact")); in create_dialog_find_file()
571 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("prefix")); in create_dialog_find_file()
572 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("pattern")); in create_dialog_find_file()
573 gtk_combo_box_set_active(GTK_COMBO_BOX(s_ft_dialog.combo_match), 1); in create_dialog_find_file()
574 gtk_label_set_mnemonic_widget(GTK_LABEL(label), s_ft_dialog.combo_match); in create_dialog_find_file()
578 gtk_box_pack_start(GTK_BOX(ebox), s_ft_dialog.combo_match, TRUE, TRUE, 0); in create_dialog_find_file()
619 match_type = gtk_combo_box_get_active(GTK_COMBO_BOX(s_ft_dialog.combo_match)); in on_find_tag()
/dports/devel/geany-plugin-sendmail/geany-plugins-1.38/geanyctags/src/
H A Dgeanyctags.c61 GtkWidget *combo_match; member
569 s_ft_dialog.combo_match = gtk_combo_box_text_new(); in create_dialog_find_file()
570 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("exact")); in create_dialog_find_file()
571 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("prefix")); in create_dialog_find_file()
572 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("pattern")); in create_dialog_find_file()
573 gtk_combo_box_set_active(GTK_COMBO_BOX(s_ft_dialog.combo_match), 1); in create_dialog_find_file()
574 gtk_label_set_mnemonic_widget(GTK_LABEL(label), s_ft_dialog.combo_match); in create_dialog_find_file()
578 gtk_box_pack_start(GTK_BOX(ebox), s_ft_dialog.combo_match, TRUE, TRUE, 0); in create_dialog_find_file()
619 match_type = gtk_combo_box_get_active(GTK_COMBO_BOX(s_ft_dialog.combo_match)); in on_find_tag()
/dports/devel/geany-plugin-prj/geany-plugins-1.38/geanyctags/src/
H A Dgeanyctags.c61 GtkWidget *combo_match; member
569 s_ft_dialog.combo_match = gtk_combo_box_text_new(); in create_dialog_find_file()
570 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("exact")); in create_dialog_find_file()
571 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("prefix")); in create_dialog_find_file()
572 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("pattern")); in create_dialog_find_file()
573 gtk_combo_box_set_active(GTK_COMBO_BOX(s_ft_dialog.combo_match), 1); in create_dialog_find_file()
574 gtk_label_set_mnemonic_widget(GTK_LABEL(label), s_ft_dialog.combo_match); in create_dialog_find_file()
578 gtk_box_pack_start(GTK_BOX(ebox), s_ft_dialog.combo_match, TRUE, TRUE, 0); in create_dialog_find_file()
619 match_type = gtk_combo_box_get_active(GTK_COMBO_BOX(s_ft_dialog.combo_match)); in on_find_tag()
/dports/devel/geany-plugin-treebrowser/geany-plugins-1.38/geanyctags/src/
H A Dgeanyctags.c61 GtkWidget *combo_match; member
569 s_ft_dialog.combo_match = gtk_combo_box_text_new(); in create_dialog_find_file()
570 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("exact")); in create_dialog_find_file()
571 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("prefix")); in create_dialog_find_file()
572 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("pattern")); in create_dialog_find_file()
573 gtk_combo_box_set_active(GTK_COMBO_BOX(s_ft_dialog.combo_match), 1); in create_dialog_find_file()
574 gtk_label_set_mnemonic_widget(GTK_LABEL(label), s_ft_dialog.combo_match); in create_dialog_find_file()
578 gtk_box_pack_start(GTK_BOX(ebox), s_ft_dialog.combo_match, TRUE, TRUE, 0); in create_dialog_find_file()
619 match_type = gtk_combo_box_get_active(GTK_COMBO_BOX(s_ft_dialog.combo_match)); in on_find_tag()
/dports/devel/geany-plugin-utilslib/geany-plugins-1.38/geanyctags/src/
H A Dgeanyctags.c61 GtkWidget *combo_match; member
569 s_ft_dialog.combo_match = gtk_combo_box_text_new(); in create_dialog_find_file()
570 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("exact")); in create_dialog_find_file()
571 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("prefix")); in create_dialog_find_file()
572 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("pattern")); in create_dialog_find_file()
573 gtk_combo_box_set_active(GTK_COMBO_BOX(s_ft_dialog.combo_match), 1); in create_dialog_find_file()
574 gtk_label_set_mnemonic_widget(GTK_LABEL(label), s_ft_dialog.combo_match); in create_dialog_find_file()
578 gtk_box_pack_start(GTK_BOX(ebox), s_ft_dialog.combo_match, TRUE, TRUE, 0); in create_dialog_find_file()
619 match_type = gtk_combo_box_get_active(GTK_COMBO_BOX(s_ft_dialog.combo_match)); in on_find_tag()
/dports/devel/geany-plugin-vc/geany-plugins-1.38/geanyctags/src/
H A Dgeanyctags.c61 GtkWidget *combo_match; member
569 s_ft_dialog.combo_match = gtk_combo_box_text_new(); in create_dialog_find_file()
570 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("exact")); in create_dialog_find_file()
571 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("prefix")); in create_dialog_find_file()
572 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("pattern")); in create_dialog_find_file()
573 gtk_combo_box_set_active(GTK_COMBO_BOX(s_ft_dialog.combo_match), 1); in create_dialog_find_file()
574 gtk_label_set_mnemonic_widget(GTK_LABEL(label), s_ft_dialog.combo_match); in create_dialog_find_file()
578 gtk_box_pack_start(GTK_BOX(ebox), s_ft_dialog.combo_match, TRUE, TRUE, 0); in create_dialog_find_file()
619 match_type = gtk_combo_box_get_active(GTK_COMBO_BOX(s_ft_dialog.combo_match)); in on_find_tag()
/dports/devel/geany-plugin-workbench/geany-plugins-1.38/geanyctags/src/
H A Dgeanyctags.c61 GtkWidget *combo_match; member
569 s_ft_dialog.combo_match = gtk_combo_box_text_new(); in create_dialog_find_file()
570 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("exact")); in create_dialog_find_file()
571 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("prefix")); in create_dialog_find_file()
572 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("pattern")); in create_dialog_find_file()
573 gtk_combo_box_set_active(GTK_COMBO_BOX(s_ft_dialog.combo_match), 1); in create_dialog_find_file()
574 gtk_label_set_mnemonic_widget(GTK_LABEL(label), s_ft_dialog.combo_match); in create_dialog_find_file()
578 gtk_box_pack_start(GTK_BOX(ebox), s_ft_dialog.combo_match, TRUE, TRUE, 0); in create_dialog_find_file()
619 match_type = gtk_combo_box_get_active(GTK_COMBO_BOX(s_ft_dialog.combo_match)); in on_find_tag()
/dports/devel/geany-plugin-updatechecker/geany-plugins-1.38/geanyctags/src/
H A Dgeanyctags.c61 GtkWidget *combo_match; member
569 s_ft_dialog.combo_match = gtk_combo_box_text_new(); in create_dialog_find_file()
570 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("exact")); in create_dialog_find_file()
571 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("prefix")); in create_dialog_find_file()
572 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("pattern")); in create_dialog_find_file()
573 gtk_combo_box_set_active(GTK_COMBO_BOX(s_ft_dialog.combo_match), 1); in create_dialog_find_file()
574 gtk_label_set_mnemonic_widget(GTK_LABEL(label), s_ft_dialog.combo_match); in create_dialog_find_file()
578 gtk_box_pack_start(GTK_BOX(ebox), s_ft_dialog.combo_match, TRUE, TRUE, 0); in create_dialog_find_file()
619 match_type = gtk_combo_box_get_active(GTK_COMBO_BOX(s_ft_dialog.combo_match)); in on_find_tag()
/dports/devel/geany-plugin-spellcheck/geany-plugins-1.38/geanyctags/src/
H A Dgeanyctags.c61 GtkWidget *combo_match; member
569 s_ft_dialog.combo_match = gtk_combo_box_text_new(); in create_dialog_find_file()
570 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("exact")); in create_dialog_find_file()
571 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("prefix")); in create_dialog_find_file()
572 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("pattern")); in create_dialog_find_file()
573 gtk_combo_box_set_active(GTK_COMBO_BOX(s_ft_dialog.combo_match), 1); in create_dialog_find_file()
574 gtk_label_set_mnemonic_widget(GTK_LABEL(label), s_ft_dialog.combo_match); in create_dialog_find_file()
578 gtk_box_pack_start(GTK_BOX(ebox), s_ft_dialog.combo_match, TRUE, TRUE, 0); in create_dialog_find_file()
619 match_type = gtk_combo_box_get_active(GTK_COMBO_BOX(s_ft_dialog.combo_match)); in on_find_tag()
/dports/devel/geany-plugin-lineoperations/geany-plugins-1.38/geanyctags/src/
H A Dgeanyctags.c61 GtkWidget *combo_match; member
569 s_ft_dialog.combo_match = gtk_combo_box_text_new(); in create_dialog_find_file()
570 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("exact")); in create_dialog_find_file()
571 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("prefix")); in create_dialog_find_file()
572 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("pattern")); in create_dialog_find_file()
573 gtk_combo_box_set_active(GTK_COMBO_BOX(s_ft_dialog.combo_match), 1); in create_dialog_find_file()
574 gtk_label_set_mnemonic_widget(GTK_LABEL(label), s_ft_dialog.combo_match); in create_dialog_find_file()
578 gtk_box_pack_start(GTK_BOX(ebox), s_ft_dialog.combo_match, TRUE, TRUE, 0); in create_dialog_find_file()
619 match_type = gtk_combo_box_get_active(GTK_COMBO_BOX(s_ft_dialog.combo_match)); in on_find_tag()
/dports/devel/geany-plugin-numberedbookmarks/geany-plugins-1.38/geanyctags/src/
H A Dgeanyctags.c61 GtkWidget *combo_match; member
569 s_ft_dialog.combo_match = gtk_combo_box_text_new(); in create_dialog_find_file()
570 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("exact")); in create_dialog_find_file()
571 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("prefix")); in create_dialog_find_file()
572 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("pattern")); in create_dialog_find_file()
573 gtk_combo_box_set_active(GTK_COMBO_BOX(s_ft_dialog.combo_match), 1); in create_dialog_find_file()
574 gtk_label_set_mnemonic_widget(GTK_LABEL(label), s_ft_dialog.combo_match); in create_dialog_find_file()
578 gtk_box_pack_start(GTK_BOX(ebox), s_ft_dialog.combo_match, TRUE, TRUE, 0); in create_dialog_find_file()
619 match_type = gtk_combo_box_get_active(GTK_COMBO_BOX(s_ft_dialog.combo_match)); in on_find_tag()
/dports/devel/geany-plugin-insertnum/geany-plugins-1.38/geanyctags/src/
H A Dgeanyctags.c61 GtkWidget *combo_match; member
569 s_ft_dialog.combo_match = gtk_combo_box_text_new(); in create_dialog_find_file()
570 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("exact")); in create_dialog_find_file()
571 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("prefix")); in create_dialog_find_file()
572 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("pattern")); in create_dialog_find_file()
573 gtk_combo_box_set_active(GTK_COMBO_BOX(s_ft_dialog.combo_match), 1); in create_dialog_find_file()
574 gtk_label_set_mnemonic_widget(GTK_LABEL(label), s_ft_dialog.combo_match); in create_dialog_find_file()
578 gtk_box_pack_start(GTK_BOX(ebox), s_ft_dialog.combo_match, TRUE, TRUE, 0); in create_dialog_find_file()
619 match_type = gtk_combo_box_get_active(GTK_COMBO_BOX(s_ft_dialog.combo_match)); in on_find_tag()
/dports/devel/geany-plugin-lipsum/geany-plugins-1.38/geanyctags/src/
H A Dgeanyctags.c61 GtkWidget *combo_match; member
569 s_ft_dialog.combo_match = gtk_combo_box_text_new(); in create_dialog_find_file()
570 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("exact")); in create_dialog_find_file()
571 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("prefix")); in create_dialog_find_file()
572 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("pattern")); in create_dialog_find_file()
573 gtk_combo_box_set_active(GTK_COMBO_BOX(s_ft_dialog.combo_match), 1); in create_dialog_find_file()
574 gtk_label_set_mnemonic_widget(GTK_LABEL(label), s_ft_dialog.combo_match); in create_dialog_find_file()
578 gtk_box_pack_start(GTK_BOX(ebox), s_ft_dialog.combo_match, TRUE, TRUE, 0); in create_dialog_find_file()
619 match_type = gtk_combo_box_get_active(GTK_COMBO_BOX(s_ft_dialog.combo_match)); in on_find_tag()
/dports/devel/geany-plugin-miniscript/geany-plugins-1.38/geanyctags/src/
H A Dgeanyctags.c61 GtkWidget *combo_match; member
569 s_ft_dialog.combo_match = gtk_combo_box_text_new(); in create_dialog_find_file()
570 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("exact")); in create_dialog_find_file()
571 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("prefix")); in create_dialog_find_file()
572 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("pattern")); in create_dialog_find_file()
573 gtk_combo_box_set_active(GTK_COMBO_BOX(s_ft_dialog.combo_match), 1); in create_dialog_find_file()
574 gtk_label_set_mnemonic_widget(GTK_LABEL(label), s_ft_dialog.combo_match); in create_dialog_find_file()
578 gtk_box_pack_start(GTK_BOX(ebox), s_ft_dialog.combo_match, TRUE, TRUE, 0); in create_dialog_find_file()
619 match_type = gtk_combo_box_get_active(GTK_COMBO_BOX(s_ft_dialog.combo_match)); in on_find_tag()
/dports/devel/geany-plugin-markdown/geany-plugins-1.38/geanyctags/src/
H A Dgeanyctags.c61 GtkWidget *combo_match; member
569 s_ft_dialog.combo_match = gtk_combo_box_text_new(); in create_dialog_find_file()
570 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("exact")); in create_dialog_find_file()
571 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("prefix")); in create_dialog_find_file()
572 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("pattern")); in create_dialog_find_file()
573 gtk_combo_box_set_active(GTK_COMBO_BOX(s_ft_dialog.combo_match), 1); in create_dialog_find_file()
574 gtk_label_set_mnemonic_widget(GTK_LABEL(label), s_ft_dialog.combo_match); in create_dialog_find_file()
578 gtk_box_pack_start(GTK_BOX(ebox), s_ft_dialog.combo_match, TRUE, TRUE, 0); in create_dialog_find_file()
619 match_type = gtk_combo_box_get_active(GTK_COMBO_BOX(s_ft_dialog.combo_match)); in on_find_tag()
/dports/devel/geany-plugin-lua/geany-plugins-1.38/geanyctags/src/
H A Dgeanyctags.c61 GtkWidget *combo_match; member
569 s_ft_dialog.combo_match = gtk_combo_box_text_new(); in create_dialog_find_file()
570 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("exact")); in create_dialog_find_file()
571 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("prefix")); in create_dialog_find_file()
572 gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(s_ft_dialog.combo_match), _("pattern")); in create_dialog_find_file()
573 gtk_combo_box_set_active(GTK_COMBO_BOX(s_ft_dialog.combo_match), 1); in create_dialog_find_file()
574 gtk_label_set_mnemonic_widget(GTK_LABEL(label), s_ft_dialog.combo_match); in create_dialog_find_file()
578 gtk_box_pack_start(GTK_BOX(ebox), s_ft_dialog.combo_match, TRUE, TRUE, 0); in create_dialog_find_file()
619 match_type = gtk_combo_box_get_active(GTK_COMBO_BOX(s_ft_dialog.combo_match)); in on_find_tag()

1234