Development - Declaring Procedures: Difference between revisions

From Bluefish Wiki
Jump to navigation Jump to search
m (Created page with '__NOTOC__ __NOEDITSECTION__ {{Man2top |lang=en |rev=2.0.0 |st=d |Title=3. Declaring procedures |prev=Man 2 ch12s02 |Subtitle=Chapter XII. Development guidelines |n…')
 
m (moved Man 2 ch12s03 to Development - Declaring Procedures: Title updates (BV))
 
(No difference)

Latest revision as of 12:14, 9 July 2010


3. Declaring procedures

All local functions should be static!

Callback functions (called for events such as button clicks) should have prefix _cb, or _lcb for local callbacks.

For GTK callback functions, use the name of the signal in the name.