Schnittstelle ResponseType


public interface ResponseType
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    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
  • Felddetails

    • NONE

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

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

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

      static final int DELETE_EVENT
      Returned if the dialog is deleted
      Siehe auch:
    • OK

      static final int OK
      Returned by OK buttons in GTK dialogs
      Siehe auch:
    • CANCEL

      static final int CANCEL
      Returned by Cancel buttons in GTK dialogs
      Siehe auch:
    • CLOSE

      static final int CLOSE
      Returned by Close buttons in GTK dialogs
      Siehe auch:
    • YES

      static final int YES
      Returned by Yes buttons in GTK dialogs
      Siehe auch:
    • NO

      static final int NO
      Returned by No buttons in GTK dialogs
      Siehe auch:
    • APPLY

      static final int APPLY
      Returned by Apply buttons in GTK dialogs
      Siehe auch:
    • HELP

      static final int HELP
      Returned by Help buttons in GTK dialogs
      Siehe auch: