From ea0d3938b57a079ce4aa6db0cae316e3ac6da654 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 29 Jan 2002 17:46:41 +0000 Subject: these are all auto-generated by the installation; don't check them into CVS (probably should generate them for a release tarball though) --- httemplate/docs/man/FS/UI/Gtk.html | 91 -------------------------------------- 1 file changed, 91 deletions(-) delete mode 100644 httemplate/docs/man/FS/UI/Gtk.html (limited to 'httemplate/docs/man/FS/UI/Gtk.html') diff --git a/httemplate/docs/man/FS/UI/Gtk.html b/httemplate/docs/man/FS/UI/Gtk.html deleted file mode 100644 index 6f203c7bb..000000000 --- a/httemplate/docs/man/FS/UI/Gtk.html +++ /dev/null @@ -1,91 +0,0 @@ - - -FS::UI::Gtk - Base class for Gtk user-interface objects - - - - - - - - - - - -
-

-

NAME

-

FS::UI::Gtk - Base class for Gtk user-interface objects

-

-


-

SYNOPSIS

-
-  use FS::UI::Gtk;
-  use FS::UI::some_table;
-
-  $interface = new FS::UI::some_table;
-
-  $error = $interface->browse;
-  $error = $interface->search;
-  $error = $interface->view;
-  $error = $interface->edit;
-  $error = $interface->process;
-

-


-

DESCRIPTION

-

An FS::UI::Gtk object represents a Gtk user interface object.

-

-


-

METHODS

-
-
new
-
-
interface
-
-Returns the string `Gtk'. Useful for the author of a table-specific UI class -to conditionally specify certain behaviour. -

-

-


-

VERSION

-

$Id: Gtk.html,v 1.3 2002-01-29 17:42:46 ivan Exp $

-

-


-

BUGS

-

This documentation is incomplete.

-

_Tableborder is just a _Table now. _Tableborders should scroll (but not the -headers) and need and need more decoration. (data in white section ala gtksql -and sliding field widths) headers should be buttons that callback to sort on -their fields.

-

There should be a persistant, per-(freeside)-user store for window positions -and sizes and sort fields etc (see BUGS in the FS::UI::CGI manpage.

-

Still some small bits of widget code same as FS::UI::CGI.

-

-


-

SEE ALSO

-

the FS::UI::Base manpage

-

-


-

HISTORY

-

$Log: Gtk.html,v $ -

Revision 1.3 2002-01-29 17:42:46 ivan -

weight, plan and plandata fields in part_bill_event -

-Revision 1.1 1999/08/04 09:03:53 ivan -initial checkin of module files for proper perl installation

-

Revision 1.1 1999/01/20 09:30:36 ivan -skeletal cross-UI UI code.

- - - - -- cgit v1.2.1