Gtk-Perl

 view release on metacpan or  search on metacpan

Gnome/pkg.defs  view on Meta::CPAN

(define-enum GnomeSaveStyle
   (global GNOME_SAVE_GLOBAL)
   (local GNOME_SAVE_LOCAL)
   (both GNOME_SAVE_BOTH))

(define-enum GnomeRestartStyle
   (if-running GNOME_RESTART_IF_RUNNING)
   (anyway GNOME_RESTART_ANYWAY)
   (immediately GNOME_RESTART_IMMEDIATELY)
   (never GNOME_RESTART_NEVER))

; enumerations from "./gnome-icon-list.h"

(define-enum GnomeIconListMode
   (icons GNOME_ICON_LIST_ICONS)
   (text-below GNOME_ICON_LIST_TEXT_BELOW)
   (text-right GNOME_ICON_LIST_TEXT_RIGHT))

; enumerations from "./gnome-mdi.h"

(define-enum GnomeMDIMode
   (notebook GNOME_MDI_NOTEBOOK)
   (toplevel GNOME_MDI_TOPLEVEL)
   (modal GNOME_MDI_MODAL)
   (default-mode GNOME_MDI_DEFAULT_MODE))

; enumerations from "./gnome-properties.h"

; (define-enum GnomePropertyRequest
;    (read GNOME_PROPERTY_READ)
;    (write GNOME_PROPERTY_WRITE)
;    (apply GNOME_PROPERTY_APPLY)
;    (setup GNOME_PROPERTY_SETUP))

; enumerations from "./gnome-stock.h"

(define-enum GnomeStockPixmapType
   (none GNOME_STOCK_PIXMAP_TYPE_NONE)
   (data GNOME_STOCK_PIXMAP_TYPE_DATA)
   (file GNOME_STOCK_PIXMAP_TYPE_FILE)
   (path GNOME_STOCK_PIXMAP_TYPE_PATH)
   (widget GNOME_STOCK_PIXMAP_TYPE_WIDGET)
   (imlib GNOME_STOCK_PIXMAP_TYPE_IMLIB)
   (imlib-scaled GNOME_STOCK_PIXMAP_TYPE_IMLIB_SCALED)
   (gpixmap GNOME_STOCK_PIXMAP_TYPE_GPIXMAP))

; enumerations from "./gnome-types.h"

(define-enum GnomePreferencesType
   (never GNOME_PREFERENCES_NEVER)
   (user GNOME_PREFERENCES_USER)
   (always GNOME_PREFERENCES_ALWAYS))

; enumerations from "./gtk-clock.h"

(define-enum GtkClockType
   (increasing GTK_CLOCK_INCREASING)
   (decreasing GTK_CLOCK_DECREASING)
   (realtime GTK_CLOCK_REALTIME))

; enumerations from "./gtkcalendar.h"

; now in Gtk

;(define-enum GtkCalendarDisplayOptions
;   (show-heading GTK_CALENDAR_SHOW_HEADING)
;   (show-day-names GTK_CALENDAR_SHOW_DAY_NAMES)
;   (no-month-change GTK_CALENDAR_NO_MONTH_CHANGE))

; (define-enum GtkCalendarFont
;    (heading GTK_CALENDAR_FONT_HEADING)
;    (day-name GTK_CALENDAR_FONT_DAY_NAME)
;    (day GTK_CALENDAR_FONT_DAY))

; (define-enum GtkCalendarColor
;    (heading GTK_CALENDAR_COLOR_HEADING)
;    (day-name GTK_CALENDAR_COLOR_DAY_NAME)
;    (prev-month GTK_CALENDAR_COLOR_PREV_MONTH)
;    (next-month GTK_CALENDAR_COLOR_NEXT_MONTH)
;    (normal-day GTK_CALENDAR_COLOR_NORMAL_DAY))

(export-enum GnomeAnimatorStatus)
(export-enum GnomeAnimatorLoopType)
;(export-enum GnomeUIInfoType)
;(export-enum GnomeUIPixmapType)
(export-enum GnomeCalculatorMode)
(export-enum GnomeInteractStyle)
(export-enum GnomeDialogType)
(export-enum GnomeSaveStyle)
(export-enum GnomeRestartStyle)
;(export-enum GnomeClientState)
(export-enum GnomeDockPlacement)
(export-flags GnomeDockItemBehavior)
(export-enum GnomeFontPickerMode)
(export-enum GnomeIconListMode)
;(export-enum GnomeMDIMode)
(export-enum GnomeStockPixmapType)
(export-enum GnomePreferencesType)



( run in 2.092 seconds using v1.01-cache-2.11-cpan-8f98c5d2c55 )