1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/devel/slglade/pkg-plist
Max Brazhnikov 060d51acb2 Lglade is a S-Lang module that provides S-Lang bindings
for the libglade library. Used in conjunction with SLgtk,
it allows you to design your GUI with Glade (a GTK+ user interface builder),
save the interface description in a Glade XML file,
and then generate your S-Lang script's graphical interface
directly from the XML at runtime. This should reduce the time spent
developing SLgtk applications considerably, as it eliminates
the tedious job of writing interface-creation code by hand.

This is an update for Christopher Stawarz's SLglade module.

WWW: http://laurent.perez2.free.fr/comp/slang/modules/modules.html

PR: 126652
Submitted by: Alexey Shuvaev
Approved by:	miwi (mentor)
2008-08-26 13:53:57 +00:00

18 lines
721 B
Plaintext

lib/slang/v2/modules/glade-module.la
lib/slang/v2/modules/glade-module.so
%%PORTDOCS%%%%DOCSDIR%%/slgladefun.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/buffer_basic.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.glade
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/get_widget.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/howdy.glade
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/root_widget.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/signal_connect.sl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/texteditor.glade
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/texteditor.sl
share/slsh/local-packages/glade.sl
share/slsh/local-packages/slirprc-glade.sl
%%PORTDOCS%%@dirrm %%DOCSDIR%%
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%