diff options
author | raveit65 <[email protected]> | 2016-06-23 10:43:48 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-06-24 20:48:20 +0200 |
commit | e43c98ad9ac2f5ed5479ad560446a202a3e4731b (patch) | |
tree | 18efc9156c3f3b6a733787aed2706f843aeadbeb /cut-n-paste/toolbar-editor/egg-editable-toolbar.h | |
parent | 3018425dc1ec8955ec790f84a5cc8793190d0179 (diff) | |
download | atril-e43c98ad9ac2f5ed5479ad560446a202a3e4731b.tar.bz2 atril-e43c98ad9ac2f5ed5479ad560446a202a3e4731b.tar.xz |
GTK+-3 cut-n-paste: Update toolbar-editor from libegg
partial taken from
https://git.gnome.org/browse/evince/commit/?id=8c45255
Note: for some reasons parts of this commit was already applied
Diffstat (limited to 'cut-n-paste/toolbar-editor/egg-editable-toolbar.h')
-rw-r--r-- | cut-n-paste/toolbar-editor/egg-editable-toolbar.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cut-n-paste/toolbar-editor/egg-editable-toolbar.h b/cut-n-paste/toolbar-editor/egg-editable-toolbar.h index b4dd1bd1..a6d06f34 100644 --- a/cut-n-paste/toolbar-editor/egg-editable-toolbar.h +++ b/cut-n-paste/toolbar-editor/egg-editable-toolbar.h @@ -81,6 +81,11 @@ void egg_editable_toolbar_set_selected (EggEditableToolbar * void egg_editable_toolbar_add_visibility (EggEditableToolbar *etoolbar, const char *path); +#if GTK_CHECK_VERSION(3, 0, 0) +void egg_editable_toolbar_set_primary_class (EggEditableToolbar *etoolbar, + gboolean set, + const gchar *path); +#endif /* Private Functions */ |