summaryrefslogtreecommitdiff
path: root/src/ui/labelwidget.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-08-23 13:01:22 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-08-23 13:01:22 +0300
commit863adf9118ae98a42bbbbd556087a437aba62329 (patch)
treea371d052e60aee56111667d8ec30d43d26dba9f6 /src/ui/labelwidget.c
parent12fdf29fffaad285687bef9075214077654ebd74 (diff)
Create bookmarks using a dialog
Diffstat (limited to 'src/ui/labelwidget.c')
-rw-r--r--src/ui/labelwidget.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/labelwidget.c b/src/ui/labelwidget.c
index 0e9c592f..d9842a40 100644
--- a/src/ui/labelwidget.c
+++ b/src/ui/labelwidget.c
@@ -333,6 +333,10 @@ void setTextCStr_LabelWidget(iLabelWidget *d, const char *text) {
333 updateSize_LabelWidget(d); 333 updateSize_LabelWidget(d);
334} 334}
335 335
336const iString *label_LabelWidget(const iLabelWidget *d) {
337 return &d->label;
338}
339
336const iString *command_LabelWidget(const iLabelWidget *d) { 340const iString *command_LabelWidget(const iLabelWidget *d) {
337 return &d->command; 341 return &d->command;
338} 342}