Interface AssistantPageType


public interface AssistantPageType
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The page lets the user confirm or deny the
    changes.
    static final int
    The page has regular contents.
    static final int
    Used for when other page types are not
    appropriate.
    static final int
    The page contains an introduction to the
    assistant task.
    static final int
    Used for tasks that take a long time to
    complete, blocks the assistant until the page is marked as complete.
    static final int
    The page informs the user of the changes
    done.
  • Field Details

    • CONTENT

      static final int CONTENT
      The page has regular contents. Both the
      Back and forward buttons will be shown.
      See Also:
    • INTRO

      static final int INTRO
      The page contains an introduction to the
      assistant task. Only the Forward button will be shown if there is a
      next page.
      See Also:
    • CONFIRM

      static final int CONFIRM
      The page lets the user confirm or deny the
      changes. The Back and Apply buttons will be shown.
      See Also:
    • SUMMARY

      static final int SUMMARY
      The page informs the user of the changes
      done. Only the Close button will be shown.
      See Also:
    • PROGRESS

      static final int PROGRESS
      Used for tasks that take a long time to
      complete, blocks the assistant until the page is marked as complete.
      Only the back button will be shown.
      See Also:
    • CUSTOM

      static final int CUSTOM
      Used for when other page types are not
      appropriate. No buttons will be shown, and the application must
      add its own buttons through gtk_assistant_add_action_widget().
      See Also: