| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
gtk::draw_boxvoid 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); |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「gtk::draw_box」をGoogle検索
|