Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これら2つの関数呼び出しの違いは何ですか:
menu_item_new_with_labelex vs gtk_menu_item_new_with_label
gtk_menu_item_new_with_label()は、指定されたテキストを持つGtkAccelLabelを含むGtkMenuItemを作成する標準のgtkコンストラクターです。
gtk_menu_item_new_with_labelex()は標準関数ではありません。どのgtkヘッダーファイルにも存在しません。実際、グーグルはそれを聞いたことがありません。コードに表示されている場合は、チーム内の別の人が作成したラッパーのようなものである可能性があります。