[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Widget Creation program



Hi folks,

Currently i'm working on a program, with which Gtk Widgets can be
created (at least the frame work of them). It's like the program GOB,
but now with an easy GUI, so less work (hopefully ;-)). I'm working on
the list of parameters which could be set by the user. Currently i have:

[info written in the header]
- The Auhthor
- Email adres of the author

- The name of the new widget (off course)
- The name of the parent widget (struct name)
- The name of the parent class
- The signals the new widgets "offers"
- The signal the widget connects to from the parent widget, like the
realized signal, 
  see gtkbutton.c , function gtk_button_class_init, the last 6
assignments

Does anybody anybody have any other items which should be added to this
list?

Jeroen



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]