gtk::draw_string

gtk::draw_string

void gtk::draw_string( GtkStyle style , GdkWindow window , GtkStateType state_type , int x, int y, string string);

Draws string in window. style is used to set the style of the text to be written. The upper left hand corner of string will begin x pixesl from the left edge of window and y pixels from the top of window.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.