Remove deprecated GtkWindow function
This commit is contained in:
parent
55d5ce88ec
commit
2b71ef33fb
@ -1734,17 +1734,6 @@ gtk_window_set_policy_internal (GtkWindow *window,
|
||||
gtk_widget_queue_resize_no_redraw (GTK_WIDGET (window));
|
||||
}
|
||||
|
||||
void
|
||||
gtk_window_set_policy (GtkWindow *window,
|
||||
gboolean allow_shrink,
|
||||
gboolean allow_grow,
|
||||
gboolean auto_shrink)
|
||||
{
|
||||
g_return_if_fail (GTK_IS_WINDOW (window));
|
||||
|
||||
gtk_window_set_policy_internal (window, allow_shrink, allow_grow, auto_shrink);
|
||||
}
|
||||
|
||||
static gboolean
|
||||
handle_keys_changed (gpointer data)
|
||||
{
|
||||
|
@ -352,14 +352,6 @@ void gtk_window_begin_move_drag (GtkWindow *window,
|
||||
gint root_y,
|
||||
guint32 timestamp);
|
||||
|
||||
#ifndef GTK_DISABLE_DEPRECATED
|
||||
void gtk_window_set_policy (GtkWindow *window,
|
||||
gint allow_shrink,
|
||||
gint allow_grow,
|
||||
gint auto_shrink);
|
||||
#define gtk_window_position gtk_window_set_position
|
||||
#endif /* GTK_DISABLE_DEPRECATED */
|
||||
|
||||
/* Set initial default size of the window (does not constrain user
|
||||
* resize operations)
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user