summaryrefslogtreecommitdiff
path: root/docs/reference/pygtk-gtkdialog.xml
Commit message (Collapse)AuthorAgeFilesLines
* reference: pygtk-gtkdialog.xml: fix link to gtk.VBoxDieter Verfaillie2011-10-021-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=650079
* reference: pygtk-gtkdialog.xml: mark deprecated property and methodsDieter Verfaillie2011-02-221-2/+17
|
* reference: pygtk-gtk-functions.xml: fix gtk.alternative_dialog_button_order ↵Dieter Verfaillie2011-02-211-1/+1
| | | | links
* reference: pygtk-gtkdialog.xml: add get_widget_for_response methodDieter Verfaillie2011-02-211-531/+465
|
* Bug 567350 - Fixed incoherence in gtk.Dialog documentation.Gian Mario Tagliaretti2009-08-231-2/+22
| | | | Add an example in gtk.Dialog class reference.
* Update docs for class gtk.DialogGian Mario Tagliaretti2009-08-131-0/+9
|
* Update docs to 2.14Gian Mario Tagliaretti2009-02-251-3/+64
| | | | | | | | | | 2009-02-25 Gian Mario Tagliaretti <gianmt@gnome.org> * pygtk-gtkfilechooser.xml: * pygtk-gtkdialog.xml: Update docs to 2.14 svn path=/trunk/; revision=3092
* Fix a typo in gtkdialog docs, Fixes #537710Gian Mario Tagliaretti2008-06-111-1/+1
| | | | svn path=/trunk/; revision=2994
* Docs updated with the gtk.Buildable interface and minor fixesGian Mario Tagliaretti2007-10-251-0/+10
| | | | svn path=/trunk/; revision=2924
* change all TRUE to True and FALSE to FalseJohn Finlay2006-08-161-6/+6
| | | | * change all TRUE to True and FALSE to False
* Add links to ancestor properties and signals. Add new GTK 2.10 classes,John Finlay2006-06-271-51/+65
| | | | | | * Add links to ancestor properties and signals. Add new GTK 2.10 classes, methods, functions and constants. Remove unused file pygtk-classes.xml
* Add description.John Finlay2006-05-261-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pygtk-gdkevent.xml (gtk.gdk.event_handler_set): Add description. * pygtk-gtk-functions.xml (gtk.init_check) (add_log_handlers, remove_log_handlers): Add function descriptions. * pygtk-gtktreesortable.xml (set_default_sort_func): Add info that sort_func param can be None. * pygtk-gtktreeviewcolumn.xml (cell_get_size): Add cell_area param. * pygtk-gdk-constants.xml (Pixbuf Rotation Constants): Add description. * pygtk-gdkpixbuf.xml (rotate_simple): Add method description * pygtk-pangolayoutline.xml (index_to_x): Fix param name. * pygtk-gtkcontainer.xml (list_child_properties) (install_child_property): Add method descriptions. (gtk.container_class_install_child_property) (gtk.container_class_list_child_properties): Add deprecation warning. * pygtk-gdkdrawable.xml (draw_indexed_image): Add method description. * pygtk-pangocairo-functions.xml (context_set_font_options) (context_get_font_options): Add function descriptions. * pygtk-gdkscreen.xml (get_rgba_colormap, gdk_screen_get_rgba_visual): Add these new method descriptions. * pygtk-gdkdragcontext.xml (set_icon_name): Add. * pygtk-gdkwindow.xml (set_urgency_hint): Add. * pygtk-gtktreeview.xml (get_visible_range): Add. * pygtk-gtkwidget.xml (drag_source_add_image_targets) (drag_source_add_uri_targets, drag_source_set_icon_name): Add. * pygtk-gtkdialog.xml (gtk.alternative_dialog_button_order): Add. * pygtk-gtk-functions.xml (gtk.alternative_dialog_button_order): Add. * pygtk-gtkclipboard.xml (request_image, wait_for_image, set_image) (wait_is_image_available): Add. CVS ----------------------------------------------------------------------
* switch order of ok/cancel buttons in example.Johan Dahlin2006-02-071-2/+2
|
* Fix typo. Fixes #319498 (Nikos Kouremenos)John Finlay2005-10-231-1/+1
| | | | | * pygtk-gtkdialog.xml (gtk.Dialog): Fix typo. Fixes #319498 (Nikos Kouremenos)
* Add descriptions.John Finlay2005-09-181-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pygtk-gobject-functions.xml (spawn_async, child_watch_add) (main_depth, get_current_time) : Add descriptions. * pygtk-gobject-constants.xml (Spawn Flag Constants): Add. * pygtk-gtkobject.xml (gtk.binding_entry_remove): Add. * pygtk-gtk-functions.xml (gtk.binding_entry_add_signal): Move function description to gtk.Object class description. Fix varname errors (#316022 Nikos Kouremenos). * pygtk2-ref.xml: Change date and bump version number. * pygtk-hierarchy.xml: Update. * pygtk-pangocairocairocontext.xml : Add class description. * pygtk-pangocairocairofontmap.xml : Add class description. * pygtk-pangocairo-constants.xml : Add. * pygtk-pangocairo-functions.xml : Add. * pygtk-pangolayoutline.xml : Add class description. * pygtk-pangolayoutiter.xml (get_line): Add. * pygtk-gdkdrawable.xml (cairo_create): Add. * pygtk-pangorenderer.xml: Add pango.Renderer class description. * pygtk-gdkpangorenderer.xml: Add gtk.gdk.PangoRenderer class description. * pygtk-pango-constants.xml (pango.RENDER_PART): Add. * pygtk-gdkdragcontext.xml (set_icon_name): Remove. * pygtk-gdkwindow.xml (set_urgency_hint): Remove. * pygtk-gtktreeview.xml (get_visible_range): Remove. * pygtk-gtkwidget.xml (drag_source_add_image_targets) (drag_source_add_uri_targets, drag_source_set_icon_name): Remove. * pygtk-gtkdialog.xml (gtk.alternative_dialog_button_order): Remove. * pygtk-gtk-functions.xml (gtk.alternative_dialog_button_order): Remove. * pygtk-gtkclipboard.xml (request_image, wait_for_image, set_image) (wait_is_image_available): Remove. * pygtk-gtkaboutdialog.xml (gtk.about_dialog_set_email_hook) (gtk.about_dialog_set_url_hook): Add description of callback function.
* Change date and version number.John Finlay2005-09-071-6/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pygtk2-ref.xml: Change date and version number. * pygtk-pangolayoutiter.xml (free): * pygtk-gdkevent.xml (free): * pygtk-gtktreerowreference.xml (free): * pygtk-gtktreeiter.xml (free): * pygtk-gtkrequisition.xml (free): * pygtk-gtkiconsource.xml (free): * pygtk-gtkborder.xml (free): * pygtk-gtkiconinfo.xml (free): Add deprecation warning. * pygtk-gdkwindow.xml (set_urgency_hint): Add. * pygtk-gtkwindow.xml (set_urgency_hint, get_urgency_hint): Add. (present_with_time): Add. * pygtk-gtktreeview.xml (get_visible_range): Add. * pygtk-gtktreeviewcolumn.xml (queue_resize): Add. * pygtk-gtktreerowreference.xml (get_icon_name): Add. * pygtk-gtktoolbutton.xml (set_icon_name, get_icon_name): Add. * pygtk-gtkiconsource.xml (set_icon_name, get_icon_name): Add. * pygtk-gtktextiter.xml (forward_visible_cursor_position) (backward_visible_cursor_position, forward_visible_cursor_positions) (backward_visible_cursor_positions, forward_visible_line) (backward_visible_line, forward_visible_lines, backward_visible_lines): Add. * pygtk-gtk-stock-items.xml: Add STOCK_FULLSCREEN, STOCK_LEAVE_FULLSCREEN and STOCK_INFO. Fix XMl so RTL icons display correctly. * pygtk-gtksizegroup.xml (set_ignore_hidden, get_ignore_hidden): Add. * pygtk-gtkscrolledwindow.xml (get_hscrollbar, get_vscrollbar): Add. * pygtk-gtkmenushell.xml (set_take_focus, get_take_focus): Add. * pygtk-gtkmenubar.xml (set_pack_direction, get_pack_direction) (set_child_pack_direction, get_child_pack_direction): Add. * pygtk-gtkimage.xml (clear): Add. * pygtk-gtkiconview.xml (create_drag_icon, enable_model_drag_dest) (enable_model_drag_source, get_cursor, get_dest_item_at_pos) (get_drag_dest_item, get_item_at_pos, get_reorderable) (get_visible_range, scroll_to_path, set_cursor, set_drag_dest_item) (set_reorderable, unset_model_drag_dest, unset_model_drag_source): Add. * pygtk-gtk-constants.xml (IconView Drop Position Constants) (Pack Direction Constants): Add. * pygtk-gtkfilechooser.xml (get_do_overwrite, set_do_overwrite) ("do-confirm-overwrite", confirm-overwrite): Add. * pygtk-gtkentrycompletion.xml (set_popup_set_width) (get_popup_set_width, set_popup_single_match, get_popup_single_match): Add. * pygtk-gtkaboutdialog.xml (get_wrap_license, set_wrap_license): Add. * pygtk-gtktextview.xml (get_iter_at_position): * pygtk-gtk-stock-items.xml: Add STOCK_DISCONNECT. * pygtk-gtkprogressbar.xml (set_ellipsize, get_ellipsize): Add. * pygtk-gtkfilefilter.xml (add_pixbuf_formats): Add. * pygtk-gtkwidget.xml (drag_source_add_image_targets) (drag_source_add_uri_targets): Add. * pygtk-gtkclipboard.xml (request_image, wait_for_image, set_image) (wait_is_image_available): Add. * pygtk-gtkdialog.xml (gtk.alternative_dialog_button_order) (get_response_for_widget): Add description. * pygtk-gtkbutton.xml (get_image, set_image): Add descriptions. * pygtk-gtkaction.xml (get_accel_path): Add description.
* Fix description of how button data is passed to the method.John Finlay2005-08-161-10/+9
| | | | | * pygtk-gtkdialog.xml (add_buttons): Fix description of how button data is passed to the method.
* correct description of buttons param. (Sridhar Ratna)John Finlay2005-05-291-5/+13
| | | | | * pygtk-gtkdialog.xml (add_buttons): correct description of buttons param. (Sridhar Ratna)
* add endterm attributes.John Finlay2005-04-041-9/+12
| | | | * add endterm attributes.
* Add links to constants used for response IDs and flags. Fixes #172550John Finlay2005-04-041-81/+13
| | | | | * pygtk-gtkdialog.xml (Description, Constructor): Add links to constants used for response IDs and flags. Fixes #172550 (Johan Dahlin)
* Add.John Finlay2004-12-051-1/+64
| | | | | | | | | | | | | | * pygtk-gtkdialog.xml (set_alternative_button_order): Add. * pygtk-pangolayoutiter.xml Add. * pygtk-pangolayout.xml (get_iter) Add description of this PyGTK 2.6 method. * pygtk-gtkcellview.xml (set_cell_data) Remove. * pygtk-gtkfilechooserbutton.xml (set_active, get_active, "active"): Remove.
* pygtk_gtkdialog.xml (gtk.Dialog) Fix param list bug.John Finlay2004-11-201-1/+1
| | | | * pygtk_gtkdialog.xml (gtk.Dialog) Fix param list bug.
* pygtk-gdkdisplay.xml pygtk-gdkdisplaymanager.xml pygtk-gdkkeymap.xmlJohn Finlay2004-08-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pygtk-gdkdisplay.xml pygtk-gdkdisplaymanager.xml * pygtk-gdkkeymap.xml pygtk-gdkpixbufloader.xml * pygtk-gdkscreen.xml pygtk-gtkaccelgroup.xml * pygtk-gtkaction.xml pygtk-gtkactiongroup.xml * pygtk-gtkadjustment.xml pygtk-gtkbutton.xml * pygtk-gtkcalendar.xml pygtk-gtkcelleditable.xml * pygtk-gtkcellrenderer.xml pygtk-gtkcellrenderertext.xml * pygtk-gtkcellrenderertoggle.xml pygtk-gtkcheckmenuitem.xml * pygtk-gtkcolorbutton.xml pygtk-gtkcolorselection.xml * pygtk-gtkcombobox.xml pygtk-gtkcontainer.xml * pygtk-gtkcurve.xml pygtk-gtkdialog.xml pygtk-gtkeditable.xml * pygtk-gtkentry.xml pygtk-gtkentrycompletion.xml * pygtk-gtkexpander.xml pygtk-gtkfilechooser.xml * pygtk-gtkfontbutton.xml pygtk-gtkhandlebox.xml * pygtk-gtkicontheme.xml pygtk-gtkimcontext.xml * pygtk-gtkinputdialog.xml pygtk-gtkitem.xml pygtk-gtklabel.xml * pygtk-gtklayout.xml pygtk-gtkmenu.xml pygtk-gtkmenuitem.xml * pygtk-gtkmenushell.xml pygtk-gtknotebook.xml * pygtk-gtkobject.xml pygtk-gtkoptionmenu.xml pygtk-gtkpaned.xml * pygtk-gtkplug.xml pygtk-gtkradioaction.xml * pygtk-gtkradiobutton.xml pygtk-gtkradiomenuitem.xml * pygtk-gtkrange.xml pygtk-gtkscale.xml * pygtk-gtkscrolledwindow.xml pygtk-gtksocket.xml * pygtk-gtkspinbutton.xml pygtk-gtkstatusbar.xml * pygtk-gtktextbuffer.xml pygtk-gtktexttag.xml * pygtk-gtktexttagtable.xml pygtk-gtktextview.xml * pygtk-gtktoggleaction.xml pygtk-gtktogglebutton.xml * pygtk-gtktoggletoolbutton.xml pygtk-gtktoolbar.xml * pygtk-gtktoolbutton.xml pygtk-gtktoolitem.xml * pygtk-gtktreemodel.xml pygtk-gtktreeselection.xml * pygtk-gtktreesortable.xml pygtk-gtktreeview.xml * pygtk-gtktreeviewcolumn.xml pygtk-gtkuimanager.xml * pygtk-gtkviewport.xml pygtk-gtkwidget.xml pygtk-gtkwindow.xml Fix signal titles.
* pygtk-gtkdialog.xml Fix Attribute formatting.John Finlay2004-05-051-1/+1
| | | | * pygtk-gtkdialog.xml Fix Attribute formatting.
* spell checkedJohn Finlay2004-05-051-4/+4
|
* Initial revisionJohn Finlay2004-01-291-0/+805