summaryrefslogtreecommitdiff
path: root/include/vcl/dialog.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-03-21 14:33:59 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-03-21 21:43:34 +0100
commit678980ceaebd47916a4aafb448a3bfcfd5d3ca25 (patch)
tree2d0e382322407b414ba63a25d92866201317765d /include/vcl/dialog.hxx
parent625f341d4c1e7e1043702687a55a972f55cb8ebb (diff)
add get_widget_for_response support
Change-Id: I49abb5e6621dbfe2fc92ef9c2a47568c62c372c2 Reviewed-on: https://gerrit.libreoffice.org/51709 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/dialog.hxx')
-rw-r--r--include/vcl/dialog.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/dialog.hxx b/include/vcl/dialog.hxx
index 0b98901e32bb..6104def06236 100644
--- a/include/vcl/dialog.hxx
+++ b/include/vcl/dialog.hxx
@@ -178,6 +178,7 @@ public:
void add_button(PushButton* pButton, int nResponse, bool bTransferOwnership);
void set_default_response(int nResponse);
+ vcl::Window* get_widget_for_response(int nResponse);
};
class VCL_DLLPUBLIC ModelessDialog : public Dialog