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

TGtkBindingArg

Declaration

Source position: gtkbindings.inc line 45

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