[Contoh Kode Sumber] (7) : GtkListStore, GtkTreeView (Lebih Kompleks)
[sourcecode languange=”cpp”] /* * Test me with: * gcc -o combo2 combo2.c $(pkg-config –cflags –libs gtk+-2.0) && ./combo2 */ [/sourcecode]
[sourcecode languange=”cpp”] /* * Test me with: * gcc -o combo2 combo2.c $(pkg-config –cflags –libs gtk+-2.0) && ./combo2 */ [/sourcecode]
[sourcecode language=”cpp”] /* * Compile with: * gcc -o helloworld helloworld.c `pkg-config –cflags –libs gtk+-2.0` * */ [/sourcecode]
Contoh Sederhana Berikut contoh sederhana penggunaan widget GtkTreeView dalam konteks widget yang lain. Baris berikut secara sederhana membuat model dan view sederhana dan menempatkan mereka […]
Membuat Komponen View Setelah ada beberapa model yang dapat dipilih, tinggal satu lagi widget yang perlu kita tangani. Widget ini bekerja baik pada list store […]
Copyright © 2024 | WordPress Theme by MH Themes