Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtkcolordialog.h File Reference
#include <gdk/gdk.h>
#include <gtk/gtkwindow.h>

Go to the source code of this file.

Macros

#define GTK_TYPE_COLOR_DIALOG   (gtk_color_dialog_get_type ())
 

Functions

GDK_AVAILABLE_IN_4_10 GDK_AVAILABLE_IN_4_10 GtkColorDialog * gtk_color_dialog_new (void)
 
GDK_AVAILABLE_IN_4_10 const char * gtk_color_dialog_get_title (GtkColorDialog *self)
 
GDK_AVAILABLE_IN_4_10 void gtk_color_dialog_set_title (GtkColorDialog *self, const char *title)
 
GDK_AVAILABLE_IN_4_10 gboolean gtk_color_dialog_get_modal (GtkColorDialog *self)
 
GDK_AVAILABLE_IN_4_10 void gtk_color_dialog_set_modal (GtkColorDialog *self, gboolean modal)
 
GDK_AVAILABLE_IN_4_10 gboolean gtk_color_dialog_get_with_alpha (GtkColorDialog *self)
 
GDK_AVAILABLE_IN_4_10 void gtk_color_dialog_set_with_alpha (GtkColorDialog *self, gboolean with_alpha)
 
GDK_AVAILABLE_IN_4_10 void gtk_color_dialog_choose_rgba (GtkColorDialog *self, GtkWindow *parent, const GdkRGBA *initial_color, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data)
 
GDK_AVAILABLE_IN_4_10 GdkRGBAgtk_color_dialog_choose_rgba_finish (GtkColorDialog *self, GAsyncResult *result, GError **error)
 

Macro Definition Documentation

◆ GTK_TYPE_COLOR_DIALOG

#define GTK_TYPE_COLOR_DIALOG   (gtk_color_dialog_get_type ())

Definition at line 30 of file gtkcolordialog.h.

Function Documentation

◆ gtk_color_dialog_choose_rgba()

GDK_AVAILABLE_IN_4_10 void gtk_color_dialog_choose_rgba ( GtkColorDialog * self,
GtkWindow * parent,
const GdkRGBA * initial_color,
GCancellable * cancellable,
GAsyncReadyCallback callback,
gpointer user_data )

◆ gtk_color_dialog_choose_rgba_finish()

GDK_AVAILABLE_IN_4_10 GdkRGBA * gtk_color_dialog_choose_rgba_finish ( GtkColorDialog * self,
GAsyncResult * result,
GError ** error )

◆ gtk_color_dialog_get_modal()

GDK_AVAILABLE_IN_4_10 gboolean gtk_color_dialog_get_modal ( GtkColorDialog * self)

◆ gtk_color_dialog_get_title()

GDK_AVAILABLE_IN_4_10 const char * gtk_color_dialog_get_title ( GtkColorDialog * self)

◆ gtk_color_dialog_get_with_alpha()

GDK_AVAILABLE_IN_4_10 gboolean gtk_color_dialog_get_with_alpha ( GtkColorDialog * self)

◆ gtk_color_dialog_new()

GDK_AVAILABLE_IN_4_10 GDK_AVAILABLE_IN_4_10 GtkColorDialog * gtk_color_dialog_new ( void )

◆ gtk_color_dialog_set_modal()

GDK_AVAILABLE_IN_4_10 void gtk_color_dialog_set_modal ( GtkColorDialog * self,
gboolean modal )

◆ gtk_color_dialog_set_title()

GDK_AVAILABLE_IN_4_10 void gtk_color_dialog_set_title ( GtkColorDialog * self,
const char * title )

◆ gtk_color_dialog_set_with_alpha()

GDK_AVAILABLE_IN_4_10 void gtk_color_dialog_set_with_alpha ( GtkColorDialog * self,
gboolean with_alpha )