window: Remove property definition
Commit 92b0d2e8ea removed the
hide-titlebar-when-maximized property handlers, but it still installed
the GParamSpec into the GtkWindow class.
This commit is contained in:
@@ -304,7 +304,6 @@ enum {
|
||||
PROP_DEFAULT_WIDTH,
|
||||
PROP_DEFAULT_HEIGHT,
|
||||
PROP_DESTROY_WITH_PARENT,
|
||||
PROP_HIDE_TITLEBAR_WHEN_MAXIMIZED,
|
||||
PROP_ICON,
|
||||
PROP_ICON_NAME,
|
||||
PROP_SCREEN,
|
||||
@@ -878,20 +877,6 @@ gtk_window_class_init (GtkWindowClass *klass)
|
||||
FALSE,
|
||||
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
|
||||
|
||||
/**
|
||||
* GtkWindow:hide-titlebar-when-maximized:
|
||||
*
|
||||
* Whether the titlebar should be hidden during maximization.
|
||||
*
|
||||
* Since: 3.4
|
||||
*/
|
||||
window_props[PROP_HIDE_TITLEBAR_WHEN_MAXIMIZED] =
|
||||
g_param_spec_boolean ("hide-titlebar-when-maximized",
|
||||
P_("Hide the titlebar during maximization"),
|
||||
P_("If this window’s titlebar should be hidden when the window is maximized"),
|
||||
FALSE,
|
||||
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);
|
||||
|
||||
window_props[PROP_ICON] =
|
||||
g_param_spec_object ("icon",
|
||||
P_("Icon"),
|
||||
|
||||
Reference in New Issue
Block a user