[Glade-users] how to add the user control in platter ?

Tristan Van Berkom tvb at gnome.org
Thu Nov 29 00:28:10 EST 2007


On Nov 29, 2007 1:06 AM, wubei83 <wubei83 at 163.com> wrote:

>  Dear friend :
>    I'm glad to join us !
>    I'm learning glade and have some questions .I know how to creat a user
> control ,but it's a pity that i don't find a way how to add the control in
> control library . I will appreciate you  very much  if you could give me a
> guide .
>    I'm looking forward your replay! thank you !
>

start with this:
http://blogs.gnome.org/tvb/2007/07/25/some-popular-features/

it links to a catalog file and shows an easy way to install it.

to make it recognize your widget class and introspect properties
and signals you installed on that type you will need to remove
the "parent" attribute and add the "library" attribute to be sure
that we can load the type from your library.
(you can use the "get-type-function" attribute or just the "type"
attribute, in which case a get_type() function will be derived
from the name and tried).

All of the said attributes apply to the <glade-widget-class> tag.

Cheers,
                      -Tristan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/glade-users/attachments/20071129/88e4c0e8/attachment.html 


More information about the Glade-users mailing list