Home
last modified time | relevance | path

Searched refs:highlight_action (Results 1 – 7 of 7) sorted by relevance

/dports/x11-toolkits/mowitz/Mowitz-0.2.1/Mowitz/
H A DMwXutils.c449 static void highlight_action(Widget w, XEvent *event, in highlight_action() function
503 {"siag-highlight", highlight_action},
/dports/devel/anjuta/anjuta-3.34.0/plugins/document-manager/
H A Dsearch-box.c73 GtkAction* highlight_action; member
670 gtk_toggle_action_set_active(GTK_TOGGLE_ACTION(search_box->priv->highlight_action), in search_box_toggle_highlight()
857 …gtk_toggle_action_set_active(GTK_TOGGLE_ACTION(search_box->priv->highlight_action), search_box->pr… in do_popup_menu()
1119 search_box->priv->highlight_action = in search_box_new()
/dports/deskutils/calibre/calibre-src-5.34.0/src/pyj/
H A Dviewer-main.pyj201 def highlight_action(uuid, which):
203 view.highlight_action(uuid, which)
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/viewer/
H A Dweb_view.py290 highlight_action = to_js() variable in ViewerBridge
733 def highlight_action(self, uuid, which): member in WebView
H A Dui.py203 self.highlights_widget.request_highlight_action.connect(self.web_view.highlight_action)
/dports/deskutils/calibre/calibre-src-5.34.0/src/pyj/read_book/
H A Dhighlights.pyj785 view.highlight_action(annot_id, 'goto')
794 view.highlight_action(annot_id, 'delete')
845 view.highlight_action(entry.dataset.uuid, 'delete')
H A Dview.pyj1419 def highlight_action(self, uuid, which):