summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJames Henstridge <james@daa.com.au>1999-02-02 15:26:53 +0000
committerJames Henstridge <jamesh@src.gnome.org>1999-02-02 15:26:53 +0000
commit4f0384643c42af7399c6a3755947fd37c88e07b5 (patch)
treee2a8498aaab3c60765f31ca6591bf9af098c21d1 /Makefile.am
parent2f41cb630fbf3d2fa4c230ad079b16fd754f8a06 (diff)
downloadpygtk-4f0384643c42af7399c6a3755947fd37c88e07b5.tar.gz
added GtkCList.focus_row.
1999-02-02 James Henstridge <james@daa.com.au> * generate/gtklists.defs, gtk.py: added GtkCList.focus_row. * _gdkimlibmodule.c, GdkImlib.py: added push_visual and pop_visual, that can be used to easily set GTK to use the imlib visual/colormap combination. * gtkmodule.c: the PyObject -> GtkArg conversion routines were not catching some exceptions that they generated. This would cause wierd problems if you passed the wrong argument types to signal handlers. This was found by Chi-Deok Hwang <cdhwang@sr.hei.co.kr> * examples/simple/dnd.py, examples/simple/dndpixmaps.py: and example of drag and drop contributed by Chi-Deok Hwang <cdhwang@sr.hei.co.kr> * gtkmodule.c: added gtk_ctree_get_selection, that returns nodes rather than pointers. * gtk.py: made changes to reflect those below. Also added GtkWidget.get_colormap() (it was missing previously). * generate/gtkedit.defs (gtk_spin_button_update): added function. * generate/gtkmenus.defs (gtk_check_menu_item_set_active): function renaming. (gtk_menu_set_title): added function. * generate/gtkmisc.defs (gtk_toggle_button_[sg]et_active): added functions, and removed gtk_toggle_button_set_state.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 1992291f..0138f9ba 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -57,6 +57,8 @@ EXTRA_DIST = \
examples/simple/tooltip1.py \
examples/simple/tooltip2.py \
examples/simple/scribble.py \
+ examples/simple/dnd.py \
+ examples/simple/dndpixmap.py \
examples/simple/README \
examples/testgtk/testgtk.py \
examples/testgtk/test.xpm \