Home
last modified time | relevance | path

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

12

/dports/deskutils/mate-utils/mate-utils-1.26.0/mate-dictionary/libgdict/
H A Dgdict-defbox.h52 void (*show_find) (GdictDefbox *defbox); member
91 gboolean show_find);
H A Dgdict-defbox.c84 guint show_find : 1; member
1096 defbox->priv->show_find = FALSE; in hide_find_pane()
1686 if (priv->show_find) in gdict_defbox_show_all()
1694 defbox->priv->show_find = TRUE; in gdict_defbox_real_show_find()
1719 defbox->priv->show_find = FALSE; in gdict_defbox_real_hide_find()
1892 priv->show_find = FALSE; in gdict_defbox_init()
2050 gboolean show_find) in gdict_defbox_set_show_find() argument
2058 if (priv->show_find == show_find) in gdict_defbox_set_show_find()
2061 priv->show_find = show_find; in gdict_defbox_set_show_find()
2062 if (priv->show_find) in gdict_defbox_set_show_find()
[all …]
/dports/deskutils/gnome-dictionary/gnome-dictionary-40.0/src/
H A Dgdict-defbox.h51 void (*show_find) (GdictDefbox *defbox); member
91 gboolean show_find);
H A Dgdict-defbox.c80 guint show_find : 1; member
1076 defbox->priv->show_find = FALSE; in hide_find_pane()
1604 if (priv->show_find) in gdict_defbox_show_all()
1612 defbox->priv->show_find = TRUE; in gdict_defbox_real_show_find()
1637 defbox->priv->show_find = FALSE; in gdict_defbox_real_hide_find()
1816 priv->show_find = FALSE; in gdict_defbox_init()
1974 gboolean show_find) in gdict_defbox_set_show_find() argument
1982 if (priv->show_find == show_find) in gdict_defbox_set_show_find()
1985 priv->show_find = show_find; in gdict_defbox_set_show_find()
1986 if (priv->show_find) in gdict_defbox_set_show_find()
[all …]
/dports/lang/python27/Python-2.7.18/Lib/idlelib/
H A DSearchDialog.py78 def show_find(): function
84 button = Button(root, text="Search", command=show_find)
/dports/lang/python-legacy/Python-2.7.18/Lib/idlelib/
H A DSearchDialog.py78 def show_find(): function
84 button = Button(root, text="Search", command=show_find)
/dports/databases/py-gdbm/Python-3.8.12/Lib/idlelib/
H A Dsearch.py151 def show_find(): function
156 button = Button(frame, text="Search (selection ignored)", command=show_find)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/idlelib/
H A Dsearch.py151 def show_find(): function
156 button = Button(frame, text="Search (selection ignored)", command=show_find)
/dports/lang/python310/Python-3.10.1/Lib/idlelib/
H A Dsearch.py151 def show_find(): function
156 button = Button(frame, text="Search (selection ignored)", command=show_find)
/dports/lang/python37/Python-3.7.12/Lib/idlelib/
H A Dsearch.py151 def show_find(): function
156 button = Button(frame, text="Search (selection ignored)", command=show_find)
/dports/lang/python38/Python-3.8.12/Lib/idlelib/
H A Dsearch.py151 def show_find(): function
156 button = Button(frame, text="Search (selection ignored)", command=show_find)
/dports/lang/python-tools/Python-3.8.12/Lib/idlelib/
H A Dsearch.py151 def show_find(): function
156 button = Button(frame, text="Search (selection ignored)", command=show_find)
/dports/lang/python39/Python-3.9.9/Lib/idlelib/
H A Dsearch.py151 def show_find(): function
156 button = Button(frame, text="Search (selection ignored)", command=show_find)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/idlelib/
H A Dsearch.py151 def show_find(): function
156 button = Button(frame, text="Search (selection ignored)", command=show_find)
/dports/lang/python311/Python-3.11.0a3/Lib/idlelib/
H A Dsearch.py151 def show_find(): function
156 button = Button(frame, text="Search (selection ignored)", command=show_find)
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DExt18ListP.h53 #define XmExt18List_show_find(w) (((XmExt18ListWidget)(w))->ext_list.show_find)
H A DMultiListP.h76 (((XmMultiListWidget)(w))->ext_list.show_find)
231 Boolean show_find; /* whether to display the Find button and textF */ member
H A DMultiList.c114 sizeof(Boolean), XtOffsetOf(XmMultiListRec, ext_list.show_find),
/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Ddlogutil.h587 Boolean show_find);
603 Boolean show_find,
621 Boolean show_find,
/dports/deskutils/zim/zim-0.74.3/zim/gui/
H A Dsearchdialog.py230 pageview.show_find(find_string, flags=flag, highlight=True)
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/tweak_book/
H A Dui.py200 def show_find(self): member in Central
545 …self.action_find = treg('search.png', _('&Find/replace'), self.boss.show_find, 'find-replace', ('C…
H A Dboss.py1069 def show_find(self): member in Boss
1070 self.gui.central.show_find()
/dports/deskutils/zim/zim-0.74.3/tests/
H A Dpageview.py2764 pageview.show_find()
2778 pageview.show_find()
3400 pageview.show_find()
3406 pageview.show_find('test')
/dports/games/scummvm/scummvm-2.5.1/engines/glk/quest/
H A Dread_file.cpp993 void show_find(String s, char ch) { in show_find() function
/dports/irc/irssi-scripts/irssi-scripts/scripts/
H A Dfserve.pl1013 show_find($server, $sender, $text, $qn);
2303 sub show_find subroutine

12