[fpc-pascal]Conversion from c
adeli@adeli.fr
Ldrevon at adeli.fr
Sun Mar 17 23:46:54 CET 2002
I would like to use a library written in C
paragui
but it use classes like this :
class DECLSPEC PG_Button : public PG_Widget {
public:
/**
Constructor for the PG_Button class
@param parent pointer to the parent widget or NULL
@param id id of the button (can be used in callbacks)
@param r screen position of the button
@param text button label
@param style themestyle of the button
*/
PG_Button(PG_Widget* parent, int id, const PG_Rect& r, const char*
text = NULL, const char* style="Button");
virtual ~PG_Button();
void LoadThemeStyle(const char* widgettype);
is it possible to use it?
Lionel Drevon ldrevon at adeli.fr
Adeli http://www.adeli.fr
618 Av. Gal de Gaulle Tel 04 78 66 11 85
69760 Limonest Fax 04 78 66 04 33
More information about the fpc-pascal
mailing list