X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=htdocs%2Fdocs%2Fman%2FFS%2FUI%2FGtk.html;fp=htdocs%2Fdocs%2Fman%2FFS%2FUI%2FGtk.html;h=24d6200878afd00d0f87d338ef725d0b4f01b0bb;hp=3328e974694f2125fa77000e31ff0e80f4fe1a46;hb=f3235d39d083518d47f21cd5585e5f9a13070763;hpb=ece31063b782031e21ba1f57476afab555af5363 diff --git a/htdocs/docs/man/FS/UI/Gtk.html b/htdocs/docs/man/FS/UI/Gtk.html index 3328e9746..24d620087 100644 --- a/htdocs/docs/man/FS/UI/Gtk.html +++ b/htdocs/docs/man/FS/UI/Gtk.html @@ -1,111 +1,90 @@ FS::UI::Gtk - Base class for Gtk user-interface objects - + +

-

NAME

-

-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;
+

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;
-
+ $error = $interface->process;


-

DESCRIPTION

-

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

DESCRIPTION

+

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


-

METHODS

+

METHODS

-
new
-
interface
-

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

+
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.2 2000-03-03 18:22:44 ivan Exp $ - +

VERSION

+

$Id: Gtk.html,v 1.3 2001-04-23 12:40:31 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. - -

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

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

-

-FS::UI::Base - - - +

SEE ALSO

+

the FS::UI::Base manpage


-

HISTORY

-

-$Log: Gtk.html,v $ -Revision 1.2 2000-03-03 18:22:44 ivan -changes from 1.2.3 release, fixes from webdemo - 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. +

HISTORY

+

$Log: Gtk.html,v $ +

Revision 1.3 2001-04-23 12:40:31 ivan +

documentation and webdemo updates +

+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.