http://en.wikipedia.org/wiki/Seed_(programming)
http://live.gnome.org/Seed
What is seed Programming
sudo apt-get install seed
A program using GTK+
http://techbase.kde.org/Development/Tutorials/Shell_Scripting_with_KDE_Dialogs
Development under Ubuntu Environment
http://developer.ubuntu.com/get-started/
http://live.gnome.org/Seed
What is seed Programming
sudo apt-get install seed
A program using GTK+
This code shows an empty window named "Example".
#!/usr/bin/env seed Gtk = imports.gi.Gtk; Gtk.init(Seed.argv); var window = new Gtk.Window({title: "Example"}); window.signal.hide.connect(Gtk.main_quit); window.show_all(); Gtk.main();
http://live.gnome.org/Seed
http://bash.cyberciti.biz/guide/Zenity:_Shell_Scripting_with_Gnome
http://developer.gnome.org/seed/3.2/
http://bash.cyberciti.biz/guide/Zenity:_Shell_Scripting_with_Gnome
http://developer.gnome.org/seed/3.2/
http://techbase.kde.org/Development/Tutorials/Shell_Scripting_with_KDE_Dialogs
Development under Ubuntu Environment
http://developer.ubuntu.com/get-started/
No comments:
Post a Comment