Sha256: 526dad8079bda8e42a304abd7d7a32ef9be1cc3c7e523ad2924803f5185c38ec
Contents?: true
Size: 545 Bytes
Versions: 138
Compression:
Stored size: 545 Bytes
Contents
# This is a little helper function used by some of the examples to report # missing dependencies information on startup. It's especially useful for the # Windows distribution since people will often start the examples by double- # clicking on an icon instead of running from the command line. def missingDependency(msg) app = Fox::FXApp.new("Dummy", "FoxTest") app.init(ARGV) mainWindow = Fox::FXMainWindow.new(app, "") app.create Fox::FXMessageBox.error(mainWindow, Fox::MBOX_OK, "Dependencies Missing", msg) raise SystemExit end
Version data entries
138 entries across 138 versions & 2 rubygems