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

TGtkBuilder

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

Declaration

Source position: lazgtk3.pas line 3958

type TGtkBuilder = object(TGObject)

  priv: PGtkBuilderPrivate;

  

  function new;

  

  function new_from_file();

  

  function new_from_resource();

  

  function new_from_string();

  

  procedure add_callback_symbol();

  

  function add_from_file();

  

  function add_from_resource();

  

  function add_from_string();

  

  function add_objects_from_file();

  

  function add_objects_from_resource();

  

  function add_objects_from_string();

  

  procedure connect_signals();

  

  procedure connect_signals_full();

  

  procedure expose_object();

  

  function extend_with_template();

  

  function get_application;

  

  function get_object();

  

  function get_objects;

  

  function get_translation_domain;

  

  function get_type_from_name();

  

  function lookup_callback_symbol();

  

  procedure set_application();

  

  procedure set_translation_domain();

  

  function value_from_string();

  

  function value_from_string_type();

  

  property translation_domain: Pgchar; [rw]

  

end;

Inheritance

TGtkBuilder

  

TGObject