added construction of tree-view columns to ui-markup eDSL.
[cl-gtk2.git] / gtk / gtk.selections.lisp
1 (in-package :gtk)
2
3 (define-g-boxed-cstruct target-entry "GtkTargetEntry"
4   (target :string :initform 0)
5   (flags target-flags :initform 0)
6   (info :uint :initform 0))
7
8 (export (boxed-related-symbols 'target-entry))
9