summaryrefslogtreecommitdiffstats
path: root/src/gtk-helpers/autowrapped_label.c
Commit message (Collapse)AuthorAgeFilesLines
* wizard: make all suitably set up labels autowrappableDenys Vlasenko2011-04-231-0/+31
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* Implement the possibility to add text labels to even config GUI. Closes #199.Denys Vlasenko2011-04-151-1/+1
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* wizard: implement long descriptionsDenys Vlasenko2011-04-141-0/+2
| | | | | | | | The change is somewhat big because I can no longer (ab)use tooltip to store event name. So I created a bit more generic method of remembering which events are shown and selected. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* wizard: robustify iteration through event GtkContainers; add utility functionDenys Vlasenko2011-04-141-0/+74
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>