Index

Package: Properties

Description

package Gtkada.Properties is

This package provides a dialog, that you can use a development help in your own application.

This dialog allows you to select any widget from your application, and see its properties, or even change them dynamically. This helps in analyzing the effect of properties.

Subprograms & Entries

Popup_Properties_Editor

procedure Popup_Properties_Editor 
(Object: access Glib.Object.GObject_Record'Class);
Popup a dialog to view and edit the properties of Object. If such a dialog is already displayed for Object, it is made visible.

Widget_At

function Widget_At 
(Top: access Gtk.Widget.Gtk_Widget_Record'Class;
X, Y: Glib.Gint) return Gtk.Widget.Gtk_Widget;
Return the widget at the given coordinates within Top

Widget_At_Pointer

function Widget_At_Pointer return Gtk.Widget.Gtk_Widget;
Return the widget below the mouse pointer ??? See Gdk.Display.Get_Window_At_Pointer