~canonical-dx-team/ubuntu/maverick/gtk+2.0/menuproxy

« back to all changes in this revision

Viewing changes to gtk/gtkentry.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-09-23 09:50:04 UTC
  • mfrom: (1.5.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 129.
  • Revision ID: james.westby@ubuntu.com-20090923095004-e9xauadn4bjs5n7m
Tags: upstream-2.18.0
ImportĀ upstreamĀ versionĀ 2.18.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1231
1231
                                                                 GTK_PARAM_READABLE));
1232
1232
 
1233
1233
  /**
1234
 
   * GtkEntry::progress-border:
 
1234
   * GtkEntry:progress-border:
1235
1235
   *
1236
1236
   * The border around the progress bar in the entry.
1237
1237
   *
1245
1245
                                                               GTK_PARAM_READABLE));
1246
1246
  
1247
1247
  /**
1248
 
   * GtkEntry::invisible-char:
 
1248
   * GtkEntry:invisible-char:
1249
1249
   *
1250
1250
   * The invisible character is used when masking entry contents (in
1251
1251
   * \"password mode\")"). When it is not explicitly set with the
1256
1256
   * This style property allows the theme to prepend a character
1257
1257
   * to the list of candidates.
1258
1258
   *
1259
 
   * Since: 2.22
 
1259
   * Since: 2.18
1260
1260
   */
1261
1261
  gtk_widget_class_install_style_property (widget_class,
1262
1262
                                           g_param_spec_unichar ("invisible-char",
8114
8114
 * #GtkWidget::drag-begin signal to set a different icon. Note that you 
8115
8115
 * have to use g_signal_connect_after() to ensure that your signal handler
8116
8116
 * gets executed after the default handler.
 
8117
 *
 
8118
 * Since: 2.16
8117
8119
 */
8118
8120
void
8119
8121
gtk_entry_set_icon_drag_source (GtkEntry             *entry,
8153
8155
 *
8154
8156
 * Returns: index of the icon which is the source of the current
8155
8157
 *          DND operation, or -1.
 
8158
 *
 
8159
 * Since: 2.16
8156
8160
 */
8157
8161
gint
8158
8162
gtk_entry_get_current_icon_drag_source (GtkEntry *entry)