GUI.db {RGeoS}R Documentation

Graphic Interface for managing a Db

Description

Graphic interface for managing a Db

Usage

GUI.db(db,widget=NULL,parent=NULL,height=500,width=300)

Arguments

db

The db-class to be edited

widget

Widget describing the current interface. If NULL, the widget is initialized here.

parent

Widget considered as a parent of the current widget. If NULL, the current widget is the main one. Otherwise, the current widget will be closed as soon as the parent widget closes.

height

Height (minimum) of the Db widget.

width

Width (minimum) of the Db widget.

Value

If parent is not defined, no returned argument. Otherwise, the current interface will serve as a child to the parent interface: a pointer to this interface is returned for future inquiry.


[Package RGeoS version 9.1.1 Index]