(:cffi gtk::selection-bounds gtk::label-selection-bounds nil gtk::gtk-label-get-selection-bounds nil)
(:cffi gtk::layout-offsets gtk::label-layout-offsets nil gtk::gtk-label-get-layout-offsets nil))
("GtkEntry"
+ (:cffi gtk::layout gtk::entry-layout g-object "gtk_entry_get_layout" nil)
(:cffi gtk::completion gtk::entry-completion (g-object gtk::entry-completion) "gtk_entry_get_completion" "gtk_entry_set_completion")
(:cffi gtk::cursor-hadjustment gtk::entry-cursor-hadjustment (g-object gtk::adjustment) "gtk_entry_get_cursor_hadjustment" "gtk_entry_set_cursor_hadjustment")
(:cffi gtk::layout-offset gtk::entry-layout-offset nil gtk::gtk-entry-layout-offset nil))))))
;; GtkEntry
-(defcfun (entry-layout "gtk_entry_get_layout") g-object ;;PangoLayout
- (entry (g-object entry)))
-
-(export 'entry-layout)
-
(defcfun gtk-entry-get-layout-offsets :void
(entry (g-object entry))
(x (:pointer :int))
(export 'entry-icon-at-pos)
+(defcfun (entry-progress-pulse "gtk_entry_progress_pulse") :void
+ (entry (g-object entry)))
+
+(export 'entry-progress-pulse)
+
;; GtkEditable
(defcfun (editable-select-region "gtk_editable_select_region") :void
(width-chars entry-width-chars "width-chars" "gint" t
t)
(xalign entry-xalign "xalign" "gfloat" t t)
+ (:cffi layout entry-layout g-object
+ "gtk_entry_get_layout" nil)
(:cffi completion entry-completion
(g-object entry-completion) "gtk_entry_get_completion"
"gtk_entry_set_completion")