mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 23:10:22 +00:00
win32: correct the notebook tab gap_side vs tab_pos comment
This commit is contained in:
parent
7cfefd6e98
commit
af309a50af
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user