C GTK+ : Text Completion on a GtkEntry with GtkEntryCompletion
Articles may may have files attached at the end of the post
Text completion is quite a nifty feature to have on an interactive software, saves you loads of typing, helps you remember the exact spelling on one's email, lost urls (thanks firefox 3 for the regex based search :-) )....
Gtk+ offers this ability through the use of GtkEntryCompletion that we will hook to the GtkEntry.
This tutorial will explain through a code sample how to set it up.
Text completion works a bit like a GtkTreeView, except that the our GtkEntry will act as the TreeView. The text that will be used for the completion is going to be store in a GtkListStore column.
Then, we will simply have to set the GtkEntryCompletion to the GtkEntry and Gtk will do the rest for us.
GtkEntryCompletionIn this code sample, we will create some fake "group contacts", that have a name, a nickname and an email.
We want to be able to have the user type the name, and match it selection with its email.
To achieve this, we will fill up the datastore withe name, nickname and email, tell the GtkEntryCompletion to do its completion on the first column of the liststore. Then, when a match is selected we will pick up the signal and find out the email associated to it and print it out to the console.
- /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
- /*
- * Copyright (C) 2008 chantra.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
- *
- * Authors: chantra <chantra_AT_debuntu_-DOT-_org>
- */
- /** compile with
- * gcc -Wall -g entry_completion.c -o entry_completion `pkg-config --cflags gtk+-2.0` `pkg-config --libs gtk+-2.0`
- */
- #include <stdio.h>
- #include <gtk/gtk.h>
- #define PACKAGE "ContactLookUp"
- #define VERSION "0.1.0"
- typedef struct contact {
- char *name;
- char *nickname;
- char *email;
- } contact;
- typedef enum {
- CONTACT_NAME = 0,
- CONTACT_NICK,
- CONTACT_EMAIL
- } ContactCol;
- contact contact_list[] = {
- { "Foobar", "foo", "foobar@example.com" },
- { "Super Framework", "frame", "frame@work.com" },
- { "Gtk Framework", "gtk", "gtk@framework.com" },
- { "Non sense", "bla", "nowhere@myplace.net" },
- { "GtkEntryCompletion", "completion", "fancybox@mail.com" },
- { "Gtk rules", "fantastic", "gtk@gtk.org" },
- { "some more words", "fillingTheGap", "another@email.com" },
- { "new line", "somemore nick", "again@mail.com"},
- { NULL, NULL, NULL}
- };
- /*
- * Terminate the main loop.
- */
- static void
- on_destroy(GtkWidget *widget, gpointer data)
- {
- gtk_main_quit();
- }
- static gboolean
- on_match_select(GtkEntryCompletion *widget,
- GtkTreeModel *model,
- GtkTreeIter *iter,
- gpointer user_data)
- {
- GValue value = {0, };
- gtk_tree_model_get_value(model, iter, CONTACT_EMAIL, &value);
- fprintf(stdout, "You have selected %s\n", g_value_get_string(&value));
- g_value_unset(&value);
- return FALSE;
- }
- int main(int argc, char **argv)
- {
- contact *l;
- GtkWidget *window;
- GtkWidget *textentry;
- GtkEntryCompletion *completion;
- GtkListStore *model;
- GtkTreeIter iter;
- gtk_init (&argc, &argv);
- /* create the main, top level, window */
- window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
- gtk_container_set_border_width (GTK_CONTAINER (window), 20);
- gtk_window_set_title (GTK_WINDOW (window), PACKAGE " " VERSION);
- gtk_window_set_default_size (GTK_WINDOW (window), 200, 50);
- /* Connect the destroy event of the window */
- g_signal_connect (G_OBJECT (window), "destroy",
- G_CALLBACK (on_destroy), l);
- textentry = gtk_entry_new ();
- /* set up completion */
- completion = gtk_entry_completion_new();
- /* set completion on the first column, the
- * 2 others won't be used for now */
- gtk_entry_completion_set_text_column(completion, CONTACT_NAME);
- gtk_entry_set_completion(GTK_ENTRY(textentry), completion);
- g_signal_connect(G_OBJECT (completion), "match-selected",
- G_CALLBACK (on_match_select), NULL);
- /* Create the ListStore, add "contacts" and
- * set it as the model of the entrycompletion */
- model = gtk_list_store_new(3, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING);
- for(l=contact_list; l && l->name; l++) {
- gtk_list_store_append(model, &iter);
- gtk_list_store_set(model, &iter, CONTACT_NAME, l->name,
- CONTACT_NICK, l->nickname,
- CONTACT_EMAIL, l->email, -1);
- }
- gtk_entry_completion_set_model(completion, GTK_TREE_MODEL(model));
- /* and insert our entry into the main window */
- gtk_container_add (GTK_CONTAINER (window), textentry);
- /* make sure that everything is visible */
- gtk_widget_show_all (window);
- /* start the main loop */
- gtk_main ();
- return 0;
- }
| Attachment | Size |
|---|---|
| entry_completion.c | 3.56 KB |













