gtk::draw_vline

gtk::draw_vline

void gtk::draw_vline( GtkStyle style , GdkWindow window , GtkStateType state_type , int y1, int y2, int x);

Draws a vertical line in window. The line will be x pixels from the left edge of window, start y1 pixels from the top edge of window, and end y2 pixels from the top edge of window. style will be used to define the style of the line.

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