8 #rox.g.rc_parse_string('style "edit-text-area" { cursor-color = "red" }\n'
9 # 'class "GtkTextView" style : gtk "edit-text-area"\n')
11 rox
.setup_app_options('Edit')
16 # All options must be registered by the time we get here
17 rox
.app_options
.notify()
20 for file in sys
.argv
[1:]:
22 EditWindow
.EditWindow(file)
23 except EditWindow
.Abort
:
26 EditWindow
.EditWindow()