[gtk+/wip/ricotz/deprecated] Removed deprecated GtkIM*Style enums
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/ricotz/deprecated] Removed deprecated GtkIM*Style enums
- Date: Sun, 23 Oct 2016 10:53:21 +0000 (UTC)
commit a1b519a102f48a32b5839f1d2d426cdfd8e919f2
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Sun Oct 23 12:52:00 2016 +0200
Removed deprecated GtkIM*Style enums
gtk/gtkenums.h | 37 -------------------------------------
1 files changed, 0 insertions(+), 37 deletions(-)
---
diff --git a/gtk/gtkenums.h b/gtk/gtkenums.h
index 3672381..5f78da2 100644
--- a/gtk/gtkenums.h
+++ b/gtk/gtkenums.h
@@ -571,43 +571,6 @@ typedef enum
GTK_SORT_DESCENDING
} GtkSortType;
-/* Style for gtk input method preedit/status */
-/**
- * GtkIMPreeditStyle:
- * @GTK_IM_PREEDIT_NOTHING: Deprecated
- * @GTK_IM_PREEDIT_CALLBACK: Deprecated
- * @GTK_IM_PREEDIT_NONE: Deprecated
- *
- * Style for input method preedit. See also
- * #GtkSettings:gtk-im-preedit-style
- *
- * Deprecated: 3.10
- */
-typedef enum
-{
- GTK_IM_PREEDIT_NOTHING,
- GTK_IM_PREEDIT_CALLBACK,
- GTK_IM_PREEDIT_NONE
-} GtkIMPreeditStyle;
-
-/**
- * GtkIMStatusStyle:
- * @GTK_IM_STATUS_NOTHING: Deprecated
- * @GTK_IM_STATUS_CALLBACK: Deprecated
- * @GTK_IM_STATUS_NONE: Deprecated
- *
- * Style for input method status. See also
- * #GtkSettings:gtk-im-status-style
- *
- * Deprecated: 3.10
- */
-typedef enum
-{
- GTK_IM_STATUS_NOTHING,
- GTK_IM_STATUS_CALLBACK,
- GTK_IM_STATUS_NONE
-} GtkIMStatusStyle;
-
/**
* GtkPackDirection:
* @GTK_PACK_DIRECTION_LTR: Widgets are packed left-to-right
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]