Webhosting and cheap domain name search service
  

 Home

GTK Functions
Prev gtk::draw_arrow Next

gtk::draw_arrow

void gtk::draw_arrow( GtkStyle style , GdkWindow window , GtkStateType state_type , GtkShadowType shadow_type , GtkArrowType arrow_type , bool fill, int x, int y, int width, int height);

The chief advantage of drawing your own GTK arrow rather than using the GtkArrow widget is that you can shape it, using the width and height parameters. The fill parameter refers to the color of the arrow, with false giving it the same color as the area it is drawn onto. All positions and sizes are absolute in terms of the underlying drawable.

gtk::draw_arrow($style, $gdkwindow, GTK_STATE_NORMAL, GTK_SHADOW_OUT, GTK_ARROW_RIGHT, false, $x, $y, $width, $height);


Prev Home Next
gtk::drag_source_handle_event Up gtk::draw_box

 

  

Networksites:

Domain registration or domain name search services

 
 
 
Quotes:
Time is not an enemy unless you try to kill it.  
 

 

 

Disclaimer: This documentation is provided only for the benefits of our webhosting customers.
For authoritative source of the documentation, please refer to http://gtk.php.net/docs.php