diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-08-23 13:01:22 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-08-23 13:01:22 +0300 |
commit | 863adf9118ae98a42bbbbd556087a437aba62329 (patch) | |
tree | a371d052e60aee56111667d8ec30d43d26dba9f6 /src/ui/labelwidget.c | |
parent | 12fdf29fffaad285687bef9075214077654ebd74 (diff) |
Create bookmarks using a dialog
Diffstat (limited to 'src/ui/labelwidget.c')
-rw-r--r-- | src/ui/labelwidget.c | 4 |
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 | ||
336 | const iString *label_LabelWidget(const iLabelWidget *d) { | ||
337 | return &d->label; | ||
338 | } | ||
339 | |||
336 | const iString *command_LabelWidget(const iLabelWidget *d) { | 340 | const iString *command_LabelWidget(const iLabelWidget *d) { |
337 | return &d->command; | 341 | return &d->command; |
338 | } | 342 | } |