| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
gtk::paint_flat_boxvoid gtk::paint_flat_box(
GtkStyle
style
,
GdkWindow
window
,
GtkStateType
state_type
,
GtkShadowType
shadow_type
, GdkRectangle area,
GtkWidget
widget
, string detail, int x, int y, int width, int height);
Regardless of the GtkShadowType detailed here, the effect is similar to the box drawn using gtk::draw_box() and GTK_SHADOW_NONE. The GdkRectangle used should be in the same position and have the same dimensions as those passed in the function, as otherwise only the overlap between the two rectangles will be displayed, or nothing at all if there is no overlapping area. The detail parameter actually does nothing here, but is needed for back compatibility. Passing it as null, or as any string you feel, is okay.
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「gtk::paint_flat_box」をGoogle検索
|