summaryrefslogtreecommitdiff
path: root/gtk/gtk.override
Commit message (Expand)AuthorAgeFilesLines
* add copyright notices, and update to LGPL 2.1.James Henstridge2003-06-261-1/+21
* Undeprecate, add keywords. Based upon patch by kohler@icir.org, fixesJohan Dahlin2003-06-061-8/+15
* New files, splitted out from gtk.overrideJohan Dahlin2003-06-061-5003/+171
* (pygtk_container_for_common_marshal, pygtk_container_for_common)Johan Dahlin2003-05-311-12/+37
* (_wrap_gtk_window_set_icon_list, _wrap_gtk_window_get_icon_list)Johan Dahlin2003-05-311-0/+116
* (_wrap_gtk_widget_get_size_request): Impl. Patch by John Finlay,Johan Dahlin2003-05-311-0/+10
* Impl. Patch by John Finlay, fixes #113568.Johan Dahlin2003-05-311-0/+11
* Rename first argument to sorted_path. Thanks to John Finlay, fixesJohan Dahlin2003-05-311-1/+2
* (_wrap_gtk_tooltips_data_get): Impl. Patch by John Finlay, fixesJohan Dahlin2003-05-311-1/+27
* (_wrap_gtk_text_view_set_border_window_size): Raise exceptions ifJohan Dahlin2003-05-311-0/+43
* (_wrap_gtk_text_tag_table_remove): Raise ValueError if the tagJohan Dahlin2003-05-311-0/+37
* Impl. Patch by John Finlay, Fixes #112796Johan Dahlin2003-05-311-0/+42
* Backwards compatibility, based on patch by Jonathan Blandford, fixesJohan Dahlin2003-05-301-20/+41
* Make the third argument optional. This broke distutils.Johan Dahlin2003-05-281-8/+0
* Go ahead punk, make my dayJohan Dahlin2003-05-081-4/+2
* Implement. Patch by John Finlay, fixes #112054 and #112058.Johan Dahlin2003-05-081-3/+244
* This two are constructors, not normal function, therefor return -1 asJohan Dahlin2003-03-211-2374/+2376
* add some documentation.James Henstridge2003-03-121-1/+3
* return boolean (either Py_True or Py_False).James Henstridge2003-03-111-11/+26
* add a setitem routine for GtkTreeStore and GtkListStore.James Henstridge2003-03-111-30/+149
* Allow some parameters to be NULL.Johan Dahlin2003-03-071-2/+91
* Null is okay here. Fixes #106295 (John Finlay).Johan Dahlin2003-02-271-0/+84
* Added to here, was generated before. This version handle threads better.Johan Dahlin2003-01-211-0/+16
* Wrap. The width and height are returned as a tuple.Joe Shaw2003-01-101-0/+22
* Added. Wraps the gtk_file_selection_get_selections() call which has aJoe Shaw2003-01-091-0/+22
* Add default paramter.Johan Dahlin2003-01-071-5/+37
* (_wrap_gtk_text_buffer_get_selection_bounds): Remove unusedJohan Dahlin2003-01-011-4/+3
* Wrap, so you don't have to specify the length of the string. ForJohan Dahlin2003-01-011-0/+101
* Add default values.Johan Dahlin2003-01-011-4/+17
* Improve threading support by adding pyg_thread_block/unblock around allJohan Dahlin2002-12-281-3/+5
* get rid of len argument all together. The first argument knows its length.James Henstridge2002-12-281-2/+2
* don't return NULL if user asks to register zero stock items.James Henstridge2002-12-251-4/+4
* Impl, patch from John Finlay, fixes 101714.Johan Dahlin2002-12-231-0/+87
* If the first argument (position) is -1, the column will be inserted at theJohan Dahlin2002-12-221-2/+9
* (_wrap_gtk_tree_view_column_cell_get_size): Impl.Johan Dahlin2002-12-181-0/+17
* Impl, based upon patch by John Finlay, fixes #101499.Johan Dahlin2002-12-181-0/+36
* ignore gtk_text_view_new.Johan Dahlin2002-12-171-0/+1
* (_wrap_gtk_text_buffer_create_tag): Check if the tag exists beforeJohan Dahlin2002-12-111-2/+15
* (_wrap_gtk_tree_view_get_cursor): Another try, this time, don'tJohan Dahlin2002-12-111-58/+4
* Make the return value a bit more intelligent and only return what'sJohan Dahlin2002-12-111-7/+50
* Impl. Fixes #100389.Johan Dahlin2002-12-051-0/+28
* Do an extra check for the number of arguments. Fixes #100349Johan Dahlin2002-12-041-3/+24
* (_wrap_gtk_tree_model_iter_nth_child): Allow argument to be None,Johan Dahlin2002-12-041-1/+3
* Impl. Fixes #100077Johan Dahlin2002-12-041-0/+67
* Impl. Fixed #100302Johan Dahlin2002-12-041-0/+32
* Impl. Fixes #100301Johan Dahlin2002-12-041-0/+57
* Impl. (_wrap_gtk_tooltips__get_tips_data_list):Johan Dahlin2002-12-021-0/+45
* allow you to get a row object from a TreeIter as model[iter].James Henstridge2002-11-241-0/+5
* Added. Fixes #97963.Joe Shaw2002-11-201-1/+65
* get rid of pyg_handler_marshal and pyg_input_marshal, which were the lastJames Henstridge2002-11-191-100/+29