gtDialog: interactive dialogs

For discussions about programming, and for programming questions and advice


Moderator: Forum moderators

Post Reply
User avatar
puppy_apprentice
Posts: 662
Joined: Tue Oct 06, 2020 8:43 pm
Location: land of bigos and schabowy ;)
Has thanked: 4 times
Been thanked: 108 times

gtDialog: interactive dialogs

Post by puppy_apprentice »

gtDialog is a cross-platform application for creating interactive dialogs from either the command line or from an application. It is written completely in C and can display graphical dialogs using GTK or display terminal-based dialogs using a curses implementation like ncurses. gtDialog is inspired by cocoaDialog and shares many of its dialog types and arguments. You can use gtDialog to easily create interactive dialogs for yes/no confirmations, textual input, file selections, selection lists and more.
https://orbitalquark.github.io/gtdialog/index.html

Code: Select all

gtdialog64 msgbox --title "Hello" --text "Woof" --informative-text ";)" --icon-file "/root/puppy-reference/pixmaps/puppy/puppy.svg" --button1 "Grr"
test.jpg
test.jpg (6.2 KiB) Viewed 518 times
Attachments
gtdialog-gtdialog_1.5.tar.gz
compiled as 64bit
(363.9 KiB) Downloaded 35 times
Post Reply

Return to “Programming”