gnome-stock

説明 Description

もし定義されていれば、gdk_imlib がピックスマップの材料に使われる。 これはあなたを大いに助けるだろう。例えば、カラーマップに関することや、 GdkWindow が生成される前にピックスマップのサイズを決める時などである。

If defined, gdk_imlib is used for the pixmap stuff. That will help alot. As well for colormaps, as for determining the size of a pixmap before a GdkWindow is created.

TODO: 私はこれを永遠にこれを定義することはできない。もし定義されていれば、 全てのアプリケーションが gdk_imlib にリンクすることが要求されるからだ。 よって、gdk_imlib があるシステムにインストールされていて、なおかつ gdk_imlib を使うため、LIBS に -lgdk_imlib が含まれているかどうかという チェックを要求するであろう。

TODO: I cannot define this here permanently because it will require, that all apps link against gdk_imlib. We will require a check, if gdk_imlib is installed on the particular system and include -lgdk_imlib in LIBS for that.

GnomeStockPixmapEntryAny - いくつかの内部の定義 some internal definitions

struct _GnomeStockPixmapEntryAny GnomeStockPixmapEntryAny

説明 Description

いくつかの内部の定義

some internal definitions

GnomeStockPixmapWidget - GnomeStockPixmapWidget

struct _GnomeStockPixmapWidget GnomeStockPixmapWidget

説明 Description

the GnomeStockPixmapWidget

gnome_stock_pixmap - ただ、ピックスマップを入手する just fetch a pixmap

GtkPixmap *gnome_stock_pixmap(GtkWidget *window, char *icon, char *subtype);

Description

ただ、ピックスマップを入手する

just fetch a pixmap

パラメータ Parameters

gnome_stock_pixmap_widget - ただ、GnomeStockPixmapWidget を入手する just fetch a GnomeStockPixmapWidget

GtkWidget *gnome_stock_pixmap_widget(GtkWidget *window, char *icon);

Description

ただ、GnomeStockPixmapWidget を入手する

just fetch a GnomeStockPixmapWidget

パラメータ Parameters

gnome_stock_pixmap_register - ピックスマップを登録する。成功したら非ゼロを返す register a pixmap. returns non-zero, if successful

gint gnome_stock_pixmap_register(char *icon, char *subtype, GnomeStockPixmapEntry *entry);

説明 Description

ピックスマップを登録する。成功したら非ゼロを返す

register a pixmap. returns non-zero, if successful

パラメータ Parameters

gnome_stock_pixmap_change - 既に存在するエントリーを変更する。成功したら非ゼロを返す change an existing entry. returns non-zero on success

gint gnome_stock_pixmap_change(char *icon, char *subtype, GnomeStockPixmapEntry *entry);

説明 Description

既に存在するエントリーを変更する。成功したら非ゼロを返す

change an existing entry. returns non-zero on success

パラメータ Parameters

gnome_stock_pixmap_checkfor

GnomeStockPixmapEntry *gnome_stock_pixmap_checkfor(char *icon, char *subtype);

説明 Description

エントリーの存在を調べる。存在すればそのエントリーを返し、 なければ NULL を返す。

check for the existence of an entry. returns the entry if it exists, or NULL otherwise

パラメータ Parameters

gnome_stock_button - ダイアログ用のデフォルトのボタンウイジェットを返す returns a default button widget for dialogs

GtkWidget *gnome_stock_button(char *type);

説明 Description

ダイアログ用のデフォルトのボタンウイジェットを返す

returns a default button widget for dialogs

パラメータ Parameters

gnome_stock_menu_item - ストックのアイコンとテキスト付きの GtkMenuItem を返す returns a GtkMenuItem with an stock icon and text

GtkWidget *gnome_stock_menu_item(char *type, char *text);

Description

ストックのアイコンとテキスト付きの GtkMenuItem を返す

returns a GtkMenuItem with an stock icon and text

パラメータ Parameters