Home
last modified time | relevance | path

Searched refs:selection_clear (Results 1 – 25 of 185) sorted by relevance

12345678

/dports/science/nwchem-data/nwchem-7.0.2-release/contrib/python/
H A DXrtdb.py82 self.selection_clear()
128 self.selection_clear()
136 self.selection_clear()
158 self.selection_clear()
190 self.selection_clear()
199 def selection_clear(self): member in Xrtdb
258 self.selection_clear()
285 self.selection_clear()
321 self.selection_clear()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/contrib/python/
H A DXrtdb.py82 self.selection_clear()
128 self.selection_clear()
136 self.selection_clear()
158 self.selection_clear()
190 self.selection_clear()
199 def selection_clear(self): member in Xrtdb
258 self.selection_clear()
285 self.selection_clear()
321 self.selection_clear()
/dports/www/netsurf/netsurf-3.10/desktop/
H A Dselection.c262 selection_clear(sel, false); in selection_create()
276 selection_clear(s, true); in selection_destroy()
306 selection_clear(s, true); in selection_init()
356 selection_clear(s, true); in selection_click()
361 selection_clear(s, true); in selection_click()
519 bool selection_clear(struct selection *s, bool redraw) in selection_clear() function
H A Dselection.h100 bool selection_clear(struct selection *s, bool redraw);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/jni/gtk-peer/
H A Dgnu_java_awt_peer_gtk_GtkClipboard.c48 gint selection_clear (GtkWidget *, GdkEventSelection *);
82 GTK_SIGNAL_FUNC (selection_clear), NULL); in Java_gnu_java_awt_peer_gtk_GtkClipboard_initNativeState()
177 selection_clear (GtkWidget *widget __attribute__((unused)), in selection_clear() function
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/jni/gtk-peer/
H A Dgnu_java_awt_peer_gtk_GtkClipboard.c48 gint selection_clear (GtkWidget *, GdkEventSelection *);
82 GTK_SIGNAL_FUNC (selection_clear), NULL); in Java_gnu_java_awt_peer_gtk_GtkClipboard_initNativeState()
177 selection_clear (GtkWidget *widget __attribute__((unused)), in selection_clear() function
/dports/x11-toolkits/gtk20/gtk+-2.24.33/examples/selection/
H A Dsetselection.c39 static gboolean selection_clear( GtkWidget *widget, in selection_clear() function
96 G_CALLBACK (selection_clear), &have_selection); in main()
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/gui/
H A Dline_edit.cpp90 selection_clear();
106 selection_clear();
180 selection_clear();
211 selection_clear();
748 selection_clear();
1050 void LineEdit::selection_clear() { function in LineEdit
1066 selection_clear();
1131 selection_clear();
1279 selection_clear();
H A Dline_edit.h101 void selection_clear();
/dports/devel/godot2/godot-2.1.6-stable/scene/gui/
H A Dline_edit.cpp90 selection_clear();
106 selection_clear();
180 selection_clear();
211 selection_clear();
748 selection_clear();
1050 void LineEdit::selection_clear() { function in LineEdit
1066 selection_clear();
1131 selection_clear();
1279 selection_clear();
H A Dline_edit.h101 void selection_clear();
/dports/x11/polybar/polybar-3.5.7/include/x11/
H A Dtypes.hpp79 using selection_clear = xpp::x::event::selection_clear<connection&>; typedef
H A Dtray_manager.hpp67 … evt::configure_request, evt::resize_request, evt::selection_clear, evt::property_notify,
127 void handle(const evt::selection_clear& evt);
/dports/cad/gerbv/gerbv-2.7.0/src/
H A Dselection.h36 void selection_clear (gerbv_selection_info_t *sel_info);
H A Dselection.c58 void selection_clear (gerbv_selection_info_t *sel_info) in selection_clear() function
/dports/math/calcoo/calcoo-1.3.18/src/
H A Dgtkaux_headers.h17 gboolean selection_clear( GtkWidget *, GdkEventSelection *, gint *);
H A Dgtkaux.c111 gboolean selection_clear( GtkWidget *widget, in selection_clear() function
/dports/science/py-pymol/pymol-open-source-2.4.0/modules/pmg_tk/
H A DColorEditor.py126 self.listbox.selection_clear()
132 self.listbox.selection_clear()
/dports/textproc/py-nltk/nltk-3.4.1/nltk/draw/
H A Dtable.py249 self.selection_clear(0, 'end')
289 self.selection_clear(0, 'end')
539 def selection_clear(self, *args, **kwargs): member in MultiListbox
541 lb.selection_clear(*args, **kwargs)
568 select_clear = selection_clear
1089 self._mlb.selection_clear(0, 'end')
/dports/x11/rxvt-unicode/rxvt-unicode-9.30/src/perl/
H A Dremote-clipboard104 $self->selection_clear;
/dports/textproc/py-nltk/nltk-3.4.1/nltk/sem/
H A Ddrt_glue_demo.py444 self._exampleList.selection_clear(0, 'end')
464 self._exampleList.selection_clear(0, 'end')
507 self._readingList.selection_clear(0, 'end')
/dports/x11-toolkits/gtk30/gtk+-3.24.31/tests/
H A Dtestselection.c198 selection_clear (GtkWidget *widget, GdkEventSelection *event) in selection_clear() function
433 G_CALLBACK (selection_clear), NULL); in main()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Edit/Replace/
H A Dedit_select.hpp84 void selection_clear (string key= "primary");
/dports/x11-toolkits/gtk20/gtk+-2.24.33/tests/
H A Dtestselection.c200 selection_clear (GtkWidget *widget, GdkEventSelection *event) in selection_clear() function
435 G_CALLBACK (selection_clear), NULL); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/host/linux/
H A Dx_server_clipboard.cc118 else if (auto* selection_clear = event.As<x11::SelectionClearEvent>()) in ProcessXEvent() local
119 OnSelectionClear(*selection_clear); in ProcessXEvent()

12345678