forked from AuroraMiddleware/gtk
Remove GtkSideType, GtkMatchType, GtkPreviewType and GtkSignalRunType
This commit is contained in:
parent
c742482d48
commit
4019007ceb
@ -331,7 +331,6 @@ gtk_image_type_get_type G_GNUC_CONST
|
||||
gtk_im_preedit_style_get_type G_GNUC_CONST
|
||||
gtk_im_status_style_get_type G_GNUC_CONST
|
||||
gtk_justification_get_type G_GNUC_CONST
|
||||
gtk_match_type_get_type G_GNUC_CONST
|
||||
gtk_menu_direction_type_get_type G_GNUC_CONST
|
||||
gtk_message_type_get_type G_GNUC_CONST
|
||||
gtk_metric_type_get_type G_GNUC_CONST
|
||||
@ -348,7 +347,6 @@ gtk_path_priority_type_get_type G_GNUC_CONST
|
||||
gtk_path_type_get_type G_GNUC_CONST
|
||||
gtk_policy_type_get_type G_GNUC_CONST
|
||||
gtk_position_type_get_type G_GNUC_CONST
|
||||
gtk_preview_type_get_type G_GNUC_CONST
|
||||
gtk_print_duplex_get_type G_GNUC_CONST
|
||||
gtk_print_error_get_type G_GNUC_CONST
|
||||
gtk_recent_filter_flags_get_type G_GNUC_CONST
|
||||
@ -369,7 +367,6 @@ gtk_scroll_step_get_type G_GNUC_CONST
|
||||
gtk_scroll_type_get_type G_GNUC_CONST
|
||||
gtk_selection_mode_get_type G_GNUC_CONST
|
||||
gtk_shadow_type_get_type G_GNUC_CONST
|
||||
gtk_side_type_get_type G_GNUC_CONST
|
||||
gtk_size_group_mode_get_type G_GNUC_CONST
|
||||
gtk_sort_type_get_type G_GNUC_CONST
|
||||
gtk_spin_type_get_type G_GNUC_CONST
|
||||
|
@ -148,17 +148,6 @@ typedef enum
|
||||
GTK_SENSITIVITY_OFF
|
||||
} GtkSensitivityType;
|
||||
|
||||
#ifndef GTK_DISABLE_DEPRECATED
|
||||
/* side types */
|
||||
typedef enum
|
||||
{
|
||||
GTK_SIDE_TOP,
|
||||
GTK_SIDE_BOTTOM,
|
||||
GTK_SIDE_LEFT,
|
||||
GTK_SIDE_RIGHT
|
||||
} GtkSideType;
|
||||
#endif /* GTK_DISABLE_DEPRECATED */
|
||||
|
||||
/* Reading directions for text */
|
||||
typedef enum
|
||||
{
|
||||
@ -176,19 +165,6 @@ typedef enum
|
||||
GTK_JUSTIFY_FILL
|
||||
} GtkJustification;
|
||||
|
||||
#ifndef GTK_DISABLE_DEPRECATED
|
||||
/* GtkPatternSpec match types */
|
||||
typedef enum
|
||||
{
|
||||
GTK_MATCH_ALL, /* "*A?A*" */
|
||||
GTK_MATCH_ALL_TAIL, /* "*A?AA" */
|
||||
GTK_MATCH_HEAD, /* "AAAA*" */
|
||||
GTK_MATCH_TAIL, /* "*AAAA" */
|
||||
GTK_MATCH_EXACT, /* "AAAAA" */
|
||||
GTK_MATCH_LAST
|
||||
} GtkMatchType;
|
||||
#endif /* GTK_DISABLE_DEPRECATED */
|
||||
|
||||
/* Menu keyboard movement types */
|
||||
typedef enum
|
||||
{
|
||||
@ -307,14 +283,6 @@ typedef enum
|
||||
GTK_POS_BOTTOM
|
||||
} GtkPositionType;
|
||||
|
||||
#ifndef GTK_DISABLE_DEPRECATED
|
||||
typedef enum
|
||||
{
|
||||
GTK_PREVIEW_COLOR,
|
||||
GTK_PREVIEW_GRAYSCALE
|
||||
} GtkPreviewType;
|
||||
#endif /* GTK_DISABLE_DEPRECATED */
|
||||
|
||||
/* Style for buttons */
|
||||
typedef enum
|
||||
{
|
||||
@ -331,19 +299,6 @@ typedef enum
|
||||
GTK_RESIZE_IMMEDIATE /* Perform the resizes now */
|
||||
} GtkResizeMode;
|
||||
|
||||
#ifndef GTK_DISABLE_DEPRECATED
|
||||
/* signal run types */
|
||||
typedef enum /*< flags >*/
|
||||
{
|
||||
GTK_RUN_FIRST = G_SIGNAL_RUN_FIRST,
|
||||
GTK_RUN_LAST = G_SIGNAL_RUN_LAST,
|
||||
GTK_RUN_BOTH = (GTK_RUN_FIRST | GTK_RUN_LAST),
|
||||
GTK_RUN_NO_RECURSE = G_SIGNAL_NO_RECURSE,
|
||||
GTK_RUN_ACTION = G_SIGNAL_ACTION,
|
||||
GTK_RUN_NO_HOOKS = G_SIGNAL_NO_HOOKS
|
||||
} GtkSignalRunType;
|
||||
#endif /* GTK_DISABLE_DEPRECATED */
|
||||
|
||||
/* scrolling types */
|
||||
typedef enum
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user