gtk::draw_box

gtk::draw_box

void gtk::draw_box( GtkStyle style , GdkWindow window , GtkStateType state_type , GtkShadowType shadow_type , int x, int y, int width, int height);

This is the simplest way to draw a box, with or without a shadow. Any coloring is completely dependant on the GtkStyle that is passed as the first parameter.

gtk::draw_box($style, $gdkwindow, GTK_STATE_ACTIVE, GTK_SHADOW_IN, $x, $y, $width, $height);

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