Constructor
HeMiniContentBlockwith_details
Declaration
HeMiniContentBlock*
he_mini_content_block_new_with_details (
const gchar* t,
const gchar* s,
HeButton* pb,
GtkWidget* w
)
Parameters
t
-
Type:
const gchar*
The title of the content block. .The argument can be NULL
.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. s
-
Type:
const gchar*
The subtitle of the content block. .The argument can be NULL
.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. pb
-
Type:
HeButton
The primary button of the content block. .The argument can be NULL
.The data is owned by the caller of the function. w
-
Type:
GtkWidget
The widget of the content block. .The argument can be NULL
.The data is owned by the caller of the function.
Return value
Type: HeMiniContentBlock
No description available.
The data is owned by the called function. |