diff options
author | mifpasoti <46360451+mifpasoti@users.noreply.github.com> | 2019-02-03 16:25:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-03 16:25:56 -0500 |
commit | b32ba5190a2bccfcc2b279efee03d1e2827c385f (patch) | |
tree | 8d780c128b711552a7c52bed1d56aedca5e9d1eb | |
parent | 73161faf0b67e8f9b29bd98ea5251356a7bb84a0 (diff) | |
download | gtk-demos-b32ba5190a2bccfcc2b279efee03d1e2827c385f.tar.gz gtk-demos-b32ba5190a2bccfcc2b279efee03d1e2827c385f.tar.bz2 gtk-demos-b32ba5190a2bccfcc2b279efee03d1e2827c385f.zip |
Add files via upload
-rw-r--r-- | hotnews | 13 |
1 files changed, 3 insertions, 10 deletions
@@ -5,14 +5,13 @@ The most recent version of the Gtk Demos scripts is an update of the January 17 It's no longer necessary to install sbcl to run the scripts. They're invoked by a new script named demos. A file named sanssbcl has to be with the scripts. See "Info about sanssbcl" below. -The demo scripts have minor changes whose purpose is for them to be invoked differently than before. See "Invoke the demo scripts" below. +The demo scripts have minor changes whose purpose is for them to be invoked differently than before. To invoke them now, run the demos script, with the command: ./demos Some of the object names in the demos have been changed to make them unique, because all the demos now get loaded into one name space. The menu was demo4, but is now named menu. All the demos have been combined into one Gtk application, which is established by the gapp in menu. -Six de minimis demos have been added, so you can easily make your own demos by editing de minimis demos. The de minimis demos are demo4 through -demo9. You should also edit the menu to give your demos appropriate names. The button name doesn't matter, and only has to be unique. The label text is what will show as the button label. Also change the window title in your demo, to no longer indicate it's a de minimis demo. +Six de minimis demos have been added, so you can easily make your own demos by editing de minimis demos. The de minimis demos are demo4 through demo9. You should also edit the menu to give your demos appropriate names. The button name doesn't matter, and only has to be unique. The label text is what will show as the button label. Also change the window title in your demo, to no longer indicate it's a de minimis demo. The syntax of the Gtk function prototypes has been changed again, to make them shorter and neater. If you need more Gtk functions than are presently in the list, simply add them to the list, using the same syntax. @@ -20,15 +19,9 @@ The syntax of the Gtk function prototypes has been changed again, to make them s The demos are here: https://github.com/mifpasoti/Gtk-Demos -Invoke the demo scripts: - -If the script named demos is not executable, do this: chmod +x demos -To invoke the demo scripts, do this: ./demos - - Info about sanssbcl: -If sbcl is not installed, and you don't want to install it, you can copy or download sanssbcl. Put it in the same directory with the demo scripts. +If sbcl is not installed, and you don't want to install it, you can use sanssbcl. It goes in the same directory with the demo scripts. If sbcl is installed, you can make sanssbcl by running the makesans script. |