From: espen Date: Thu, 6 Jul 2006 13:02:31 +0000 (+0000) Subject: Guidelines for using GTK documentation updated X-Git-Tag: clg-0-93~285 X-Git-Url: https://git.distorted.org.uk/~mdw/clg/commitdiff_plain/ba7432c94e648fbc6203b02152c462c13c83824b?ds=sidebyside Guidelines for using GTK documentation updated --- diff --git a/README b/README index d059892..a44423f 100644 --- a/README +++ b/README @@ -101,6 +101,11 @@ so it is also wise to check the source code. - library prefixes are stripped from all symbols +- object properties should be available as virtual slots. A lot of + "missing" properties are manually defined as slots. Slots may be read + only or write only, but there later type are generally only + defined automatically through introspection + - the get/set part are removed from regular accessors, but retained in functions which set or retrieve multiple values @@ -113,9 +118,6 @@ so it is also wise to check the source code. - there are no gtk_*_new functions, use MAKE-INSTANCE to create widgets -- all object properties are available as virtual slots. A lot of - "missing" properties are manually defined as slots - - use CHILD-PROPERTY-VALUE or automatically defined accessors to access child properties