22
33Zenity allows you to build graphical desktop (GUI) applications in PHP, built on top of [ ReactPHP] ( https://reactphp.org/ ) .
44
5- ![ https://help.gnome.org/users/zenity/stable /question.html ] ( https://help.gnome.org/users/zenity/stable /figures/zenity-question-screenshot.png )
5+ ![ https://help.gnome.org/users/zenity/3.24 /question.html ] ( https://help.gnome.org/users/zenity/3.24 /figures/zenity-question-screenshot.png )
66
7- [ Zenity] ( https://help.gnome.org/users/zenity/stable / ) is a small program that
7+ [ Zenity] ( https://help.gnome.org/users/zenity/3.24 / ) is a small program that
88allows creating simple GTK+ dialogs from within command line scripts. Zenity
99already ships with Ubuntu-based distributions and does not require any
1010installation there - so this library should work out of the box. Otherwise you
@@ -186,27 +186,27 @@ Abstract base class for all Zenity dialogs (see below for details on each concre
186186
187187#### CalendarDialog
188188
189- ![ https://help.gnome.org/users/zenity/stable /calendar.html ] ( https://help.gnome.org/users/zenity/stable /figures/zenity-calendar-screenshot.png )
189+ ![ https://help.gnome.org/users/zenity/3.24 /calendar.html ] ( https://help.gnome.org/users/zenity/3.24 /figures/zenity-calendar-screenshot.png )
190190
191191#### ColorSelectionDialog
192192
193- ![ https://help.gnome.org/users/zenity/stable /colorselection.html ] ( https://help.gnome.org/users/zenity/stable /figures/zenity-colorselection-screenshot.png )
193+ ![ https://help.gnome.org/users/zenity/3.24 /colorselection.html ] ( https://help.gnome.org/users/zenity/3.24 /figures/zenity-colorselection-screenshot.png )
194194
195195#### EntryDialog
196196
197197``` php
198198$builder->entry($prompt = null, $prefill = null);
199199```
200200
201- ![ https://help.gnome.org/users/zenity/stable /entry.html ] ( https://help.gnome.org/users/zenity/stable /figures/zenity-entry-screenshot.png )
201+ ![ https://help.gnome.org/users/zenity/3.24 /entry.html ] ( https://help.gnome.org/users/zenity/3.24 /figures/zenity-entry-screenshot.png )
202202
203203#### ErrorDialog
204204
205205``` php
206206$builder->error($text, $title = null);
207207```
208208
209- ![ https://help.gnome.org/users/zenity/stable /error.html ] ( https://help.gnome.org/users/zenity/stable /figures/zenity-error-screenshot.png )
209+ ![ https://help.gnome.org/users/zenity/3.24 /error.html ] ( https://help.gnome.org/users/zenity/3.24 /figures/zenity-error-screenshot.png )
210210
211211#### FileSelectionDialog
212212
@@ -216,19 +216,19 @@ $builder->fileSave($title = null, $previous = null);
216216$builder->directorySelection($title = null, $multiple = false);
217217```
218218
219- ![ https://help.gnome.org/users/zenity/stable /fileselection.html ] ( https://help.gnome.org/users/zenity/stable /figures/zenity-fileselection-screenshot.png )
219+ ![ https://help.gnome.org/users/zenity/3.24 /fileselection.html ] ( https://help.gnome.org/users/zenity/3.24 /figures/zenity-fileselection-screenshot.png )
220220
221221#### FormsDialog
222222
223- ![ https://help.gnome.org/users/zenity/stable /forms.html ] ( https://help.gnome.org/users/zenity/stable /figures/zenity-forms-screenshot.png )
223+ ![ https://help.gnome.org/users/zenity/3.24 /forms.html ] ( https://help.gnome.org/users/zenity/3.24 /figures/zenity-forms-screenshot.png )
224224
225225#### InfoDialog
226226
227227``` php
228228$builder->info($text, $title = null);
229229```
230230
231- ![ https://help.gnome.org/users/zenity/stable /info.html ] ( https://help.gnome.org/users/zenity/stable /figures/zenity-information-screenshot.png )
231+ ![ https://help.gnome.org/users/zenity/3.24 /info.html ] ( https://help.gnome.org/users/zenity/3.24 /figures/zenity-information-screenshot.png )
232232
233233#### ListDialog
234234
@@ -242,7 +242,7 @@ $builder->table(array $rows, array $columns = null, $text = null);
242242Where ` $selected ` in case of listCheck is an array of keys of the items from ` $list ` you want to preselect.
243243Where ` $selected ` in case of listRadio is the key of the item from ` $list ` you want to preselect.
244244
245- ![ https://help.gnome.org/users/zenity/stable /list.html ] ( https://help.gnome.org/users/zenity/stable /figures/zenity-list-screenshot.png )
245+ ![ https://help.gnome.org/users/zenity/3.24 /list.html ] ( https://help.gnome.org/users/zenity/3.24 /figures/zenity-list-screenshot.png )
246246
247247#### NotificationDialog
248248
@@ -251,11 +251,11 @@ $builder->notification($text);
251251$builder->notifier();
252252```
253253
254- ![ https://help.gnome.org/users/zenity/stable /notification.html ] ( https://help.gnome.org/users/zenity/stable /figures/zenity-notification-screenshot.png )
254+ ![ https://help.gnome.org/users/zenity/3.24 /notification.html ] ( https://help.gnome.org/users/zenity/3.24 /figures/zenity-notification-screenshot.png )
255255
256256#### PasswordDialog
257257
258- ![ https://help.gnome.org/users/zenity/stable /password.html ] ( https://help.gnome.org/users/zenity/stable /figures/zenity-password-screenshot.png )
258+ ![ https://help.gnome.org/users/zenity/3.24 /password.html ] ( https://help.gnome.org/users/zenity/3.24 /figures/zenity-password-screenshot.png )
259259
260260#### ProgressDialog
261261
@@ -264,19 +264,19 @@ $builder->progress($text = null);
264264$builder->pulsate($text = null);
265265```
266266
267- ![ https://help.gnome.org/users/zenity/stable /progress.html ] ( https://help.gnome.org/users/zenity/stable /figures/zenity-progress-screenshot.png )
267+ ![ https://help.gnome.org/users/zenity/3.24 /progress.html ] ( https://help.gnome.org/users/zenity/3.24 /figures/zenity-progress-screenshot.png )
268268
269269#### QuestionDialog
270270
271271``` php
272272$builder->question($question, $title = null);
273273```
274274
275- ![ https://help.gnome.org/users/zenity/stable /question.html ] ( https://help.gnome.org/users/zenity/stable /figures/zenity-question-screenshot.png )
275+ ![ https://help.gnome.org/users/zenity/3.24 /question.html ] ( https://help.gnome.org/users/zenity/3.24 /figures/zenity-question-screenshot.png )
276276
277277#### ScaleDialog
278278
279- ![ https://help.gnome.org/users/zenity/stable /scale.html ] ( https://help.gnome.org/users/zenity/stable /figures/zenity-scale-screenshot.png )
279+ ![ https://help.gnome.org/users/zenity/3.24 /scale.html ] ( https://help.gnome.org/users/zenity/3.24 /figures/zenity-scale-screenshot.png )
280280
281281#### TextInfoDialog
282282
@@ -286,15 +286,15 @@ $builder->editable($filename, $title = null);
286286$builder->confirmLicense($filename, $confirmation, $title = null);
287287```
288288
289- ![ https://help.gnome.org/users/zenity/stable /text.html ] ( https://help.gnome.org/users/zenity/stable /figures/zenity-text-screenshot.png )
289+ ![ https://help.gnome.org/users/zenity/3.24 /text.html ] ( https://help.gnome.org/users/zenity/3.24 /figures/zenity-text-screenshot.png )
290290
291291#### WarningDialog
292292
293293``` php
294294$builder->warning($text, $title = null);
295295```
296296
297- ![ https://help.gnome.org/users/zenity/stable /warning.html ] ( https://help.gnome.org/users/zenity/stable /figures/zenity-warning-screenshot.png )
297+ ![ https://help.gnome.org/users/zenity/3.24 /warning.html ] ( https://help.gnome.org/users/zenity/3.24 /figures/zenity-warning-screenshot.png )
298298
299299## Install
300300
0 commit comments