[libhandy/tabs: 47/62] a
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libhandy/tabs: 47/62] a
- Date: Sat, 12 Sep 2020 19:27:45 +0000 (UTC)
commit b3980bf3ddd3615bbca992ac2ee5c05e8d1c21df
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Thu Sep 10 23:50:33 2020 +0500
a
debian/libhandy-1-0.symbols | 3 ++-
src/hdy-tab-bar.c | 17 ++++++++++++++++-
src/hdy-tab-view.c | 8 ++++++++
3 files changed, 26 insertions(+), 2 deletions(-)
---
diff --git a/debian/libhandy-1-0.symbols b/debian/libhandy-1-0.symbols
index 9e30f9c0..5b2e4516 100644
--- a/debian/libhandy-1-0.symbols
+++ b/debian/libhandy-1-0.symbols
@@ -279,13 +279,14 @@ libhandy-1.so.0 libhandy-1-0 #MINVER#
hdy_swipeable_get_swipe_tracker@LIBHANDY_1_0 0.82.0
hdy_swipeable_get_type@LIBHANDY_1_0 0.0.12
hdy_swipeable_switch_child@LIBHANDY_1_0 0.0.12
+ hdy_tab_bar_get_autohide@LIBHANDY_1_0 1.0.0
hdy_tab_bar_get_end_action_widget@LIBHANDY_1_0 1.0.0
hdy_tab_bar_get_start_action_widget@LIBHANDY_1_0 1.0.0
hdy_tab_bar_get_tabs_revealed@LIBHANDY_1_0 1.0.0
hdy_tab_bar_get_type@LIBHANDY_1_0 1.0.0
hdy_tab_bar_get_view@LIBHANDY_1_0 1.0.0
hdy_tab_bar_new@LIBHANDY_1_0 1.0.0
- hdy_tab_bar_position_get_type@LIBHANDY_1_0 1.0.0
+ hdy_tab_bar_set_autohide@LIBHANDY_1_0 1.0.0
hdy_tab_bar_set_end_action_widget@LIBHANDY_1_0 1.0.0
hdy_tab_bar_set_start_action_widget@LIBHANDY_1_0 1.0.0
hdy_tab_bar_set_view@LIBHANDY_1_0 1.0.0
diff --git a/src/hdy-tab-bar.c b/src/hdy-tab-bar.c
index 33dc5599..5fa32624 100644
--- a/src/hdy-tab-bar.c
+++ b/src/hdy-tab-bar.c
@@ -21,7 +21,22 @@
*
* # CSS nodes
*
- * #HdyKeypad has a single CSS node with name keypad.
+ * #HdyTabBar has a single CSS node with name tabbar.
+ *
+ * |[<!-- language="plain" -->
+ * tabbar
+ * ╰── revealer
+ * ╰── box
+ * ├── widget.start-action
+ * │ ╰── [ Start Action Widget ]
+ * ├── tabbox.pinned
+ * ├── scrolledwindow
+ * │ ╰── tabbox
+ * ╰── widget.end-action
+ * ╰── [ End Action Widget ]
+ * ]|
+ *
+ * TODO this is all wrong; need to describe tabs
*
* Since: 1.2
*/
diff --git a/src/hdy-tab-view.c b/src/hdy-tab-view.c
index 74abc8a6..7852a14d 100644
--- a/src/hdy-tab-view.c
+++ b/src/hdy-tab-view.c
@@ -24,6 +24,14 @@ static const GtkTargetEntry dst_targets [] = {
*
* TBD
*
+ * |[<!-- language="plain" -->
+ * tabview
+ * ╰── overlay
+ * ├── stack
+ * │ ╰── [ Children ]
+ * ╰── widget
+ * ]|
+ *
* Since: 1.2
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]