[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGtk3' (#lcl)

TGtkPageSetup

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazgtk3.pas line 10622

type TGtkPageSetup = object(TGObject)

  function new;

  

  function new_from_file();

  

  function new_from_gvariant();

  

  function new_from_key_file();

  

  function copy;

  

  function get_bottom_margin();

  

  function get_left_margin();

  

  function get_orientation;

  

  function get_page_height();

  

  function get_page_width();

  

  function get_paper_height();

  

  function get_paper_size;

  

  function get_paper_width();

  

  function get_right_margin();

  

  function get_top_margin();

  

  function load_file();

  

  function load_key_file();

  

  procedure set_bottom_margin();

  

  procedure set_left_margin();

  

  procedure set_orientation();

  

  procedure set_paper_size();

  

  procedure set_paper_size_and_default_margins();

  

  procedure set_right_margin();

  

  procedure set_top_margin();

  

  function to_file();

  

  function to_gvariant;

  

  procedure to_key_file();

  

end;

Inheritance

TGtkPageSetup

  

TGObject