Re: Filling a ComboBoxEntry "on demand"



Since your Gtk::ComboBoxEntry is descended from Gtk::Widget, I would
suggest connecting to Gtk::Widget::signal_button_press_event or if you
want an even earlier notification, connect to
Gtk::Widget::signal_enter_notify_event.

Hope this helps.

/*Bob Caryl*
Fiscal Systems,Inc.
256.772.8920 Ext. 108
http://www.fis-cal.com <http://www.fis-cal.com/>/

/This email message may contain privileged or confidential information.
If you are not the intended recipient, you may not disclose, use,
disseminate, distribute, copy or rely on this message or attachment in
any way. If you received this email message in error, please return by
forwarding the message and its attachment to the sender and then delete
the message and its attachment from your computer.

Neither Fiscal Systems, Inc., nor its affiliates, accept any liability
for any errors, omissions, corruption or virus in the contents of this
message or any attachments that arise as a result of e-mail transmission./



Luca wrote:
> Sorry if my informations was not too detailed, but I think there must be a
> way to be notified before the list of choices is being show, so I didn't
> think other informations would be needed.
> 
> Your idea is interesting, but I don't think I can use I/O monitorig with
> odbc (even though I use odbc only for convenience, it's a simple
> file-based,
> exlusive-access database).
> I was just trying to avoid the hassle of manually identifying the points in
> the program where the tables are changed, or developing a table-changes (or
> even a field-changes) notification system.
> It's a very simple app, it isn't worth it...
> 
> Bye
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> gtkmm-list mailing list
> gtkmm-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtkmm-list



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]