Package: gtk
Class gtk-entry-buffer
Superclassesg-object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct SlotsDetails The gtk-entry-buffer object contains the actual text displayed in a gtk-entry widget. A single gtk-entry-buffer object can be shared by multiple gtk-entry widgets which will then share the same text content, but not the cursor position, visibility attributes, icon etc. gtk-entry-buffer may be derived from. Such a derived class might allow text to be stored in an alternate location, such as non-pageable memory, useful in the case of important passwords. Or a derived class could integrate with an application's concept of undo/redo. Signal DetailsThe "deleted-text" signallambda (buffer position n-chars) :run-firstThe signal is emitted after text is deleted from the buffer.
The "inserted-text" signallambda (buffer position chars n-chars) :run-firstThe signal is emitted after text is inserted into the buffer.
| Slot Access FunctionsInherited Slot Access FunctionsSee also |
2020-5-31