0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Jan 07, 2024 — Jan 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
minimal __init__ file.
Ken Guest
as kenguest
More... almost 23 years ago
some info
Ken Guest
as kenguest
More... almost 23 years ago
Added support for: menus (simple menu items, seperators and cascading menus) checkbuttons Grid/Pack depending on what the widget's parent is (vbox v hbox etc).
Ken Guest
as kenguest
More... almost 23 years ago
Some near trivial updates.
Ken Guest
as kenguest
More... almost 23 years ago
Added some support for menus and a few methods to the parser for getting [long] names of widgets and children so that a client dialog box can find out the names of dynamically created widgets and use them.
Ken Guest
as kenguest
More... almost 23 years ago
Tidied up a bit.
Ken Guest
as kenguest
More... almost 23 years ago
Tidier and changed so glc can be imported in other python code that need glade files parsed.
Ken Guest
as kenguest
More... almost 23 years ago
advice on how to hack GLC.
Ken Guest
as kenguest
More... about 23 years ago
added hook_load_to_screen dummy function.
Ken Guest
as kenguest
More... about 23 years ago
Added hook_load_screen function which given an instance of a window, a Tkinter Frame and some GladeXML, parse the given GladeXML into the contents of that frame.
Ken Guest
as kenguest
More... about 23 years ago
Hooked in hook_load_screen. More documentation in glade_to_pmw.py
Ken Guest
as kenguest
More... about 23 years ago
if pmw_equivalent doesn't know what the widget is in Tkinter/Pmw then it defaults the widget to be a frame.
Ken Guest
as kenguest
More... about 23 years ago
added module scoped generate_all variable.
Ken Guest
as kenguest
More... about 23 years ago
Changed a few links. the glc-devel list is now mentioned as being the place to mail patches etc to and the download link is now the one on SourceForge.
Ken Guest
as kenguest
More... about 23 years ago
documentation on the new architecture - it's all about the hooks.
Ken Guest
as kenguest
More... about 23 years ago
initial webpage, now used as part of documentation
Ken Guest
as kenguest
More... about 23 years ago
renamed to hooks.html
Ken Guest
as kenguest
More... about 23 years ago
Initial documentation on the glade_to_xxx files. Also details how functions defined in those modules should be named.
Ken Guest
as kenguest
More... about 23 years ago
Major rewrite to allow glc making it easy to extend GLC to write python code with either Gtk or Tkinter/Pmw bindings.
Ken Guest
as kenguest
More... about 23 years ago
Utility functions, used in pretty much all other functions.
Ken Guest
as kenguest
More... about 23 years ago
Writes python code with Tkinter/pmw bindings.
Ken Guest
as kenguest
More... about 23 years ago
Writes python code with gtk bindings.
Ken Guest
as kenguest
More... about 23 years ago
Intermediate module for loading the glade_to_XXX modules.
Ken Guest
as kenguest
More... about 23 years ago
Want CVS to ignore .pyc files
Ken Guest
as kenguest
More... about 23 years ago
Put a try/except wrapper around the gtk and gnome bindings telling people to install it if it isn't installed. More... over 24 years ago
Output python programs now include the standard python header. More... over 24 years ago
Formatting changes in code. Now everything is spaced using tabs instead of a weird mixture between the two. More... over 24 years ago
When clicking on items in the menubar it now drops down the list it's supposed to. More... over 24 years ago
Initial revision More... almost 25 years ago