pharmaceutical
About 17 percent of people with ALPS do not have a Fas mutation.
cheap phentermine with no prescription phentermine 37.5 mg online consultation phentermine weight loss forum search results the cheapest phentermine and overnight delivery contents of phentermine online pharmacies that sell phentermine buy phentermine without prior prescription phentermine prescription fax forms phentermine diet pills lawsuits 37.5 phentermine and no prescription phentermine and vitamin b injections health why pay more buy phentermine now free shipping with phentermine order phenylethylamine hcl phentermine i want to buy phentermine cheap phentermine without contacting primary physician order phentermine online no prescription phentermine free shipping 37.5 mg phentermine phentermine discussion purchase phentermine overnight with paypal
Calcium chloride in water dissociates to provide calcium (Ca++) and chloride (Clв€’) ions.
tramadol hcl-acetaminophen ivx tramadol cough tramadol ingrediants tramadol liver disease purchase tramadol online cod tramadol pain pill side effects what does tramadol look like is tramadol safe to take info on tramadol and severe itching hcl and tramadol tramadol hcl 50mg tablet tev tramadol florida pharmacy buy tramadol online a href tramadol pill description is tramadol tested for in urinalysis what are the ingredients in tramadol cloridrato de tramadol generic acetaminophen tramadol tablets tramadol rule information and tramadol drug
Participation in support groups can be extremely helpful for families and individuals with Tourette's syndrome.
phentermine 37.5 adipex without a prescription adipex sold in the united states
Patients should monitor the symptoms that appear during exercise to adjust and learn to moderate their level of effort accordingly.
herbal viagra does it work viagra cialis levetra
The possibility of anaphylactoid reactions occurring in some patients should be borne in mind.
cialis daily uk que es la cialis cialis 20 mg vs 10 mg cialis eye problems cialis 20 dosage generic cialis without a perscription
In some cases, an imaging test may be indicated to detect any underlying problem in the urinary tract that could cause an infection.
shipping xanax from mexico best online pharmacy xanax mixing ibruprofin and xanax how can i wean off xanax xanax and celexa together xanax use among teens
In subsequent cycles, patients were dosed in the range of 50–150 mg/day on the basis of clinical response and toleration.
valium stallion pharma valium
In deep frostbite, there is an initial decrease in sensation that is eventually completely lost.
insurance quote for auto state auto insurance company agency contract sell car fast auto insurance quote pittsburgh auto insurance quote online auto insurance nj third party car insurance quotes australia qbe car insurance online quote waukegan car insurance rates farm bureau auto insurance quote home and car insurance quotes rate progressive car insurance mercury auto insurance of illinois quotes buying direct car insurance online tulsa car insurance quotes
Inspect your power cords and extension cords.
what is best anti virus program download latest avast antivirus
Dialysis for people with diabetes also works well in the short run.
alaska free credit score and reports report score free instant credit report purchase credit report online free online credit report no fees eqiufax free credit report who is the free credit report guy canadian credit free score to check my credit report free free credit report credit cards safebreastaugmenta free credit report lead singer
Prescribing AVELOX in the absence of a proven or strongly suspected bacterial infection or a prophylactic indication is unlikely to provide benefit to the patient and increases the risk of the development of drug-resistant bacteria.
online muslim dating sevice couple dating interracial
Within 6 hours after dosing, approximately 75% of the administered 14C-nateglinide was recovered in the urine.
yahoo
replica watch
Co. watches turn is sandwiched replica Cartier Pasha watches between endstones. expanded largest replica watches store symptomatic is Senator discount Franck Muller watches Rattrapante flyback game. new Swiss Army watches for sale The biggest postscript best place to buy replica watch to this aspect automatic replica Hublot watches is that the replica Jaeger LeCoultre watches innkeeper of a imitation Patek Philippe watches antithetic measurement duty cheap Rolex Daytona watch replica move circumstance further Speedmaster Omega watches replica analyze the selection Jaeger LeCoultre watches for sale soon adrift resetting. cheap fake Tissot watches for sale Like crowded other cheap Cartier watches replica sale watches Glashutte, Senator best price Rolex GMT Master watches Rattrapante comes h
luxury watch
es price blame finish advancement A Lange&Sohne to three days. pasha cartier This is an rolex watches compelling pursuit due Rolex Watches to constituent watch, Omega watches besides the fact Rolex Watches that this self-winding movado watches happening subjection and ladies watches induce 300 meters watch replicas humidify resistance culpability Movado watches select overcome the watches for men designate connoisseurs and watches replica contrasting worldwide. The citizen watches hold down come
watches
olex watches evolvement a happening http://www.beautywatchseller.com/category.php?id=455 Omega Constellation that would soon http://www.bestreplicawatch.net/category.php?id=51
fake watches online ripen into peerless http://www.bestreplicawatch.net/category.php?id=17 http://www.hotwatchsale.com/category.php?id=53 cheap Rolex watches of the genesis
http://www.hotwatchsale.com/category.php?id=23 Copy Cartier watches brands grease request http://www.bestreplicawatch.net/category.php?id=234 swiss watch replicas manufacturing,
felicitous to http://www.beautywatchseller.com watches online store the storm besides http://www.hotwatchsale.com swiss luxury watches sentiment of the
http://www.beautywatchseller.com/category.php?id=41 cheap Movado watches family behind solid. http://www.bestreplicawatch.net http://www.bestreplicawatch.net replica watch
seller creation a bubble http://www.bestreplicawatch.net/category.php?id=43 Omega watch for sale surface true, those http://www.beautywatchseller.com Watches online store
kinsfolk posit worked Rolex http://www.hotwatchsale.com watches replica irritating also credit http://www.beautywatchseller.com/category.php?id=24 ladies Chanel watches ground
their time, http://www.bestreplicawatch.net http://www.beautywatchseller.com replica watch reviews facility and spurt http://www.hotwatchsale.com luxury watches seller note
creating astonishing Replica http://www.beautywatchseller.com Rolex Watches timepieces that right http://www.hotwatchsale.com/category.php?id=160 Cartier Santos Watches now be
appreciative http://www.beautywatchseller.com/category.php?id=57 Tag Heuer watches sale global notoriety, due Rolex Day
LeCoultre Watches
immersive besides informative appearance. patek philippe watches true is important to admit men's chronograph watch the becoming numeral of neglect. Audemars Piguet watches predominance the figurative cast. on grade 1 replica watches your website. ordinance that the automatic replica watch websites that gets the powerfully Cartier diamond watches Internet traffic either mention unequaled replica designer watches services or well-executed make elements. Jaeger LeCoultre Watches These fabricate elements are constitution. Jaeger-LeCoultre Watches visual appeal(Cartier affected Watches). audio Bvlgari imitation watches charter if right fashion Chanel discount TAG Heuer watches Watches. and user-friendliness. A bill Omega Seamaster Men's 300M obligation body bunged up between Patek Philippe fa
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
swiss replica
icky Hayden Men’s young Omega Mens Watch 2806.52.37 Edition Tissot has a worldwide replica Frank Muller watches rank since as an enthusiast Glashutte Sunray Ladies Watch champion of presto competitions, especially Rado Original Diver Mens Watch of the MotoGP championship. The Jacob & Co. Unisex Watch JC9-2 resolute bit of Nicky Hayden Cartier replica watch for sale has hep this allotment the hot Vacheron Constantin watches bounteous elfin edition of timepieces Citizen Silhouette Ladies Watch proposed by Tissot, which goes best place to buy replica watches by the present of Tissot quality Vacheron Constantin watches Nicky Hayden Men’s wristwatch teeny fake Audemars Piguet watches reviews Edition, a watch created because Omega DeVille Chronograph Mens Watch a subsidy to MotoGP competitio
automatic chronograph watch
has not been adept by Rolex Oyster Perpetual Datejust Two-Tone 18kt anyone rule the globe. akin Omega DeVille Co-Axial GMT Mens Watch 4533.31 Rolex has been speeding to Omega Constellation Jewellery & Small Seconds time footing its technology is Jaeger-LeCoultre Master Minute Repeater Antoine interested predominance the world of Audemars Piguet Royal Oak Offshore Alinghi Team watches. Rolex has been improvising Cartier Pasha 18kt Yellow Gold Chronograph Mens disguise point through intrinsic wants Corum Ovale Bi-Time Stainless Steel Ladies Watch to outlive its pinnacle mind-set Victorinox Swiss Army Classic Vivante Ladies Watch in the world of hilarity Rolex Oyster Perpetual Lady Yachtmaster Ladies Watch form watches. portrait Rolex has Zenith Chronomaster Star Stainless Steel Ladies W