Interface ResponseType


public interface ResponseType
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Generic response id, not used by GTK dialogs
    static final int
    Returned by Apply buttons in GTK dialogs
    static final int
    Returned by Cancel buttons in GTK dialogs
    static final int
    Returned by Close buttons in GTK dialogs
    static final int
    Returned if the dialog is deleted
    static final int
    Returned by Help buttons in GTK dialogs
    static final int
    Returned by No buttons in GTK dialogs
    static final int
    Returned if an action widget has no response id,
    or if the dialog gets programmatically hidden or destroyed
    static final int
    Returned by OK buttons in GTK dialogs
    static final int
    Generic response id, not used by GTK dialogs
    static final int
    Returned by Yes buttons in GTK dialogs
  • Field Details

    • NONE

      static final int NONE
      Returned if an action widget has no response id,
      or if the dialog gets programmatically hidden or destroyed
      See Also:
    • REJECT

      static final int REJECT
      Generic response id, not used by GTK dialogs
      See Also:
    • ACCEPT

      static final int ACCEPT
      Generic response id, not used by GTK dialogs
      See Also:
    • DELETE_EVENT

      static final int DELETE_EVENT
      Returned if the dialog is deleted
      See Also:
    • OK

      static final int OK
      Returned by OK buttons in GTK dialogs
      See Also:
    • CANCEL

      static final int CANCEL
      Returned by Cancel buttons in GTK dialogs
      See Also:
    • CLOSE

      static final int CLOSE
      Returned by Close buttons in GTK dialogs
      See Also:
    • YES

      static final int YES
      Returned by Yes buttons in GTK dialogs
      See Also:
    • NO

      static final int NO
      Returned by No buttons in GTK dialogs
      See Also:
    • APPLY

      static final int APPLY
      Returned by Apply buttons in GTK dialogs
      See Also:
    • HELP

      static final int HELP
      Returned by Help buttons in GTK dialogs
      See Also: