From 5793ecb0a13633caf5edc4db3b9e4e91c793a87a Mon Sep 17 00:00:00 2001 From: espen Date: Wed, 2 Jan 2008 16:00:22 +0000 Subject: [PATCH] Added slots to ENTRY class --- gtk/gtktypes.lisp | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/gtk/gtktypes.lisp b/gtk/gtktypes.lisp index cb140a1..a26a0cd 100644 --- a/gtk/gtktypes.lisp +++ b/gtk/gtktypes.lisp @@ -20,7 +20,7 @@ ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -;; $Id: gtktypes.lisp,v 1.60 2007-10-17 18:02:05 espen Exp $ +;; $Id: gtktypes.lisp,v 1.61 2008-01-02 16:00:22 espen Exp $ (in-package "GTK") @@ -676,8 +676,23 @@ :accessor entry-completion :type entry-completion) (max-length :merge t :unbound 0) + (alignment + :allocation :virtual + :getter "gtk_entry_get_alignment" + :setter "gtk_entry_set_alignment" + :initarg :alignment + :accessor entry-alignment + :type single-float) #?(pkg-exists-p "gtk+-2.0" :atleast-version "2.6.0") - (width-chars :merge t :unbound -1))) + (width-chars :merge t :unbound -1) + #?(pkg-exists-p "gtk+-2.0" :atleast-version "2.12.0") + (cursor-adjustment + :allocation :virtual + :getter "gtk_entry_get_cursor_hadjustment" + :setter "gtk_entry_set_cursor_hadjustment" + :initarg :cursor-hadjustment + :accessor entry-cursor-hadjustment + :type adjustment))) ("GtkEntryCompletion" :slots @@ -884,6 +899,10 @@ :reader tree-model-n-columns :type int))) + ("GtkTreeModelFilter" + :slots + ((virtual-root :merge t :type tree-path))) + ("GtkTreeSelection" :slots ((mode -- 2.11.0