fully initialize GTypeInfo structure
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@75168 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -608,6 +608,7 @@ gtk_wx_tree_model_get_type (void)
|
||||
sizeof (GtkWxTreeModel),
|
||||
0,
|
||||
wxgtk_tree_model_init,
|
||||
NULL
|
||||
};
|
||||
|
||||
static const GInterfaceInfo tree_model_iface_info =
|
||||
@@ -1114,6 +1115,7 @@ gtk_wx_cell_renderer_text_get_type (void)
|
||||
sizeof (GtkWxCellRendererText),
|
||||
0, /* n_preallocs */
|
||||
gtk_wx_cell_renderer_text_init,
|
||||
NULL
|
||||
};
|
||||
|
||||
cell_wx_type = g_type_register_static( GTK_TYPE_CELL_RENDERER_TEXT,
|
||||
@@ -1264,6 +1266,7 @@ gtk_wx_cell_renderer_get_type (void)
|
||||
sizeof (GtkWxCellRenderer),
|
||||
0, /* n_preallocs */
|
||||
gtk_wx_cell_renderer_init,
|
||||
NULL
|
||||
};
|
||||
|
||||
cell_wx_type = g_type_register_static( GTK_TYPE_CELL_RENDERER,
|
||||
|
Reference in New Issue
Block a user