blob: 4e304799e435073d1ae3a0eddac3537ed82d8269 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
type
PGtkVolumeButtonClass = pointer;
PGtkVolumeButton = pointer;
var
gtk_volume_button_get_type: function:GType;cdecl;
gtk_volume_button_new : function:PGtkWidget;cdecl;
function GTK_TYPE_VOLUME_BUTTON: GType; inline;
function GTK_VOLUME_BUTTON(obj : pointer) : PGTypeInstance; inline;
function GTK_VOLUME_BUTTON_CLASS(klass : pointer) : pointer; inline;
function GTK_IS_VOLUME_BUTTON(obj : pointer) : boolean; inline;
function GTK_IS_VOLUME_BUTTON_CLASS(klass : pointer) : boolean; inline;
function GTK_VOLUME_BUTTON_GET_CLASS(obj : pointer) : PGTypeClass; inline;
function Available_GtkVolumeButton_2_12: Boolean;
|