diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-10-10 17:40:39 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-10-10 20:32:18 +0200 |
commit | 522983d79aa03bd5cc83a8a8b5b385f3b6cfe998 (patch) | |
tree | 213fc6805534e40b0ede256e07fe5e2c61761e5e /vcl/inc | |
parent | 44583c313aad7076d67f868379e9b6616485b299 (diff) |
gtk[3|4] use set_buildable_id and get_buildable_id
Change-Id: Ia3a24d80ac56bc834c11f85a98e3b9fa1a862e41
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123343
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/unx/gtk/gtkdata.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vcl/inc/unx/gtk/gtkdata.hxx b/vcl/inc/unx/gtk/gtkdata.hxx index 185a000e0398..5299d15a2088 100644 --- a/vcl/inc/unx/gtk/gtkdata.hxx +++ b/vcl/inc/unx/gtk/gtkdata.hxx @@ -192,6 +192,9 @@ inline GdkGLContext* surface_create_gl_context(GdkSurface* pSurface) #endif } +void set_buildable_id(GtkBuildable* pWidget, const OString& rId); +OString get_buildable_id(GtkBuildable* pWidget); + #if !GTK_CHECK_VERSION(4, 0, 0) typedef GtkClipboard GdkClipboard; #endif |