]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkwindowprivate.h
Drop the Motif DND protocol
[~andy/gtk] / gtk / gtkwindowprivate.h
index 4c9553176fa1c5edc818783a8924f0eaabb1c110..22f8d57705a76d13e04105c8a935223279855417 100644 (file)
@@ -13,9 +13,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __GTK_WINDOW_PRIVATE_H__
@@ -68,6 +66,9 @@ void            _gtk_window_get_wmclass            (GtkWindow  *window,
                                                     gchar     **wmclass_name,
                                                     gchar     **wmclass_class);
 
+void            _gtk_window_set_allocation         (GtkWindow     *window,
+                                                    GtkAllocation *allocation);
+
 typedef void (*GtkWindowKeysForeachFunc) (GtkWindow      *window,
                                           guint           keyval,
                                           GdkModifierType modifiers,
@@ -83,6 +84,8 @@ gboolean        _gtk_window_query_nonaccels     (GtkWindow      *window,
                                                  guint           accel_key,
                                                  GdkModifierType accel_mods);
 
+void            _gtk_window_set_auto_mnemonics_visible (GtkWindow *window);
+
 G_END_DECLS
 
 #endif /* __GTK_WINDOW_PRIVATE_H__ */