win32: correct the notebook tab gap_side vs tab_pos comment

This commit is contained in:
Dieter Verfaillie 2011-12-07 12:22:26 +01:00
parent 7cfefd6e98
commit af309a50af

View File

@ -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,