gtk_widget_destroy (priv->toplevel);
}
- g_clear_pointer (&priv->heights, g_free);
-
GTK_WIDGET_CLASS (gtk_menu_parent_class)->destroy (widget);
}
GtkAccelGroup *accel_group;
const char *accel_path;
- gint position_x;
- gint position_y;
-
GdkSurface *rect_surface;
GdkRectangle rect;
GtkWidget *widget;
guint ignore_button_release : 1;
guint no_toggle_size : 1;
- /* info used for the table */
- guint *heights;
- gint heights_length;
- gint requested_height;
-
gint monitor_num;
-
- gint n_rows;
};
G_GNUC_INTERNAL