Update of /cvsroot/fxruby/FXRuby/lib/fox
In directory usw-pr-cvs1:/tmp/cvs-serv15888
Added Files:
Tag: release10
scintilla.rb
Log Message:
--- NEW FILE: scintilla.rb ---
# This file is automatically generated from Scintilla.iface
# DO NOT MODIFY
class FXScintilla
#
# Basics
INVALID_POSITION = -1
# Define start of Scintilla messages to be greater than all edit (EM_*) messages
# as many EM_ messages can be used although that use is deprecated.
SCI_START = 2000
SCI_OPTIONAL_START = 3000
[...2287 lines suppressed...]
# GTK+ Specific to work around focus and accelerator problems:
SCN_KEY = 2005
SCN_DOUBLECLICK = 2006
SCN_UPDATEUI = 2007
SCN_MODIFIED = 2008
SCN_MACRORECORD = 2009
SCN_MARGINCLICK = 2010
SCN_NEEDSHOWN = 2011
SCN_PAINTED = 2013
SCN_USERLISTSELECTION = 2014
SCN_URIDROPPED = 2015
SCN_DWELLSTART = 2016
SCN_DWELLEND = 2017
# Deprecated
# The old name for SCN_UPDATEUI
SCN_CHECKBRACE = 2007
SCN_POSCHANGED = 2012
end
|