Revision history for gtkdialog


Revision [33351]

Last edited on 2023-02-24 13:54:50 by zigbert
Additions:
- **[[https://github.com/puppylinux-woof-CE/gtkdialog/wiki/ The reference guide]]** contains syntax and options for all gtkdialog widgets. A major work by Thunor.
Deletions:
- **[[http://01micko.com/reference/ The reference guide]]** contains syntax and options for all gtkdialog widgets. A major work by Thunor.


Revision [33350]

Edited on 2023-02-24 13:47:27 by zigbert
Additions:
export A='
<vbox>
<text><label>Hello world</label></text>
<pixmap><input file>/path/input.svg</input></pixmap>
<button ok></button>
</vbox>'
gtkdialog -p A
- [[http://web.archive.org/web/20160720092102/http://blog.puppylinux.com/?viewDetailed=00021 The gtkdialog lib]]
- [[http://web.archive.org/web/20160919214114/http://blog.puppylinux.com/?viewDetailed=00020 Knob]]
- [[http://web.archive.org/web/20170815224527/http://blog.puppylinux.com/?viewDetailed=00030 Right-click menu]]
- [[http://web.archive.org/web/20180223030345/http://blog.puppylinux.com/?viewDetailed=00040 Dynamic tabs]]
Deletions:
export A='
<vbox>
<text><label>Hello world</label></text>
<pixmap><input file>/path/input.svg</input></pixmap>
<button ok></button>
</vbox>'
gtkdialog -p A
- [[http://blog.puppylinux.com/archive/current.php?post=posts/21-The-gtkdialog-lib.html The gtkdialog lib]]
- [[http://blog.puppylinux.com/archive/current.php?post=posts/20-gtkdialog-knob.html Knob]]
- [[http://blog.puppylinux.com/archive/current.php?post=posts/30-Gtkdialog-right-click-menu.html Right-click menu]]
- [[http://blog.puppylinux.com/archive/current.php?post=posts/40-Gtkdialog---Dynamic-tabs.html Dynamic tabs]]


Revision [33349]

Edited on 2023-02-24 13:35:35 by zigbert
Additions:
[[HomePage]] > [[SoftwareIndex| Software Index]] > [[SoftwareDevelopment| Development]]
Deletions:
[[HomePage]] > [[SoftwareIndex Software Index]] > [[SoftwareDevelopment Development]]


Revision [33302]

Edited on 2023-02-24 02:57:28 by zigbert
Additions:
- **[[gtkdialogDocTips|Tips and Tricks]]** is a comprehensive collection of information for both newbies and skilled developers.
Deletions:
- **[[gtkdialogDocTips Tips and Tricks]]** is a comprehensive collection of information for both newbies and skilled developers.


Revision [33301]

Edited on 2023-02-24 02:56:50 by zigbert
Additions:
~||{{image url="http://www.smokey01.com/zigbert/gtkdialog/helloWorld.png" title="gtkdialog" alt="gtkdialog"}}||%%(bash)
Deletions:
~||{{image url="http://www.01micko.com/zigbert/gtkdialog/helloWorld.png" title="gtkdialog" alt="gtkdialog"}}||%%(bash)


Revision [32981]

Edited on 2020-08-09 16:02:24 by zigbert
Additions:
- [[http://www.murga-linux.com/puppy/viewtopic.php?p=331440 How to add GTK GUI frontends in minutes]]
- [[http://murga-linux.com/puppy/viewtopic.php?t=89045 GtkDialog Tutorial Manual]]
- [[http://www.murga-linux.com/puppy/viewtopic.php?p=143732 Sigmund Berglund Gtkdialog programs]]
- [[http://www.murga-linux.com/puppy/viewtopic.php?t=69282 Index of programs using GtkDialog]]
- [[http://murga-linux.com/puppy/viewtopic.php?p=707526#707526 Old Puppylinux forum]]
Deletions:
- [[https://web.archive.org/web/20200524085209/http://www.murga-linux.com/puppy/viewtopic.php?p=331440 How to add GTK GUI frontends in minutes]]
- [[https://web.archive.org/web/20200524085209/http://murga-linux.com/puppy/viewtopic.php?t=89045 GtkDialog Tutorial Manual]]
- [[https://web.archive.org/web/20200524085209/http://www.murga-linux.com/puppy/viewtopic.php?p=143732 Sigmund Berglund Gtkdialog programs]]
- [[https://web.archive.org/web/20200524085209/http://www.murga-linux.com/puppy/viewtopic.php?t=69282 Index of programs using GtkDialog]]
- [[https://web.archive.org/web/20200524085209/http://murga-linux.com/puppy/viewtopic.php?p=707526#707526 Old Puppylinux forum]]


Revision [32980]

Edited on 2020-08-07 22:05:53 by zigbert
Additions:
===Documentation===
There are 3 major resources:
- **[[http://01micko.com/reference/ The reference guide]]** contains syntax and options for all gtkdialog widgets. A major work by Thunor.
- **[[http://xpt.sourceforge.net/techdocs/language/gtkdialog/gtkde02-GtkdialogExamples/single/ Simple GtkDialog examples]]**
- **[[gtkdialogDocTips Tips and Tricks]]** is a comprehensive collection of information for both newbies and skilled developers.
- [[https://www.murga-linux.com/puppy/viewtopic.php?t=69188 forum topic]]
Deletions:
==Documentation==
- [[http://01micko.com/reference/ The reference guide]] contains syntax and options for all gtkdialog widgets. A major work by Thunor.
- [[http://xpt.sourceforge.net/techdocs/language/gtkdialog/gtkde02-GtkdialogExamples/single/ Simple GtkDialog examples]]
- [[gtkdialogDocTips Tips and Tricks]] is a comprehensive collection of information for both newbies and skilled developers.
- [[https://web.archive.org/web/20200524085209http://www.murga-linux.com/puppy/viewtopic.php?t=69188 forum topic]]


Revision [32858]

Edited on 2020-07-24 19:45:05 by zigbert
Additions:
Find your gtkdialog version by execute ##gtkdialog -v## in terminal.
CategoryGtkdialog


Revision [32845]

Edited on 2020-07-23 15:49:35 by zigbert
Additions:
Programming language that allows you to create GUI elements via [[Bash]] script.
Minor GUIs are made in minutes, but it's also capable of building complex applications like [[pMusic]].
Deletions:
Programming language that allows you to create GUI elements via [[Bash]] script. Minor GUIs are made in minutes, but it's also capable of building complex applications like [[pMusic]] - a showcase.


Revision [32844]

Edited on 2020-07-23 15:48:50 by zigbert
Additions:
Programming language that allows you to create GUI elements via [[Bash]] script. Minor GUIs are made in minutes, but it's also capable of building complex applications like [[pMusic]] - a showcase.
- [[MMview]] - written in Gtkdialog
Deletions:
Programming language that allows you to create GUI elements via [[Bash]] script.
- [[PMusic]] - Showcase what Gtkdialog is capable of


Revision [32843]

Edited on 2020-07-23 15:38:10 by zigbert
Additions:
- [[https://web.archive.org/web/20200524085209/http://www.murga-linux.com/puppy/viewtopic.php?t=69282 Index of programs using GtkDialog]]
Deletions:
- [[https://web.archive.org/web/20200524085209/http://www.murga-linux.com/puppy/viewtopic.php?t=69282 Index of programs using GtkDialogue]]


Revision [32842]

Edited on 2020-07-23 15:34:45 by zigbert
Deletions:
- woodenshoe-wi has fixed the [[https://github.com/woodenshoe-wi/gtkdialog/releases sourcecode to work with GTK3]]


Revision [32839]

Edited on 2020-07-23 15:24:02 by zigbert
Additions:
- [[gtkdialogDocTips Tips and Tricks]] is a comprehensive collection of information for both newbies and skilled developers.
Deletions:
- [[gtkdialogDocTips Tips and Tricks]] is a comprehensive collection of information for both newbies and skilled developers. Written by [[zigbert]].


Revision [32838]

Edited on 2020-07-23 15:19:48 by zigbert
Additions:
- [[gtkdialogDocTips Tips and Tricks]] is a comprehensive collection of information for both newbies and skilled developers. Written by [[zigbert]].
Deletions:
- [[gtkdialogDocTips Tips and Tricks]] is a comprehensive collection of information for newbies and skilled developers. Written by [[zigbert]].


Revision [32834]

Edited on 2020-07-23 14:50:06 by zigbert
Additions:
~||{{image url="http://www.01micko.com/zigbert/gtkdialog/helloWorld.png" title="gtkdialog" alt="gtkdialog"}}||%%(bash)
export A='
<text><label>Hello world</label></text>
<pixmap><input file>/path/input.svg</input></pixmap>
<button ok></button>
gtkdialog -p A
%%||
Deletions:
<<##export A='
~<text><label>Hello world</label></text>
~<pixmap><input file>/path/input.svg</input></pixmap>
~<button ok></button>
gtkdialog -p A##<< {{image url="http://www.01micko.com/zigbert/gtkdialog/helloWorld.png" title="gtkdialog" alt="gtkdialog"}}


Revision [32833]

Edited on 2020-07-23 04:14:09 by zigbert
Additions:
Programming language that allows you to create GUI elements via [[Bash]] script.
<<##export A='
<vbox>
~<text><label>Hello world</label></text>
~<pixmap><input file>/path/input.svg</input></pixmap>
~<button ok></button>
</vbox>'
gtkdialog -p A##<< {{image url="http://www.01micko.com/zigbert/gtkdialog/helloWorld.png" title="gtkdialog" alt="gtkdialog"}}
- [[PMusic]] - Showcase what Gtkdialog is capable of
Deletions:
~Programming language, allows you to create GUI elements via [[Bash]] script.
- [[PMusic]] - written in Gtkdialog


Revision [32821]

Edited on 2020-07-21 04:23:25 by zigbert
Additions:
Packages
- [[https://web.archive.org/web/20200524085209/http://murga-linux.com/puppy/viewtopic.php?p=707526#707526 Old Puppylinux forum]]
- [[http://distro.ibiblio.org/quirky/pet_packages-common/ Quirky repository]].
Source code
- [[https://github.com/01micko/gtkdialog See code at github.com]]
- [[https://web.archive.org/web/20200524085209/http://murga-linux.com/puppy/viewtopic.php?p=538294#538294 Compile info]]
- woodenshoe-wi has fixed the [[https://github.com/woodenshoe-wi/gtkdialog/releases sourcecode to work with GTK3]]
==Documentation==
- [[http://01micko.com/reference/ The reference guide]] contains syntax and options for all gtkdialog widgets. A major work by Thunor.
- [[http://xpt.sourceforge.net/techdocs/language/gtkdialog/gtkde02-GtkdialogExamples/single/ Simple GtkDialog examples]]
- [[gtkdialogDocTips Tips and Tricks]] is a comprehensive collection of information for newbies and skilled developers. Written by [[zigbert]].
In addition there are other resources which may give some more flesh to the bone.
- Basic tutorials [[http://www.tecmint.com/gtkdialog-create-graphical-interfaces-and-dialog-boxes/ here]] and [[http://pclosmag.com/html/Issues/200910/page21.html here]]
- [[http://xpt.sourceforge.net/techdocs/language/gtkdialog/gtkde03-GtkdialogUserManual/ General documentation]] of gtkdialog is poor, but it's a start.
- The command 'gtkdialog --help' shows available parameters.
- [[https://web.archive.org/web/20200524085209/http://www.murga-linux.com/puppy/viewtopic.php?p=331440 How to add GTK GUI frontends in minutes]]
- [[https://web.archive.org/web/20200524085209/http://murga-linux.com/puppy/viewtopic.php?t=89045 GtkDialog Tutorial Manual]]
- [[https://web.archive.org/web/20200524085209/http://www.murga-linux.com/puppy/viewtopic.php?p=143732 Sigmund Berglund Gtkdialog programs]]
- [[https://web.archive.org/web/20200524085209/http://www.murga-linux.com/puppy/viewtopic.php?t=69282 Index of programs using GtkDialogue]]
- [[http://blog.puppylinux.com/archive/current.php?post=posts/21-The-gtkdialog-lib.html The gtkdialog lib]]
- [[http://blog.puppylinux.com/archive/current.php?post=posts/20-gtkdialog-knob.html Knob]]
- [[http://blog.puppylinux.com/archive/current.php?post=posts/30-Gtkdialog-right-click-menu.html Right-click menu]]
- [[http://blog.puppylinux.com/archive/current.php?post=posts/40-Gtkdialog---Dynamic-tabs.html Dynamic tabs]]
- BionicPup 8.0 - gtkdialog 0.8.4
- Slacko 5.3.1 - gtkdialog 0.8.0
- [[HowToProgramming Programming Index]]
- [[BASH]]
- [[Gtk]]
- [[PBurn]] - written in Gtkdialog
- [[PMusic]] - written in Gtkdialog
- [[Frameworks]]
- [[Gtkwialog]] - an alternative by forum member Wiak
- [[https://web.archive.org/web/20200524085209http://www.murga-linux.com/puppy/viewtopic.php?t=69188 forum topic]]
- [[http://linux.pte.hu/~pipas/gtkdialog/]]
Deletions:
{{image url="http://www.gstatic.com/codesite/ph/images/defaultlogo.png" title="text" alt="text"}}
---
~Please check which version is install before upgrading (see below).
~Download available from [[http://distro.ibiblio.org/quirky/pet_packages-common/ Quirky repository]].
~Slacko 5.3.1 - gtkdialog 0.8.0
==Commands==
~Usage:
~%%gtkdialog -h%%
~Version:
~%%gtkdialog -v%%
~[[HowToProgramming Programming Index]]
~[[BASH]]
~[[Gtk]]
~[[PBurn]] - written in Gtkdialog
~[[PMusic]] - written in Gtkdialog
~[[Frameworks]]
~[[Gtkwialog]] - an alternative by forum member Wiak
==Help and example programs==
~[[http://xpt.sourceforge.net/techdocs/language/gtkdialog/gtkde02-GtkdialogExamples/single/ Simple GtkDialog examples]]
~[[http://www.murga-linux.com/puppy/viewtopic.php?p=331440 How to add GTK GUI frontends in minutes]]
~[[http://www.murga-linux.com/puppy/viewtopic.php?t=38608 GtkDialog Tips - long thread]]
~[[http://murga-linux.com/puppy/viewtopic.php?t=89045 GtkDialog Tutorial Manual]]
~[[http://www.murga-linux.com/puppy/viewtopic.php?p=143732 Sigmund Berglund Gtkdialog programs]]
~[[http://www.murga-linux.com/puppy/viewtopic.php?t=69282 Index of programs using GtkDialogue]]
~[[http://blog.puppylinux.com/archive/current.php?post=posts/21-The-gtkdialog-lib.html The gtkdialog lib]]
~[[http://blog.puppylinux.com/archive/current.php?post=posts/20-gtkdialog-knob.html Knob]]
~[[http://blog.puppylinux.com/archive/current.php?post=posts/30-Gtkdialog-right-click-menu.html Right-click menu]]
~[[http://blog.puppylinux.com/archive/current.php?post=posts/40-Gtkdialog---Dynamic-tabs.html Dynamic tabs]]
~[[http://www.murga-linux.com/puppy/viewtopic.php?t=69188 forum topic]]
~[[http://linux.pte.hu/~pipas/gtkdialog/]]
~http://code.google.com/p/gtkdialog/


Revision [32721]

Edited on 2019-11-10 06:51:04 by zigbert
Additions:
~[[http://blog.puppylinux.com/archive/current.php?post=posts/21-The-gtkdialog-lib.html The gtkdialog lib]]
~[[http://blog.puppylinux.com/archive/current.php?post=posts/20-gtkdialog-knob.html Knob]]
~[[http://blog.puppylinux.com/archive/current.php?post=posts/30-Gtkdialog-right-click-menu.html Right-click menu]]
~[[http://blog.puppylinux.com/archive/current.php?post=posts/40-Gtkdialog---Dynamic-tabs.html Dynamic tabs]]
Deletions:
~[[http://blog.puppylinux.com/?viewDetailed=00021 The gtkdialog lib]]
~[[http://blog.puppylinux.com/?viewDetailed=00020 Knob]]
~[[http://blog.puppylinux.com/?viewDetailed=00030 Right-click menu]]
~[[http://blog.puppylinux.com/?viewDetailed=00040 Dynamic tabs]]


Revision [32074]

Edited on 2018-08-10 13:08:07 by darkcity [link="http://code.google.com/p/gtkdialog/&quo;]
Additions:
{{image url="http://www.gstatic.com/codesite/ph/images/defaultlogo.png" title="text" alt="text"}}
~[[Gtkwialog]] - an alternative by forum member Wiak
Deletions:
{{image url="http://www.gstatic.com/codesite/ph/images/defaultlogo.png" title="text" alt="text" link="http://code.google.com/p/gtkdialog/"}}
~[[Gtkwialog]] An alternative by forum member Wiak


Revision [32025]

Edited on 2018-05-29 04:55:36 by Darry [link="http://code.google.com/p/gtkdialog/&quo;]
Additions:
~[[Gtkwialog]] An alternative by forum member Wiak


Revision [31619]

Edited on 2016-12-11 04:52:07 by zigbert [link="http://code.google.com/p/gtkdialog/&quo;]
Additions:
~[[http://blog.puppylinux.com/?viewDetailed=00040 Dynamic tabs]]


Revision [31043]

Edited on 2016-07-04 17:30:11 by zigbert [link="http://code.google.com/p/gtkdialog/&quo;]
Additions:
~[[http://blog.puppylinux.com/?viewDetailed=00020 Knob]]
~[[http://blog.puppylinux.com/?viewDetailed=00030 Right-click menu]]


Revision [30841]

Edited on 2016-05-19 08:05:45 by darkcity [om/?viewDetailed=00021 The gtkdialog lib]]]
Additions:
==Articles on Puppy blog==
~[[http://blog.puppylinux.com/?viewDetailed=00021 The gtkdialog lib]]


Revision [29361]

Edited on 2013-10-25 13:00:00 by darkcity [om/?viewDetailed=00021 The gtkdialog lib]]]
Additions:
~[[PMusic]] - written in Gtkdialog
~[[Frameworks]]


Revision [29062]

Edited on 2013-10-06 08:15:08 by darkcity [[[ ]] round link containing ~ - wikka bug]
Additions:
~[[http://linux.pte.hu/~pipas/gtkdialog/]]
Deletions:
~http://linux.pte.hu/~pipas/gtkdialog/


Revision [29059]

Edited on 2013-10-05 16:38:33 by don570 [[[ ]] round link containing ~ - wikka bug]
Additions:
~[[http://murga-linux.com/puppy/viewtopic.php?t=89045 GtkDialog Tutorial Manual]]


Revision [25213]

Edited on 2012-11-26 11:18:43 by darkcity [~Slacko 5.3.1 - gtkdialog 0.8.0]
Additions:
~Please check which version is install before upgrading (see below).
~Download available from [[http://distro.ibiblio.org/quirky/pet_packages-common/ Quirky repository]].
==Default Version==
~Slacko 5.3.1 - gtkdialog 0.8.0
==Commands==
Deletions:
~Slacko version [[http://distro.ibiblio.org/puppylinux/pet_packages-slacko/gtkdialog-0.8.2-i486-s.pet gtkdialog-0.8.2-i486-s.pet]]
~Also available from [[http://distro.ibiblio.org/quirky/pet_packages-common/ Quirky repository]].


Revision [25212]

Edited on 2012-11-26 11:00:29 by darkcity [slacko 0.8.2]
Additions:
~Slacko version [[http://distro.ibiblio.org/puppylinux/pet_packages-slacko/gtkdialog-0.8.2-i486-s.pet gtkdialog-0.8.2-i486-s.pet]]
Deletions:
~Slacko version [[[http://distro.ibiblio.org/puppylinux/pet_packages-slacko/gtkdialog-0.8.2-i486-s.pet gtkdialog-0.8.2-i486-s.pet]]


Revision [25211]

Edited on 2012-11-26 11:00:18 by darkcity [slacko 0.8.2]
Additions:
==Installation==
~Slacko version [[[http://distro.ibiblio.org/puppylinux/pet_packages-slacko/gtkdialog-0.8.2-i486-s.pet gtkdialog-0.8.2-i486-s.pet]]
~Also available from [[http://distro.ibiblio.org/quirky/pet_packages-common/ Quirky repository]].
Deletions:
~Download from [[http://distro.ibiblio.org/quirky/pet_packages-common/ Quirky repository]].


Revision [25210]

Edited on 2012-11-26 10:57:16 by darkcity [Download from]
Additions:
---
---


Revision [25209]

Edited on 2012-11-26 10:57:00 by darkcity [Download from [[]
Additions:
~Download from [[http://distro.ibiblio.org/quirky/pet_packages-common/ Quirky repository]].
Deletions:
~[[BinaryCode Binary code distribution:]] http://distro.ibiblio.org/quirky/pet_packages-common/


Revision [22902]

Edited on 2012-08-02 09:53:41 by darkcity [link]
Additions:
==Also on Wiki==
Deletions:
==Also see==


Revision [22901]

Edited on 2012-08-02 09:52:47 by darkcity [link]
Additions:
{{image url="http://www.gstatic.com/codesite/ph/images/defaultlogo.png" title="text" alt="text" link="http://code.google.com/p/gtkdialog/"}}
~Programming language, allows you to create GUI elements via [[Bash]] script.
~[[BinaryCode Binary code distribution:]] http://distro.ibiblio.org/quirky/pet_packages-common/
~Usage:
~%%gtkdialog -h%%
~Version:
~%%gtkdialog -v%%
~[[HowToProgramming Programming Index]]
~[[BASH]]
~[[Gtk]]
~[[PBurn]] - written in Gtkdialog
~[[http://xpt.sourceforge.net/techdocs/language/gtkdialog/gtkde02-GtkdialogExamples/single/ Simple GtkDialog examples]]
~[[http://www.murga-linux.com/puppy/viewtopic.php?p=331440 How to add GTK GUI frontends in minutes]]
~[[http://www.murga-linux.com/puppy/viewtopic.php?t=38608 GtkDialog Tips - long thread]]
~[[http://www.murga-linux.com/puppy/viewtopic.php?p=143732 Sigmund Berglund Gtkdialog programs]]
~[[http://www.murga-linux.com/puppy/viewtopic.php?t=69282 Index of programs using GtkDialogue]]
==Related Webpages==
~[[http://www.murga-linux.com/puppy/viewtopic.php?t=69188 forum topic]]
~http://linux.pte.hu/~pipas/gtkdialog/
~http://code.google.com/p/gtkdialog/
Deletions:
{{image url="http://www.gstatic.com/codesite/ph/images/defaultlogo.png" title="text" alt="text"}}
programming
Binary code distribution:: http://distro.ibiblio.org/quirky/pet_packages-common/
Usage:
%%gtkdialog -h%%
Version:
%%gtkdialog -v%%
==Related Pages==
http://www.murga-linux.com/puppy/viewtopic.php?t=69188
http://linux.pte.hu/~pipas/gtkdialog/
http://code.google.com/p/gtkdialog/
[[http://xpt.sourceforge.net/techdocs/language/gtkdialog/gtkde02-GtkdialogExamples/single/ Simple GtkDialog examples]]
[[http://www.murga-linux.com/puppy/viewtopic.php?p=331440 How to add GTK GUI frontends in minutes]]
[[http://www.murga-linux.com/puppy/viewtopic.php?t=38608 GtkDialog Tips ]]
[[http://www.murga-linux.com/puppy/viewtopic.php?p=143732 Sigmund Berglund Gtkdialog programs]]
[[http://www.murga-linux.com/puppy/viewtopic.php?t=69282 Index of programs using GtkDialogue]]
[[BASH]]
[[Gtk]]
[[PBurn]] - written in Gtkdialog


Revision [22319]

Edited on 2012-07-15 06:36:00 by coolpup [link]
Additions:
http://www.murga-linux.com/puppy/viewtopic.php?t=69188


Revision [22318]

The oldest known version of this page was created on 2012-07-15 06:33:38 by coolpup [link]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki