Document various style-related enums

This commit is contained in:
Matthias Clasen 2010-11-21 21:49:08 -05:00 committed by Carlos Garnacho
parent 11480c57f0
commit bcf3de095f
2 changed files with 13 additions and 0 deletions

View File

@ -5843,12 +5843,16 @@ GtkScrollType
GtkSelectionMode
GtkShadowType
GtkStateType
GtkStateFlags
GtkToolbarStyle
GtkUpdateType
GtkWindowPosition
GtkWindowType
GtkSortType
GtkDragResult
GtkJunctionSides
GtkBorderStyle
GtkRegionFlags
<SUBSECTION Private>
GTK_PATH_PRIO_MASK

View File

@ -645,6 +645,15 @@ typedef enum {
GTK_JUNCTION_RIGHT = (GTK_JUNCTION_CORNER_TOPRIGHT | GTK_JUNCTION_CORNER_BOTTOMRIGHT)
} GtkJunctionSides;
/**
* GtkBorderStyle:
* @GTK_BORDER_STYLE_NONE: No visible border
* @GTK_BORDER_STYLE_SOLID: A solid border
* @GTK_BORDER_STYLE_INSET: An inset border
* @GTK_BORDER_STYLE_OUTSET: An outset border
*
* Describes how the border of a UI element should be rendered.
*/
typedef enum {
GTK_BORDER_STYLE_NONE,
GTK_BORDER_STYLE_SOLID,