summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* change to getter. (_wrap_gdk_device__get_keys): turn into a getter.James Henstridge2001-09-252-59/+79
* return an int. (_wrap_gtk_tree_view_get_path_at_pos): same here.James Henstridge2001-09-233-97/+79
* remove traces of ExtensionClass.James Henstridge2001-09-226-44/+31
* uncomment this now it has a boxed type.python22-branch-anchorJames Henstridge2001-09-202-10/+1
* define defaultsMatt Wilson2001-09-192-5/+47
* add a cast in pointer comparison to squelch compiler warning.Matt Wilson2001-09-191-1/+1
* note the defaults in the definition.Matt Wilson2001-09-192-4/+76
* add selection to the fields (GtkCTree::insert_node): note the defaults inMatt Wilson2001-09-182-11/+66
* add columns and selection to the fieldsMatt Wilson2001-09-182-1/+27
* don't defined gdk_pixbuf_new_from_file as a constructor of GdkPixbuf.Matt Wilson2001-09-181-2/+1
* add defaults to match old behavior (gtk_alignment_new): likewiseMatt Wilson2001-09-181-17/+29
* don't #define these types to G_TYPE_INVALID, as they are now valid.James Henstridge2001-09-172-18/+0
* install keysyms.py and not GDK.pyJames Henstridge2001-09-168-717/+327
* fix name of init function.James Henstridge2001-09-153-10/+10
* don't install the GTK.py header.James Henstridge2001-09-151-1/+1
* don't import GTK.James Henstridge2001-09-154-162/+8
* add test use of add_constants.James Henstridge2001-09-141-0/+1
* fix up defsdir definition.James Henstridge2001-09-141-0/+1
* same change.James Henstridge2001-09-141-4/+4
* merge from short-class-names-branchJames Henstridge2001-09-148-1438/+1580
* removed. (gtk_cell_renderer_text_pixbuf_get_type): removed.Johan Dahlin2001-09-131-51/+19
* fix up enums.James Henstridge2001-09-061-3/+1
* move constant.James Henstridge2001-09-062-6/+5
* various updates to make it compile.James Henstridge2001-09-063-58/+47
* fix small typos that prevented libglade module from working correctly.James Henstridge2001-08-222-8/+8
* add signal connection function overrieds.James Henstridge2001-08-223-998/+128
* add checks for libglade.James Henstridge2001-08-214-260/+203
* update for autoconf 2.52James Henstridge2001-08-211-17/+7
* update to new format.James Henstridge2001-07-083-14275/+17440
* fix up function call. (_wrap_gtk_tree_store_new): fix up function call.James Henstridge2001-07-031-2/+2
* add pygtk-codegen-2.0 to list of files to be processed.James Henstridge2001-07-032-21/+36
* add is-constructor-of arguments to some defs, and add fields to someJames Henstridge2001-07-022-10/+4
* fix to use gtk_list_store_newv. (_wrap_gtk_tree_store_new): similar fixJames Henstridge2001-07-012-58/+30
* remove GdkDevice stuff from this file.James Henstridge2001-06-306-275/+227
* fix up to use PyGBoxed version of GdkEvent.James Henstridge2001-06-306-546/+257
* remove g_type_init() argument.James Henstridge2001-06-303-61/+29
* remove uses of GtkSelectionData.James Henstridge2001-06-306-138/+44
* constructor for GdkCursor that handles both the standard and pixmap casesJames Henstridge2001-06-296-109/+79
* small changes to make it compileJames Henstridge2001-06-292-16/+39
* don't register a boxed handler for GtkTextIter here.James Henstridge2001-06-276-897/+605
* fix up toolbar constructor.James Henstridge2001-06-271-0/+42
* remove registrations for `custom' boxed types for objects converted toJames Henstridge2001-06-267-309/+97
* new function, based on implementation from Skip. Some small cleanupsJames Henstridge2001-06-252-2/+148
* remove dead code for GtkArg handling, etc. (also tidied up references toJames Henstridge2001-06-259-955/+73
* removed all traces of GdkVisual.James Henstridge2001-06-246-144/+25
* remove all traces of GtkAccelGroup from this file -- GtkAccelGroup is nowJames Henstridge2001-06-243-84/+12
* more fixups to use pyg_type_from_object.James Henstridge2001-06-234-56/+11
* new arg type for GType and GtkType args that uses pyg_type_from_object.James Henstridge2001-06-224-77/+35
* comment out, as container args have been switched to properties now.James Henstridge2001-06-212-109/+61
* add fields that were missing (pointed out by Skip).James Henstridge2001-06-122-56/+46