Unit 'gtk' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#gtk1]

TGtkBindingArg

Declaration

Source position: gtkbindings.pp line 60

type TGtkBindingArg = record

  arg_type: TGtkType;

  d: record

    case LongInt of

      0: (

          long_data: glong;

        );

      1: (

          double_data: gdouble;

        );

      2: (

          string_data: Pgchar;

        );

  end;

end;


Documentation generated on: 2023-03-18