Remove GtkHandleBox
This commit is contained in:
committed by
Benjamin Otte
parent
155fa4664d
commit
2acc31b46a
@@ -1746,31 +1746,6 @@ GtkFramePrivate
|
||||
gtk_frame_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gtkhandlebox</FILE>
|
||||
<TITLE>GtkHandleBox</TITLE>
|
||||
GtkHandleBox
|
||||
GtkHandleBoxClass
|
||||
gtk_handle_box_new
|
||||
gtk_handle_box_set_shadow_type
|
||||
gtk_handle_box_set_handle_position
|
||||
gtk_handle_box_set_snap_edge
|
||||
gtk_handle_box_get_handle_position
|
||||
gtk_handle_box_get_shadow_type
|
||||
gtk_handle_box_get_snap_edge
|
||||
gtk_handle_box_get_child_detached
|
||||
<SUBSECTION Standard>
|
||||
GTK_HANDLE_BOX
|
||||
GTK_IS_HANDLE_BOX
|
||||
GTK_TYPE_HANDLE_BOX
|
||||
GTK_HANDLE_BOX_CLASS
|
||||
GTK_IS_HANDLE_BOX_CLASS
|
||||
GTK_HANDLE_BOX_GET_CLASS
|
||||
<SUBSECTION Private>
|
||||
GtkHandleBoxPrivate
|
||||
gtk_handle_box_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gtkhbbox</FILE>
|
||||
<TITLE>GtkHButtonBox</TITLE>
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
* since it provides common code needed for handling a single child widget.
|
||||
*
|
||||
* Many GTK+ widgets are subclasses of #GtkBin, including #GtkWindow,
|
||||
* #GtkButton, #GtkFrame, #GtkHandleBox or #GtkScrolledWindow.
|
||||
* #GtkButton, #GtkFrame or #GtkScrolledWindow.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
@@ -362,7 +362,6 @@ test_type (gconstpointer data)
|
||||
|
||||
/* Deprecated, not getting fixed */
|
||||
if (g_str_equal (g_type_name (type), "GtkColorSelection") ||
|
||||
g_str_equal (g_type_name (type), "GtkHandleBox") ||
|
||||
g_str_equal (g_type_name (type), "GtkHPaned") ||
|
||||
g_str_equal (g_type_name (type), "GtkVPaned") ||
|
||||
g_str_equal (g_type_name (type), "GtkHScale") ||
|
||||
|
||||
Reference in New Issue
Block a user