X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkassistant.h;h=8ac451bfaac9704ff86a816978647950eaead058;hb=32825a66ac8e65bf98cafed26a339fa1f31eddd4;hp=3caff0bf50cfd96fdfe922a8edf3007a2a29e2c8;hpb=af00ca81e1787ce59e10cd21b8ee49a246256958;p=~andy%2Fgtk diff --git a/gtk/gtkassistant.h b/gtk/gtkassistant.h index 3caff0bf5..8ac451bfa 100644 --- a/gtk/gtkassistant.h +++ b/gtk/gtkassistant.h @@ -18,18 +18,16 @@ * 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_ASSISTANT_H__ +#define __GTK_ASSISTANT_H__ + #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) #error "Only can be included directly." #endif -#ifndef __GTK_ASSISTANT_H__ -#define __GTK_ASSISTANT_H__ - #include G_BEGIN_DECLS @@ -139,7 +137,8 @@ gint gtk_assistant_append_page (GtkAssistant gint gtk_assistant_insert_page (GtkAssistant *assistant, GtkWidget *page, gint position); -void gtk_asssistant_remove_page (GtkAssistant *assistant, +GDK_AVAILABLE_IN_3_2 +void gtk_assistant_remove_page (GtkAssistant *assistant, gint page_num); void gtk_assistant_set_forward_page_func (GtkAssistant *assistant, GtkAssistantPageFunc page_func, @@ -156,18 +155,20 @@ void gtk_assistant_set_page_title (GtkAssistant const gchar * gtk_assistant_get_page_title (GtkAssistant *assistant, GtkWidget *page); -#if !defined (GTK_DISABLE_DEPRECATED) || defined (GTK_COMPILATION) +GDK_DEPRECATED_IN_3_2 void gtk_assistant_set_page_header_image (GtkAssistant *assistant, GtkWidget *page, GdkPixbuf *pixbuf); +GDK_DEPRECATED_IN_3_2 GdkPixbuf *gtk_assistant_get_page_header_image (GtkAssistant *assistant, GtkWidget *page); +GDK_DEPRECATED_IN_3_2 void gtk_assistant_set_page_side_image (GtkAssistant *assistant, GtkWidget *page, GdkPixbuf *pixbuf); +GDK_DEPRECATED_IN_3_2 GdkPixbuf *gtk_assistant_get_page_side_image (GtkAssistant *assistant, GtkWidget *page); -#endif void gtk_assistant_set_page_complete (GtkAssistant *assistant, GtkWidget *page,