~canonical-dx-team/ubuntu/maverick/gtk+2.0/menuproxy

« back to all changes in this revision

Viewing changes to gtk/gtkassistant.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-06-11 12:19:30 UTC
  • mfrom: (1.11.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 175.
  • Revision ID: james.westby@ubuntu.com-20100611121930-n4pklvkoqdsg12vm
Tags: 2.21.2-1
* New upstream development release:
  + debian/rules,
    debian/libgtk2.0-0.symbols:
    - Update for new API symbols.
  + debian/patches/070_mandatory-relibtoolize.patch:
    - Regenerated for the new version.
  + debian/control.in:
    - Update GLib (build-) dependency to >= 2.25.8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
 * used to handle buttons sensitivity and visibility.
58
58
 *
59
59
 * Note that an assistant needs to end its page flow with a page of type
60
 
 * %GTK_ASSISTANT_PAGE_CONFIRM or %GTK_ASSISTANT_PAGE_SUMMARY to be correct.
 
60
 * %GTK_ASSISTANT_PAGE_CONFIRM, %GTK_ASSISTANT_PAGE_SUMMARY or
 
61
 * %GTK_ASSISTANT_PAGE_PROGRESS to be correct.
61
62
 */
62
63
typedef enum
63
64
{
168
169
                                                           GtkWidget            *child);
169
170
 
170
171
void                  gtk_assistant_update_buttons_state  (GtkAssistant *assistant);
 
172
void                  gtk_assistant_commit                (GtkAssistant *assistant);
171
173
 
172
174
G_END_DECLS
173
175