chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
5eac989
)
Work around for bug in GtkEntryCompletion
author
espen
<espen>
Wed, 17 Oct 2007 16:55:47 +0000
(16:55 +0000)
committer
espen
<espen>
Wed, 17 Oct 2007 16:55:47 +0000
(16:55 +0000)
gtk/gtktypes.lisp
patch
|
blob
|
blame
|
history
diff --git
a/gtk/gtktypes.lisp
b/gtk/gtktypes.lisp
index f455448fa83670a4e7bf37683dbbacec5296db70..867232486b82a9872ebae16327a39b356046bed9 100644
(file)
--- 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.
;; 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.5
7 2007/09/06 14:24:54
espen Exp $
+;; $Id: gtktypes.lisp,v 1.5
8 2007/10/17 16:55:47
espen Exp $
(in-package "GTK")
(in-package "GTK")
@@
-678,8
+678,16
@@
(default-height :merge t :unbound -1)))
:reader entry-completion-entry
:type entry)
(minimum-key-length :merge t :unbound -1)
:reader entry-completion-entry
:type entry)
(minimum-key-length :merge t :unbound -1)
+ ;; Need to be manually defined, as this value through the property
+ ;; mechanism doesn't work
#?(pkg-exists-p "gtk+-2.0" :atleast-version "2.6.0")
#?(pkg-exists-p "gtk+-2.0" :atleast-version "2.6.0")
- (text-column :merge t :unbound -1)))
+ (text-column
+ :allocation :virtual
+ :getter "gtk_entry_completion_get_text_column"
+ :setter "gtk_entry_completion_set_text_column"
+ :unbound -1
+ :accessor entry-completion-text-column
+ :type int)))
("GtkRadioButton"
:slots
("GtkRadioButton"
:slots