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

TXSettingsSetting

Declaration

Source position: xsettings-common.inc line 63

type TXSettingsSetting = record

  name: Pchar;

  _type: TXSettingsType;

  data: record

    case LongInt of

      0: (

          v_int: LongInt;

        );

      1: (

          v_string: Pchar;

        );

      2: (

          v_color: TXSettingsColor;

        );

  end;

  last_change_serial: dword;

end;


Documentation generated on: 2023-03-18