[glade--]Patch for glademm-2.0.0.1



Hello glade-- folks--

Attached is a patch to glade-- 2.0.0.1.  It fixes one bug
and adds a little new functionality.  Changes:

1. Finds the pixmap directory correctly when source dir is
either "" (the empty string) or "."  (This had been a bug
against 1.1.3d, which was fixed, but it seems to have
regressed, so now it's fixed again.)

2. Properly handles the "CAN_DEFAULT" property, writing out
a call to
     widget->set_flags(CAN_DEFAULT);

3. Properly handles the "HAS_DEFAULT" property, writing out
a call to
     widget->grab_default()
(this is only done for the FIRST widget in a window that has
HAS_DEFAULT,
and it gets written out after the signal handlers are
written.)

I can't confess to fully understanding the glade-- internal
data structure, so please convince yourself that my changes
are correct.  In particular, the changes to Cxx_Fileset.cc
need to be reviewed.

Thanks,
--Howdy

  =============================
  Howdy Pierce
  Managing Partner
  Cardinal Peak, LLC

  email: howdy cardinalpeak com
  work: (303) 665-3962
  cell: (303) 589-1645
  =============================

Attachment: glademm.patch
Description: Binary data



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]