<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Gtkdialog &#8211; Create Graphical (GTK+) Interfaces and Dialog Boxes Using Shell Scripts in Linux	</title>
	<atom:link href="https://www.tecmint.com/gtkdialog-create-graphical-interfaces-and-dialog-boxes/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/gtkdialog-create-graphical-interfaces-and-dialog-boxes/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Sat, 21 Dec 2024 09:45:29 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Justme		</title>
		<link>https://www.tecmint.com/gtkdialog-create-graphical-interfaces-and-dialog-boxes/comment-page-1/#comment-2254083</link>

		<dc:creator><![CDATA[Justme]]></dc:creator>
		<pubDate>Sat, 21 Dec 2024 09:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=7924#comment-2254083</guid>

					<description><![CDATA[Nice, seems easy, but, Do This, Install That, Compile ThisThat is where things can go wrong...

There is also zenity for script &#039;&lt;strong&gt;gui-ing&lt;/strong&gt;&#039;. Easier in availability and in setup and probably in running the thing, but, rather limited in layout. Not flexible enough.

The ideal would be that you unzip a package in a folder and could immediately start building your gui program from your script and call it from within your script in a very easy, logical, human-friendly way. The xml-style/html-style tagging for building the gui is a good idea.

Like in zenity you have &#039;&lt;strong&gt;--forms&lt;/strong&gt;&#039;. It can contain all kinds of elements, but lacks a few too. Add e.g. the possibility for informational text or sth like the html &#039;&lt;strong&gt;textarea&lt;/strong&gt;&#039; (that would be the &#039;&lt;strong&gt;--text-info&lt;/strong&gt;&#039; in zenity) to it, with the ability to render an external text- or html-file within it that results from script calculations.

The possibility to place buttons vertically, etc...
The forms-element in zenity could become the whole gui-program in itself.
Collecting all gui-elements and actions in one gui window.
It&#039;s also the only window with a minimize and maximize button in its title.

I&#039;m sorry to mention more zenity than GTKdialog here.

Good explanation, your post, btw.]]></description>
			<content:encoded><![CDATA[<p>Nice, seems easy, but, Do This, Install That, Compile ThisThat is where things can go wrong&#8230;</p>
<p>There is also zenity for script &#8216;<strong>gui-ing</strong>&#8216;. Easier in availability and in setup and probably in running the thing, but, rather limited in layout. Not flexible enough.</p>
<p>The ideal would be that you unzip a package in a folder and could immediately start building your gui program from your script and call it from within your script in a very easy, logical, human-friendly way. The xml-style/html-style tagging for building the gui is a good idea.</p>
<p>Like in zenity you have &#8216;<strong>&#8211;forms</strong>&#8216;. It can contain all kinds of elements, but lacks a few too. Add e.g. the possibility for informational text or sth like the html &#8216;<strong>textarea</strong>&#8216; (that would be the &#8216;<strong>&#8211;text-info</strong>&#8216; in zenity) to it, with the ability to render an external text- or html-file within it that results from script calculations.</p>
<p>The possibility to place buttons vertically, etc&#8230;<br />
The forms-element in zenity could become the whole gui-program in itself.<br />
Collecting all gui-elements and actions in one gui window.<br />
It&#8217;s also the only window with a minimize and maximize button in its title.</p>
<p>I&#8217;m sorry to mention more zenity than GTKdialog here.</p>
<p>Good explanation, your post, btw.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nik		</title>
		<link>https://www.tecmint.com/gtkdialog-create-graphical-interfaces-and-dialog-boxes/comment-page-1/#comment-1387170</link>

		<dc:creator><![CDATA[Nik]]></dc:creator>
		<pubDate>Mon, 09 Nov 2020 07:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=7924#comment-1387170</guid>

					<description><![CDATA[I recently became interested in the &quot;gtkdialog fork of gtkwialog&quot;, spent time working with it.  I&#039;m not a programmer, but I like to hack cool things.

Here is my entry-level &quot;gtkwialog&quot; script. This is only a conception, but in a working condition for tests DE: XFCE.

See wiki description and deb package: &lt;code&gt;https://github.com/motherZhenya/Stork-design-gtkwialog/wiki&lt;/code&gt;.]]></description>
			<content:encoded><![CDATA[<p>I recently became interested in the &#8220;gtkdialog fork of gtkwialog&#8221;, spent time working with it.  I&#8217;m not a programmer, but I like to hack cool things.</p>
<p>Here is my entry-level &#8220;gtkwialog&#8221; script. This is only a conception, but in a working condition for tests DE: XFCE.</p>
<p>See wiki description and deb package: <code>https://github.com/motherZhenya/Stork-design-gtkwialog/wiki</code>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: lovehateburial		</title>
		<link>https://www.tecmint.com/gtkdialog-create-graphical-interfaces-and-dialog-boxes/comment-page-1/#comment-1309082</link>

		<dc:creator><![CDATA[lovehateburial]]></dc:creator>
		<pubDate>Sun, 29 Dec 2019 06:16:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=7924#comment-1309082</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/gtkdialog-create-graphical-interfaces-and-dialog-boxes/comment-page-1/#comment-1145803&quot;&gt;Michael&lt;/a&gt;.

It looks pretty good for the bash side did you do the C coding for it?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/gtkdialog-create-graphical-interfaces-and-dialog-boxes/comment-page-1/#comment-1145803">Michael</a>.</p>
<p>It looks pretty good for the bash side did you do the C coding for it?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Michael		</title>
		<link>https://www.tecmint.com/gtkdialog-create-graphical-interfaces-and-dialog-boxes/comment-page-1/#comment-1145803</link>

		<dc:creator><![CDATA[Michael]]></dc:creator>
		<pubDate>Sat, 04 May 2019 22:25:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=7924#comment-1145803</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/gtkdialog-create-graphical-interfaces-and-dialog-boxes/comment-page-1/#comment-1145488&quot;&gt;Tony Greene&lt;/a&gt;.

Hello, Tony.

What I have on this topic can be found at blogs.czapski.id.au/?s=gtkdialog

Regards

Michael]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/gtkdialog-create-graphical-interfaces-and-dialog-boxes/comment-page-1/#comment-1145488">Tony Greene</a>.</p>
<p>Hello, Tony.</p>
<p>What I have on this topic can be found at blogs.czapski.id.au/?s=gtkdialog</p>
<p>Regards</p>
<p>Michael</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tony Greene		</title>
		<link>https://www.tecmint.com/gtkdialog-create-graphical-interfaces-and-dialog-boxes/comment-page-1/#comment-1145488</link>

		<dc:creator><![CDATA[Tony Greene]]></dc:creator>
		<pubDate>Sat, 04 May 2019 04:39:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=7924#comment-1145488</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/gtkdialog-create-graphical-interfaces-and-dialog-boxes/comment-page-1/#comment-888258&quot;&gt;Michael Czapski&lt;/a&gt;.

Do you have the &lt;strong&gt;gtkdialog&lt;/strong&gt; documentation you developed posted somewhere?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/gtkdialog-create-graphical-interfaces-and-dialog-boxes/comment-page-1/#comment-888258">Michael Czapski</a>.</p>
<p>Do you have the <strong>gtkdialog</strong> documentation you developed posted somewhere?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
