Update of /cvsroot/fxruby/FXRuby/examples
In directory usw-pr-cvs1:/tmp/cvs-serv21396/examples
Added Files:
scintilla_wrapper.rb
Log Message:
Added missing file (scintilla_wrapper.rb) needed for the Scintilla example.
--- NEW FILE: scintilla_wrapper.rb ---
## ***** WARNING...THIS FILE IS GENERATED BY FROM SCINTILLA.IFACE
## ***** DO NOT MODIFY...MODIFY SCINTILLA.RB INSTEAD
module Scintilla
## First line may be used for shbang
## This file defines the interface to Scintilla
## A line starting with ## is a pure comment and should be stripped by readers.
## A line starting with #! is for future shbang use
## A line starting with # followed by a space is a documentation comment and refers
## to the next feature definition.
## Each feature is defined by a line starting with fun, get, set, val or evt.
## cat -> start a category
## fun -> a function
## get -> a property get function
## set -> a property set function
## val -> definition of a constant
[...2237 lines suppressed...]
SCE_NNCRONTAB_DEFAULT = 0
SCE_NNCRONTAB_COMMENT = 1
SCE_NNCRONTAB_TASK = 2
SCE_NNCRONTAB_SECTION = 3
SCE_NNCRONTAB_KEYWORD = 4
SCE_NNCRONTAB_MODIFIER = 5
SCE_NNCRONTAB_ASTERISK = 6
SCE_NNCRONTAB_NUMBER = 7
SCE_NNCRONTAB_STRING = 8
SCE_NNCRONTAB_ENVIRONMENT = 9
SCE_NNCRONTAB_IDENTIFIER = 10
# Events
# GTK+ Specific to work around focus and accelerator problems:
# The old name for SCN_UPDATEUI
SCN_CHECKBRACE = 2007
end
|