~ubuntu-branches/ubuntu/quantal/gtkmm3.0/quantal

« back to all changes in this revision

Viewing changes to gtk/src/gtk_signals.defs

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-09-28 09:25:06 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20120928092506-9h63ais5o750a8sk
Tags: 3.5.13-0ubuntu1
* New upstream release
* debian/control:
  - Bump build-depends on libglibmm-2.4-dev, libgtk-3-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
5135
5135
  (construct-only #f)
5136
5136
)
5137
5137
 
 
5138
;; From GtkLevelBar
 
5139
 
 
5140
(define-signal offset-changed
 
5141
  (of-object "GtkLevelBar")
 
5142
  (return-type "void")
 
5143
  (when "first")
 
5144
  (parameters
 
5145
    '("const-gchar*" "p0")
 
5146
  )
 
5147
)
 
5148
 
 
5149
(define-property value
 
5150
  (of-object "GtkLevelBar")
 
5151
  (prop-type "GParamDouble")
 
5152
  (docs "Currently filled value level of the level bar")
 
5153
  (readable #t)
 
5154
  (writable #t)
 
5155
  (construct-only #f)
 
5156
)
 
5157
 
 
5158
(define-property min-value
 
5159
  (of-object "GtkLevelBar")
 
5160
  (prop-type "GParamDouble")
 
5161
  (docs "Minimum value level that can be displayed by the bar")
 
5162
  (readable #t)
 
5163
  (writable #t)
 
5164
  (construct-only #f)
 
5165
)
 
5166
 
 
5167
(define-property max-value
 
5168
  (of-object "GtkLevelBar")
 
5169
  (prop-type "GParamDouble")
 
5170
  (docs "Maximum value level that can be displayed by the bar")
 
5171
  (readable #t)
 
5172
  (writable #t)
 
5173
  (construct-only #f)
 
5174
)
 
5175
 
 
5176
(define-property mode
 
5177
  (of-object "GtkLevelBar")
 
5178
  (prop-type "GParamEnum")
 
5179
  (docs "The mode of the value indicator displayed by the bar")
 
5180
  (readable #t)
 
5181
  (writable #t)
 
5182
  (construct-only #f)
 
5183
)
 
5184
 
5138
5185
;; From GtkLinkButton
5139
5186
 
5140
5187
(define-signal activate-link