X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkwindowprivate.h;h=22f8d57705a76d13e04105c8a935223279855417;hb=5adecf183bae2b47aa70dbc4b9fdcdd053c23f96;hp=5629392669154e3a1a546f8259757c99f6b4ed0b;hpb=681871dd9ed12b8dae9a685f176c1e6de4a962e3;p=~andy%2Fgtk diff --git a/gtk/gtkwindowprivate.h b/gtk/gtkwindowprivate.h index 562939266..22f8d5770 100644 --- a/gtk/gtkwindowprivate.h +++ b/gtk/gtkwindowprivate.h @@ -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 . */ #ifndef __GTK_WINDOW_PRIVATE_H__ @@ -86,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__ */