[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgtk3.pas line 10651
type TGtkPaperSize = object |
||
function new(); |
|
|
function new_custom(); |
|
|
function new_from_gvariant(); |
|
|
function new_from_ipp(); |
|
|
function new_from_key_file(); |
|
|
function new_from_ppd(); |
|
|
function copy; |
|
|
procedure free; |
|
|
function get_default_bottom_margin(); |
|
|
function get_default_left_margin(); |
|
|
function get_default_right_margin(); |
|
|
function get_default_top_margin(); |
|
|
function get_display_name; |
|
|
function get_height(); |
|
|
function get_name; |
|
|
function get_ppd_name; |
|
|
function get_width(); |
|
|
function is_custom; |
|
|
function is_equal(); |
|
|
function is_ipp; |
|
|
procedure set_size(); |
|
|
function to_gvariant; |
|
|
procedure to_key_file(); |
|
|
function get_default; |
|
|
function get_paper_sizes(); |
|
|
end; |
|