Where is gtkdialog documentation?
Where is the gtkdialog documentation? I wanted to use it in one of my projects.
Discussion, talk and tips
https://forum.puppylinux.com/
Where is the gtkdialog documentation? I wanted to use it in one of my projects.
???
I dont think the original documentation by the GTK-dialog "creator" Thunar exists anymore.
Closest thing is probably this
http://01micko.com/reference/
The old puppyLinux / Murga-forum -has many examples in the Programming-section.
At a lower level - there is Gnomes GTK2-documentation i,e, the GTK-dialog there.
Here are some examples: https://xpt.sourceforge.net/techdocs/la ... es/single/
And @zigbert had a "tips" topic on the old Puppy forum ; https://oldforum.puppylinux.com/viewtop ... 4aae82be7c
(something's not quite right with how old Puppy forum is displayed at this point of time (edit: and sometimes it gives error)).
Probably more can be found.
@dimkr: Thanks!! A very nice overview,compilation.
woof-CE/gtkdialog
https://github.com/puppylinux-woof-CE/gtkdialog/wiki
Thanks to everyone involved.
In most (all?) Puppies the offline documentation can be found in the devx.sfs, usually in folder /usr/share/doc/gtkdialog
It normally contains the documentation as referenced in the precending posts and examples. I copied both to a separate location on my USB stick, which avoids the need to load the devx.sfs
The examples folder contains subfolders for each widget. This is very handy for adding own examples and snippets and over the time the locally kept examples have become almost more valuable for me than the documentation files.
various tips collected, search "gtkdialog site:bkhome.org/news"
Thanks a lot everyone! Your provided links seem to be helpful. I'll try to check all of the links .
I have few doubts:-
How to instantaneously run the <action> provided in a <radiobutton> tag just as that radiobutton is clicked (I need to export some variables)?
How to change the label of tabs in <notebook> tag?
How to change the current tab on click of a button (i.e. an example of button that changes tabs)?
Sorry for this bad question. It was not gtkdialog, just my bad code which caused some errors. Now what I want is answer to this question (@dimkr, @williwaw, @some1 and everyone else)-
How to reload the window (preferably keeping the current tab) after $MAIN_DIALOG has changed?
And these two questions-
How to change the label of tabs in <notebook> tag?
How to change the current tab on click of a button (i.e. an example of button that changes tabs)?
EDIT: Moved these questions to https://forum.puppylinux.com/viewtopic.php?t=7289.
I have updated the gtkdialog Tips & tricks in the Puppy wiki.
It is now possible for everyone to edit the content