Lines Matching refs:GtkPageSetup

68   gtk_page_setup_to_key_file(const_cast<GtkPageSetup*>(gobj()), (key_file).gobj(), 0);   in save_to_key_file()
91 Glib::RefPtr<Gtk::PageSetup> wrap(GtkPageSetup* object, bool take_copy) in wrap()
139 return new PageSetup((GtkPageSetup*)object); in wrap_new()
145 GtkPageSetup* PageSetup::gobj_copy() in gobj_copy()
158 PageSetup::PageSetup(GtkPageSetup* castitem) in PageSetup()
199 return Glib::wrap(gtk_page_setup_copy(const_cast<GtkPageSetup*>(gobj()))); in copy()
222 return (PageOrientation)gtk_page_setup_get_orientation(const_cast<GtkPageSetup*>(gobj())); in get_orientation()
247 return gtk_page_setup_get_top_margin(const_cast<GtkPageSetup*>(gobj()), ((GtkUnit)(unit))); in get_top_margin()
257 return gtk_page_setup_get_bottom_margin(const_cast<GtkPageSetup*>(gobj()), ((GtkUnit)(unit))); in get_bottom_margin()
267 return gtk_page_setup_get_left_margin(const_cast<GtkPageSetup*>(gobj()), ((GtkUnit)(unit))); in get_left_margin()
277 return gtk_page_setup_get_right_margin(const_cast<GtkPageSetup*>(gobj()), ((GtkUnit)(unit))); in get_right_margin()
292 return gtk_page_setup_get_paper_width(const_cast<GtkPageSetup*>(gobj()), ((GtkUnit)(unit))); in get_paper_width()
297 return gtk_page_setup_get_paper_height(const_cast<GtkPageSetup*>(gobj()), ((GtkUnit)(unit))); in get_paper_height()
302 return gtk_page_setup_get_page_width(const_cast<GtkPageSetup*>(gobj()), ((GtkUnit)(unit))); in get_page_width()
307 return gtk_page_setup_get_page_height(const_cast<GtkPageSetup*>(gobj()), ((GtkUnit)(unit))); in get_page_height()
313 …bool retvalue = gtk_page_setup_to_file(const_cast<GtkPageSetup*>(gobj()), file_name.c_str(), &(ger… in save_to_file()
330 …gtk_page_setup_to_key_file(const_cast<GtkPageSetup*>(gobj()), (key_file).gobj(), group_name.c_str(… in save_to_key_file()