[gtk+/gtk-2-24] win32: correct the notebook tab gap_side vs tab_pos comment
- From: Dieter Verfaillie <dieterv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-2-24] win32: correct the notebook tab gap_side vs tab_pos comment
- Date: Wed, 7 Dec 2011 19:05:21 +0000 (UTC)
commit af309a50af1aaf958bdfe2e5a353b4bc9d787f3a
Author: Dieter Verfaillie <dieterv optionexplicit be>
Date: Wed Dec 7 12:22:26 2011 +0100
win32: correct the notebook tab gap_side vs tab_pos comment
modules/engines/ms-windows/msw_style.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/modules/engines/ms-windows/msw_style.c b/modules/engines/ms-windows/msw_style.c
index 17a4741..7c35281 100755
--- a/modules/engines/ms-windows/msw_style.c
+++ b/modules/engines/ms-windows/msw_style.c
@@ -2691,9 +2691,9 @@ draw_extension (GtkStyle *style,
GtkNotebook *notebook = GTK_NOTEBOOK (widget);
/* draw_themed_tab_button and draw_tab_button expect to work with tab
- * position, instead of simply taking the "side of the gap" (gap_side)
- * which simply said is the side of the tab that touches the notebook
- * frame and is always the exact opposite of the gap side... */
+ * position, instead of simply taking the "side of the gap" (gap_side).
+ * The gap side, simply said, is the side of the tab that touches the notebook
+ * frame and is always the exact opposite of the tab position... */
int tab_pos = gtk_notebook_get_tab_pos (notebook);
if (!draw_themed_tab_button (style, window, state_type,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]