mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
944e57a05f
A library that allows you to load GLADE interfaces at runtime (you don't have to generate stubs with GLADE before hand). This way you can change the look of your application without recompiling. This way you can write the logic behind the interface separately from the code to build the interface, so changing the interface is not so much of a problem. PR: 12781 (12 of 19) Submitted by: Ade Lovett <ade@lovett.com>
6 lines
354 B
Plaintext
6 lines
354 B
Plaintext
A library that allows you to load GLADE interfaces at runtime (you don't
|
|
have to generate stubs with GLADE before hand). This way you can change
|
|
the look of your application without recompiling. This way you can write
|
|
the logic behind the interface separately from the code to build the
|
|
interface, so changing the interface is not so much of a problem.
|