minimal __init__ file. |
|
More...
|
almost 23 years ago
|
some info |
|
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). |
|
More...
|
almost 23 years ago
|
Some near trivial updates. |
|
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. |
|
More...
|
almost 23 years ago
|
Tidied up a bit. |
|
More...
|
almost 23 years ago
|
Tidier and changed so glc can be imported in other python code that need glade files parsed. |
|
More...
|
almost 23 years ago
|
advice on how to hack GLC. |
|
More...
|
about 23 years ago
|
added hook_load_to_screen dummy function. |
|
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. |
|
More...
|
about 23 years ago
|
Hooked in hook_load_screen. More documentation in glade_to_pmw.py |
|
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. |
|
More...
|
about 23 years ago
|
added module scoped generate_all variable. |
|
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. |
|
More...
|
about 23 years ago
|
documentation on the new architecture - it's all about the hooks. |
|
More...
|
about 23 years ago
|
initial webpage, now used as part of documentation |
|
More...
|
about 23 years ago
|
renamed to hooks.html |
|
More...
|
about 23 years ago
|
Initial documentation on the glade_to_xxx files. Also details how functions defined in those modules should be named. |
|
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. |
|
More...
|
about 23 years ago
|
Utility functions, used in pretty much all other functions. |
|
More...
|
about 23 years ago
|
Writes python code with Tkinter/pmw bindings. |
|
More...
|
about 23 years ago
|
Writes python code with gtk bindings. |
|
More...
|
about 23 years ago
|
Intermediate module for loading the glade_to_XXX modules. |
|
More...
|
about 23 years ago
|
Want CVS to ignore .pyc files |
|
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
|