]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkprinteroptionwidget.h
filechooserbutton: Don't ever use gtk_file_chooser_get_files()
[~andy/gtk] / gtk / gtkprinteroptionwidget.h
index ad35fb9d7c1be40beee2dccd2f24ac09fa7130c8..b688cf63303a739473ca6cd5b7dbd1ae9b5f535b 100644 (file)
  * 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_PRINTER_OPTION_WIDGET_H__
 #define __GTK_PRINTER_OPTION_WIDGET_H__
 
 #include "gtkprinteroption.h"
-#include "gtkhbox.h"
+#include "gtkbox.h"
 
 G_BEGIN_DECLS
 
@@ -38,14 +36,14 @@ typedef struct GtkPrinterOptionWidgetPrivate   GtkPrinterOptionWidgetPrivate;
 
 struct _GtkPrinterOptionWidget
 {
-  GtkHBox parent_instance;
+  GtkBox parent_instance;
 
   GtkPrinterOptionWidgetPrivate *priv;
 };
 
 struct _GtkPrinterOptionWidgetClass
 {
-  GtkHBoxClass parent_class;
+  GtkBoxClass parent_class;
 
   void (*changed) (GtkPrinterOptionWidget *widget);