Custom Query (152 matches)
Results (19 - 21 of 152)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1114 | fixed | Graphics.UI.Gtk.ModelView.entryCompletionSetMatchFunc results in cellLayoutSetAttributeFunc error | somebody | guest |
| description |
Attempting to set a match function on an EntryCompletion? results in the following error when a key is pressed in the field: Test: cellLayoutSetAttributeFunc: attempt to set attributes of CellRenderer? from different model. See attached file for example. |
|||
| #1115 | fixed | Graphics.UI.Gtk.ModelView.entryCompletionSetTextModel broken (patch included) | somebody | guest |
| description |
entryCompletionSetTextModel does not work. From what I can see, it replicates the functionality of gtk_entry_completion_set_text_column except it doesn't set the text-column property. The GtkEntryCompletion? uses this field to determine whether it calls the default match function, so possible fixes are: 1. Use g_object_set to set the text-column property (I couldn't work out how to do this) 2. Install a custom match function to compare the strings, (see ticket #1114) 3. Use the gtk_entry_completion_set_text_column function to handle it all (using the same method as used in file demo/treelist/Completion.hs). The attacked patch implements option 3. It also implements & exports entryCompletionTextColumn along with set/get functions (just copied from the old module). Cheers, Peter |
|||
| #1117 | fixed | can't install with ghc in C:\Program Files\ghc\ghc-6.8.1 on Vista | duncan | guest |
| description |
I've made several tests, and definitely gtk2hs 0.9.12.1 refuses to install if ghc is located in C:\Program Files\ghc\ghc-6.8.1 although it can find the ghc directory, keeps on telling me my ghc is broken it works having ghc in default directory c:\ghc\ghc-6.8.1 David Leoni |
|||