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

TGtkContainerClass

Declaration

Source position: gtkcontainer.pp line 34

type TGtkContainerClass = record

  parent_class: TGtkWidgetClass;

  n_child_args: guint;

  add: procedure(

  container: PGtkContainer;

  widget: PGtkWidget

);

  remove: procedure(

  container: PGtkContainer;

  widget: PGtkWidget

);

  check_resize: procedure(

  container: PGtkContainer

);

  forall: procedure(

  container: PGtkContainer;

  include_internals: gboolean;

  callback: TGTKCallBack;

  callbabck_data: gpointer

);

  focus: function(

  container: PGtkContainer;

  direction: TGtkDirectionType

):gint;

  set_focus_child: procedure(

  container: PGtkContainer;

  widget: PGtkWidget

);

  child_type: function(

  container: PGtkContainer

):TGtkType;

  set_child_arg: procedure(

  container: PGtkContainer;

  child: PGtkWidget;

  arg: PGtkArg;

  arg_id: guint

);

  get_child_arg: procedure(

  container: PGtkContainer;

  child: PGtkWidget;

  arg: PGtkArg;

  arg_id: guint

);

  composite_name: function(

  container: PGtkContainer;

  child: PGtkWidget

):Pgchar;

  pad1: TGtkfunction;

  pad2: TGtkfunction;

end;


Documentation generated on: 2023-03-18