Index

Package: Realize_Handling (generic)

Description

generic
      type Widget_Type is new Gtk_Widget_Record with private;
      with procedure Realize_Proc (Widget : access Widget_Type'Class);
   package Realize_Handling is

Types

Widget_Type

type Widget_Type is new Gtk_Widget_Record with private;

Subprograms & Entries

Realize_Proc

procedure Realize_Proc 
(Widget: access Widget_Type'Class);

Set_Realize

procedure Set_Realize 
(Widget: access Gtk_Widget_Record'Class);
Set the realize handler at the low level. This is needed to replace the default realize in new widgets.