]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkapplicationwindow.h
separator: Don't use padding and borders wrongly
[~andy/gtk] / gtk / gtkapplicationwindow.h
index f30d8d796daf25957d3b385b1b8ac912953a0d8d..32fd068f9835c809e98ae6822b9cff8ea3eb8d1e 100644 (file)
@@ -12,9 +12,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/>.
  *
  * Author: Ryan Lortie <desrt@desrt.ca>
  */
@@ -58,14 +56,19 @@ struct _GtkApplicationWindowClass
   gpointer padding[14];
 };
 
+GDK_AVAILABLE_IN_3_4
 GType       gtk_application_window_get_type          (void) G_GNUC_CONST;
-GtkWidget * gtk_application_window_new               (GtkApplication       *application);
+GDK_AVAILABLE_IN_3_4
+GtkWidget * gtk_application_window_new               (GtkApplication      *application);
 
-void        gtk_application_window_set_show_app_menu (GtkApplicationWindow *window,
-                                                      gboolean              show_app_menu);
-gboolean    gtk_application_window_get_show_app_menu (GtkApplicationWindow *window);
+GDK_AVAILABLE_IN_3_4
+void        gtk_application_window_set_show_menubar (GtkApplicationWindow *window,
+                                                     gboolean              show_menubar);
+GDK_AVAILABLE_IN_3_4
+gboolean    gtk_application_window_get_show_menubar (GtkApplicationWindow *window);
 
-GtkWidget * gtk_application_window_get_app_menu       (GtkApplicationWindow *window);
+GDK_AVAILABLE_IN_3_6
+guint       gtk_application_window_get_id           (GtkApplicationWindow *window);
 
 G_END_DECLS