forked from AuroraMiddleware/gtk
doc: enum cleanup
Move GtkArrowType to where it is used in undeprecated api: GtkMenuButton.
This commit is contained in:
parent
edde7aca60
commit
ee244473d6
@ -2261,6 +2261,7 @@ gtk_menu_button_set_menu_model
|
|||||||
gtk_menu_button_get_menu_model
|
gtk_menu_button_get_menu_model
|
||||||
gtk_menu_button_set_use_popover
|
gtk_menu_button_set_use_popover
|
||||||
gtk_menu_button_get_use_popover
|
gtk_menu_button_get_use_popover
|
||||||
|
GtkArrowType
|
||||||
gtk_menu_button_set_direction
|
gtk_menu_button_set_direction
|
||||||
gtk_menu_button_get_direction
|
gtk_menu_button_get_direction
|
||||||
gtk_menu_button_set_align_widget
|
gtk_menu_button_set_align_widget
|
||||||
@ -6506,7 +6507,6 @@ gtk_binding_set_add_path
|
|||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>gtkenums</FILE>
|
<FILE>gtkenums</FILE>
|
||||||
<TITLE>Standard Enumerations</TITLE>
|
<TITLE>Standard Enumerations</TITLE>
|
||||||
GtkArrowType
|
|
||||||
GtkAttachOptions
|
GtkAttachOptions
|
||||||
GtkBaselinePosition
|
GtkBaselinePosition
|
||||||
GtkButtonBoxStyle
|
GtkButtonBoxStyle
|
||||||
|
@ -87,7 +87,7 @@ typedef enum
|
|||||||
* @GTK_ARROW_RIGHT: Represents a right pointing arrow.
|
* @GTK_ARROW_RIGHT: Represents a right pointing arrow.
|
||||||
* @GTK_ARROW_NONE: No arrow. Since 2.10.
|
* @GTK_ARROW_NONE: No arrow. Since 2.10.
|
||||||
*
|
*
|
||||||
* Used to indicate the direction in which a #GtkArrow should point.
|
* Used to indicate the direction in which an arrow should point.
|
||||||
*/
|
*/
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user