Custom Query (152 matches)
Results (7 - 9 of 152)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1118 | fixed | Add gdk_get_default_root_window | axel | guest |
| description |
I'm wondering if the gdk_get_default_root_window function can be added. I've asked for this before elsewhere, but I thought I'd add it here because then it will easier for me to keep track of its status. |
|||
| #1119 | fixed | implementation of onToggled for CellRendererToggle | axel | guest |
| description |
Unless I'm being unusually dim, with 0.9.12.1 you can display a CellRendererToggle?, but not interact with it, since there is no onToggled method. The attached patch implements onToggled and afterToggled. Warning: I am not a gtk2hs guru, and this patch should not be blindly applied! It works for me, but someone with a better grasp of the code needs to check that this is sane. |
|||
| #1124 | invalid | New SpinButton range changing the value | axel | guest |
| description |
In the following program I create a spin button with range between 0 and 100 and having value 50. When the button is clicked, the range is changed to 0 to 55. Of course 50 is within the new range, so the value should be kept unchanged. However, it goes to 45. If when creating the adjustment I set the page size to 1, the problem vanishes, so: is this the intended behavior? I got bitten because those are the default configurations for spin buttons created with Glade. |
|||