|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- integrate patches in my_gtk and ugtk for new rpmdrake:
- [ugtk] add "gtkentry" so that we can create an entry and set
initial value in one call
- [my_gtk::main] don't set the events, to fix keyboard focus
problem in entries when embedded
- [my_gtk::_create_window] add $::noBorder, to not have a frame
in the main window, so that it's possible to end up with
windows with no border
- [my_gtk] add ask_dir which is a ask_file with only the dir list
- [my_gtk] add ask_browse_tree_info to the export tags, and:
- add support for parents with no leaves, so that then we can
partially build the trees (for speedup)
- add "delete_all" and "delete_category" callbacks
- use Gtk::CList::clear when removing all the nodes, much
speedup
|