notebook: Convert docs

This commit is contained in:
Matthias Clasen 2021-02-27 18:20:56 -05:00 committed by Emmanuele Bassi
parent 12f0d963d9
commit c65239155f
2 changed files with 287 additions and 183 deletions

File diff suppressed because it is too large Load Diff

View File

@ -44,13 +44,6 @@ G_BEGIN_DECLS
#define GTK_NOTEBOOK_PAGE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_NOTEBOOK_PAGE, GtkNotebookPage))
#define GTK_IS_NOTEBOOK_PAGE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_NOTEBOOK_PAGE))
/**
* GtkNotebookPage:
*
* A page in the #GtkNotebook.
*
* The `GtkNotebookPage` structure only contains private data.
*/
typedef struct _GtkNotebookPage GtkNotebookPage;
/**
@ -58,7 +51,7 @@ typedef struct _GtkNotebookPage GtkNotebookPage;
* @GTK_NOTEBOOK_TAB_FIRST: the first tab in the notebook
* @GTK_NOTEBOOK_TAB_LAST: the last tab in the notebook
*
* The parameter used in the action signals of #GtkNotebook.
* The parameter used in the action signals of `GtkNotebook`.
*/
typedef enum
{